Added the automatic selection of search text when entering search mode with key bindings
This commit is contained in:
parent
afaa767238
commit
98425821ed
@ -1481,6 +1481,7 @@ console.log("THE BROWSER IS OFFLINE");
|
||||
anEvent.preventDefault();
|
||||
MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'toggleSelectionPanel');
|
||||
MochiKit.DOM.getElement('searchValue').focus();
|
||||
MochiKit.DOM.getElement('searchValue').select();
|
||||
},
|
||||
|
||||
exitSearch_handler: function (anEvent) {
|
||||
|
Loading…
Reference in New Issue
Block a user