www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a7be5444ea599569ab5ebf0f6ba6d30349e56c18
parent 701a3d73fc86a3fe6543847c78beec7274e8822c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 20 Jul 2017 16:51:03 -0400

Fix tag selector search (broken in 6de7fdedf)

Diffstat:
Mchrome/content/zotero/bindings/tagselector.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml @@ -1166,8 +1166,8 @@ <vbox id="tag-controls"> <hbox> <textbox id="tags-search" flex="1" type="search" timeout="250" dir="reverse" - onkeypress="document.getBindingParent(this).onKeyPress(event)" - oncommand="document.getBindingParent(this).onCommand(event)" + oncommand="document.getBindingParent(this).handleKeyPress(); event.stopPropagation()" + onkeypress="if (event.keyCode == event.DOM_VK_ESCAPE) { document.getBindingParent(this).handleKeyPress(true); }" tabindex="-1"/> <toolbarbutton id="view-settings-menu" tooltiptext="&zotero.toolbar.actions.label;" image="chrome://zotero/skin/tag-selector-menu.png" type="menu">