[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 15:59:51 PST 2010


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





--- Comment #5 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>  2010-11-23 15:59:51 PST ---
(In reply to comment #2)
> In TestNetscapePlugin there are some pretty glaring NOTIMPLEMENTED lines for keyDown and keyUp events for X11 plugins. Perhaps implementing these and providing a test (or updating results) might prevent bugs like this in the future. Do you mind checking whether or not it's feasible to do that in this patch?

Yeah, I'm working on this now. Just for testing, I've hardcoded the keycode to 0 and all the test passed because of the NOTIMPLEMENTED mark. It's very easy to implement correctly, but then I discovered that there is other bug in the test code (seems to be in the EventSender.cpp).

Obviously this has been changed multiple time without ever being tested ;)

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