[Webkit-unassigned] [Bug 15057] EditorClientGtk is missing some important keypress handling, patch attached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 16:02:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15057


m at ni.ac.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16093|0                           |1
        is obsolete|                            |
  Attachment #16102|                            |review?
               Flag|                            |




------- Comment #24 from m at ni.ac.nz  2007-08-23 16:02 PDT -------
Created an attachment (id=16102)
 --> (http://bugs.webkit.org/attachment.cgi?id=16102&action=view)
updated patch based on suggestions, also changed characters to keycodes

Thanks for your suggestions. I've updated the patch based on them.

Also, I've changed the entries in keyEntries that were specified using a
character to keycodes, as the character doesn't work on GTK and I don't think
it would have worked on Qt either. For example 'X' has changed to VK_X.

I need verification that this specific change hasn't broken Windows keypress
handling, though.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list