Changeset 166735 in webkit


Ignore:
Timestamp:
Apr 3, 2014 12:01:28 PM (10 years ago)
Author:
ap@apple.com
Message:

REGRESSION (Async text input): Controls become unresponsive to mouse events
https://bugs.webkit.org/show_bug.cgi?id=131176
<rdar://problem/16507932>

Reviewed by Tim Horton.

  • UIProcess/API/mac/WKView.mm: (NATIVE_MOUSE_EVENT_HANDLER):

Don't confuse event handling machinery by sending events to WebProcess twice.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r166733 r166735  
     12014-04-03  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (Async text input): Controls become unresponsive to mouse events
     4        https://bugs.webkit.org/show_bug.cgi?id=131176
     5        <rdar://problem/16507932>
     6
     7        Reviewed by Tim Horton.
     8
     9        * UIProcess/API/mac/WKView.mm: (NATIVE_MOUSE_EVENT_HANDLER):
     10        Don't confuse event handling machinery by sending events to WebProcess twice.
     11
    1122014-04-03  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm

    r166466 r166735  
    11171117                } \
    11181118            }]; \
     1119            return; \
    11191120        } \
    11201121        NativeWebMouseEvent webEvent(theEvent, self); \
Note: See TracChangeset for help on using the changeset viewer.