Fix collection row selection issue on Windows

This commit is contained in:
Dan Stillman 2013-03-17 02:41:43 -04:00
parent 5a863d97c8
commit 9bddef21b7

View file

@ -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"