Bug 224251 Bookmarks panel doesn't focus bookmarks tree when selected r=pch sr=alecf

This commit is contained in:
neil%parkwaycc.co.uk 2003-11-10 16:27:42 +00:00
Родитель 567b29c470
Коммит a43cccad95
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);"/>