Bug 16333

Summary: [GTK] Key bindings must work with focused frames
Product: WebKit Reporter: Luca Bruno <lethalman88>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
use focused frames alp: review+

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.