[Webkit-unassigned] [Bug 28733] [GTK] GtkIMContext filtering interferes with DOM key events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 24 03:57:02 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28733
Xan Lopez <xan.lopez at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |
Status|RESOLVED |REOPENED
--- Comment #14 from Xan Lopez <xan.lopez at gmail.com> 2009-09-24 03:57:02 PDT ---
I reverted this patch and I'm reopening the bug, since it broke keyboard event
handling notification to GTK+ pretty massively :/
The thing is, the changes in EditorClientGtk.cpp to not do anything on KeyDown
make us report back to GTK+ that key_press was unhandled, *and*, EditorClient
is never called by WebCore for KeyUp events, so that code is effectively dead
and doing nothing, which is obviously broken.
We need to figure out this more carefully.
--
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