Bug 15058

Summary: Precedence fault in KeyEventGdk causes shift, control, alt etc to work incorrectly
Product: WebKit Reporter: Jasper Bryant-Greene <m>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
correct precendence fault in KeyEventGdk
none
patch now includes ChangeLog entry darin: review+

Description Jasper Bryant-Greene 2007-08-22 20:30:58 PDT
There's a precendence fault in KeyEventGdk which makes shift, control, alt and meta work very oddly. A patch is attached.
Comment 1 Jasper Bryant-Greene 2007-08-22 20:31:30 PDT
Created attachment 16084 [details]
correct precendence fault in KeyEventGdk
Comment 2 Jasper Bryant-Greene 2007-08-22 20:37:39 PDT
Created attachment 16085 [details]
patch now includes ChangeLog entry
Comment 3 Alp Toker 2007-10-22 06:24:17 PDT
Please mark any bug report patches "r?" for review, and also use the gtk tag or we won't notice them. Thanks!
Comment 4 Darin Adler 2007-10-23 07:20:17 PDT
Comment on attachment 16085 [details]
patch now includes ChangeLog entry

r=me
Comment 5 Alp Toker 2007-10-23 12:40:18 PDT
Fix landed in r26924.

Thanks, sorry this took so long for us to notice.