Bug 15058 - Precedence fault in KeyEventGdk causes shift, control, alt etc to work incorrectly
Summary: Precedence fault in KeyEventGdk causes shift, control, alt etc to work incorr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-08-22 20:30 PDT by Jasper Bryant-Greene
Modified: 2007-10-23 12:40 PDT (History)
0 users

See Also:


Attachments
correct precendence fault in KeyEventGdk (806 bytes, patch)
2007-08-22 20:31 PDT, Jasper Bryant-Greene
no flags Details | Formatted Diff | Diff
patch now includes ChangeLog entry (1.36 KB, patch)
2007-08-22 20:37 PDT, Jasper Bryant-Greene
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.