зеркало из https://github.com/mozilla/pjs.git
Bug 224251 Bookmarks panel doesn't focus bookmarks tree when selected r=pch sr=alecf
This commit is contained in:
Родитель
74c474f549
Коммит
6aec774eb1
|
@ -90,6 +90,7 @@
|
|||
</hbox>
|
||||
|
||||
<bookmarks-tree id="bookmarks-view" type="single-column" flex="1"
|
||||
onfocus="this.tree.focus();"
|
||||
onkeypress="if (event.keyCode == 13) this.openItemKey();"
|
||||
ondraggesture="if (event.originalTarget.localName == 'treechildren') nsDragAndDrop.startDrag(event, this.DNDObserver);"
|
||||
onclick="this.openItemClick(event, 1);"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче