Bug 16125 - [GTK] Up key doesn't work properly when content is editable
Summary: [GTK] Up key doesn't work properly when content is editable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-11-24 19:01 PST by Alp Toker
Modified: 2007-11-24 19:43 PST (History)
0 users

See Also:


Attachments
Trivial fix, add 'break' (1.49 KB, patch)
2007-11-24 19:06 PST, Alp Toker
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2007-11-24 19:01:58 PST
Bug due to a missing 'break' in a switch.
Comment 1 Alp Toker 2007-11-24 19:06:01 PST
Created attachment 17494 [details]
Trivial fix, add 'break'
Comment 2 Mark Rowe (bdash) 2007-11-24 19:37:58 PST
Comment on attachment 17494 [details]
Trivial fix, add 'break'

r=me
Comment 3 Alp Toker 2007-11-24 19:43:39 PST
Landed in r28011.