Bug 16333 - [GTK] Key bindings must work with focused frames
Summary: [GTK] Key bindings must work with focused frames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-12-06 13:45 PST by Luca Bruno
Modified: 2007-12-08 06:43 PST (History)
0 users

See Also:


Attachments
use focused frames (2.13 KB, patch)
2007-12-06 13:51 PST, Luca Bruno
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Bruno 2007-12-06 13:45:18 PST
Hello,
currently key bindings connected to signals such as select-all, copy-clipboard, paste-clipboard and cut-clipboard work with the main frame.
This prevents them from working correctly in other elements such as editable contents.
Comment 1 Luca Bruno 2007-12-06 13:51:20 PST
Created attachment 17758 [details]
use focused frames

Using focused frame in key binding callbacks solves this problem.
Comment 2 Alp Toker 2007-12-08 06:42:52 PST
Comment on attachment 17758 [details]
use focused frames

r=me
Comment 3 Alp Toker 2007-12-08 06:43:17 PST
Landed in r28516.