[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 20:56:30 PDT 2007


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





------- Comment #30 from oliver at apple.com  2007-08-23 20:56 PDT -------
You should set the review flag to '?'

VK_{I,B,C,X,V,...} don't exist in windows, however VK_{letter} should be equal
to letter, eg VK_C == 'C', so you should be able to just use 'I', 'B', 'C', etc
which should get rid of the need for KeyboardCodes.h and windows.h (which gains
nothing).

You also need to modify WebEditorClient.cpp to include <WebCore/Editor.h> for
windows.


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