[Webkit-unassigned] [Bug 49927] [GTK] Windowless plugins gets broken key input event (at least in Flash)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 16:09:23 PST 2010


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





--- Comment #6 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>  2010-11-23 16:09:23 PST ---
(In reply to comment #3)
> I think we might be missing something, because the original code was also sending bogus values and when we changed it to the current one we started to get correct results in the layout tests. At the very least we should have an explanation of why this is the right thing to do and a test for it.

As said, any change to this line have zero effect on the LayoutTests, you might be confusing with the effect of the other changes found in http://trac.webkit.org/changeset/66827.

But one thing is sure, you can't put a keysym into the keycode field of XEvent.
And if you look at the GTK code you'll see that hardware_keycode is the original XEvent::keycode.

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