[Webkit-unassigned] [Bug 81186] REGRESSION (r103859): Cannot write a word with Korean double consonant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 11:40:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81186


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133184|review?                     |review-
               Flag|                            |




--- Comment #8 from mitz at webkit.org  2012-04-04 11:40:42 PST ---
(From update of attachment 133184)
It looks like the problem is that the fake mouse event goes through mouseMovedInternal:, which does [[self inputContext] handleEvent:theEvent]. Since we don’t need the extra handling in -mouseMoved:, I think -postFakeMouseMovedEventForFlagsChangedEvent: should just change to do

    NativeWebMouseEvent webEvent(fakeEvent, self);
    _data->_page->handleMouseEvent(webEvent);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list