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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 15:40:00 PDT 2012


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


Hironori Bono <hbono at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133184|0                           |1
        is obsolete|                            |
 Attachment #133184|commit-queue?               |
               Flag|                            |
 Attachment #135918|                            |review?, commit-queue?
               Flag|                            |




--- Comment #9 from Hironori Bono <hbono at chromium.org>  2012-04-05 15:40:00 PST ---
Created an attachment (id=135918)
 --> (https://bugs.webkit.org/attachment.cgi?id=135918&action=review)
A quick fix v1 (applied a comment)

Greetings,

Many thanks for your review and investigation. I have tested your solution and verified it also fixes this issue. Even though I do not have any ideas how to write a layout test for this issue, would it be possible to review the updated one?

Regards,

Hironori Bono

(In reply to comment #8)
> (From update of attachment 133184 [details])
> 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