[webkit-reviews] review denied: [Bug 81186] REGRESSION (r103859): Cannot write a word with Korean double consonant : [Attachment 133184] A quick fix (just for your information)

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


mitz at webkit.org has denied Hironori Bono <hbono at chromium.org>'s request for
review:
Bug 81186: REGRESSION (r103859): Cannot write a word with Korean double
consonant
https://bugs.webkit.org/show_bug.cgi?id=81186

Attachment 133184: A quick fix (just for your information)
https://bugs.webkit.org/attachment.cgi?id=133184&action=review

------- Additional Comments from mitz at webkit.org
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);


More information about the webkit-reviews mailing list