Fix tag selector search (broken in 6de7fdedf)

This commit is contained in:
Dan Stillman 2017-07-20 16:51:03 -04:00
parent 701a3d73fc
commit a7be5444ea

View file

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