[Webkit-unassigned] [Bug 37692] [chromium] ignore IME events if the keydown event was prevented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 19:47:01 PDT 2010


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





--- Comment #5 from Tony Chang (Google) <tony at chromium.org>  2010-04-20 19:47:01 PST ---
(In reply to comment #4)
> (From update of attachment 53504 [details])
> Generally looks good. Do we have a layout test for this?

Since posting comment #3, I learned about textInputController, so I tried to
write a layout test.  However, this doesn't work since textInputController call
methods directly on WebFrame and this check is in WebView.  I don't think it
would make sense to move this check into WebFrame (since WebView knows about
the state and does similar checks).

Maybe we could change textInputController.setMarkedText to call
WebView::handleCompositionEvent instead, but that seems to deviate from DRT
mac.  It's not clear to me that that's what we want either.

-- 
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