Bug 18576

Summary: [GTK] windowsKeyCodeForKeyEvent doesn't handle GDK_ISO_Enter and GDK_KP_Enter
Product: WebKit Reporter: Marco Barisione <marco.barisione>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Handle GDK_ISO_Enter and GDK_KP_Enter in windowsKeyCodeForKeyEvent alp: review+

Marco Barisione
Reported 2008-04-18 03:37:50 PDT
windowsKeyCodeForKeyEvent (in WebCore/platform/gtk/KeyEventGtk.cpp) handles GDK_Return but not GDK_ISO_Enter and GDK_KP_Enter. I will write a patch ASAP.
Attachments
Handle GDK_ISO_Enter and GDK_KP_Enter in windowsKeyCodeForKeyEvent (1003 bytes, patch)
2008-04-18 04:20 PDT, Marco Barisione
alp: review+
Marco Barisione
Comment 1 2008-04-18 04:20:51 PDT
Created attachment 20663 [details] Handle GDK_ISO_Enter and GDK_KP_Enter in windowsKeyCodeForKeyEvent
Alp Toker
Comment 2 2008-04-18 20:32:08 PDT
Landed in r32245. patch had a little trouble with this one so I had to hand-apply.
Note You need to log in before you can comment on or make changes to this bug.