Bug 201854 Can't drag/move bookmark from/to/within overflow/dropdown/chevron list of personal toolbar

patch by durbacher@gmx.de r=neil sr=jag
This commit is contained in:
timeless%mozdev.org 2006-09-14 06:09:10 +00:00
Родитель a93e56fc14
Коммит 852df5c130
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -312,7 +312,8 @@
template="bookmarksMenuTemplate"
ref="NC:PersonalToolbarFolder" flags="dont-test-empty"
oncommand="BookmarksUtils.loadBookmarkBrowser(event, event.target, this.database)">
<menupopup onpopupshowing="if (event.target == this) BookmarksToolbar.updateOverflowMenu(this);"/>
<menupopup id="bookmarks-chevron-popup"
onpopupshowing="if (event.target == this) BookmarksToolbar.updateOverflowMenu(this);"/>
</toolbarbutton>
</hbox>
</toolbar>