[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 17:20:41 PST 2010


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





--- Comment #9 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>  2010-11-23 17:20:41 PST ---
I don't know what's wrong with my build, but now I get the same test failure has Xan (while I'm pretty sure it's a false negative). Here's the explanation:

The event->keyval is exactly like the X11 keysym. One important thing to know about those keysym is that they match the ASCII code of basic keys like a, b and c.

Currently we where sending the plugin an XEvent with keycode set to the keysym. Then, in the test plugin, we where printing the XEvent keycode just like if it was a char. As the keysym value is the character we wanted to print, the test pass (false positive).

Will upload a new patch soon ...

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