commit 9bddef21b761c39eef410025c6b87137895f4fc0
parent 5a863d97c8e394c86f9334b7f970d92f8bce7421
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 17 Mar 2013 02:41:43 -0400
Fix collection row selection issue on Windows
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul
@@ -300,12 +300,12 @@
<tree id="zotero-collections-tree" hidecolumnpicker="true" context="zotero-collectionmenu"
onmouseover="ZoteroPane_Local.collectionsView.setHighlightedRows();"
onkeypress="ZoteroPane_Local.handleKeyPress(event, this.id)"
- onselect="ZoteroPane_Local.onCollectionSelected();" seltype="cell"
+ onselect="ZoteroPane_Local.onCollectionSelected();"
ondragstart="if (event.target.localName == 'treechildren') { ZoteroPane_Local.collectionsView.onDragStart(event); }"
ondragenter="return ZoteroPane_Local.collectionsView.onDragEnter(event)"
ondragover="return ZoteroPane_Local.collectionsView.onDragOver(event)"
ondrop="return ZoteroPane_Local.collectionsView.onDrop(event)"
- flex="1">
+ seltype="single" flex="1">
<treecols>
<treecol
id="zotero-collections-name-column"