зеркало из https://github.com/mozilla/gecko-dev.git
101131 - Bookmarks Menu on personal toolbar is empty.
Not the best fix but will do for short term. Comments added detailing proposed better solution. r=kerz, sr=hewitt
This commit is contained in:
Родитель
b102dff520
Коммит
6652dc7bcf
|
@ -251,6 +251,7 @@ Contributor(s): ______________________________________. -->
|
|||
ondragover="nsDragAndDrop.dragOver(event, bookmarksButtonObserver);"
|
||||
template="bookmarksMenuTemplate">
|
||||
<menupopup onpopuphiding="gDidOpen = false;"
|
||||
onpopupshowing="checkBookmarksMenuTemplateBuilder();"
|
||||
ondragdrop="nsDragAndDrop.drop(event, menuDNDObserver); event.preventBubble();"
|
||||
ondragexit="nsDragAndDrop.dragExit(event, menuDNDObserver); event.preventBubble();"
|
||||
ondragover="nsDragAndDrop.dragOver(event, menuDNDObserver); event.preventBubble();">
|
||||
|
@ -261,7 +262,7 @@ Contributor(s): ______________________________________. -->
|
|||
<menuseparator ondragover="event.preventBubble(); return false;"/>
|
||||
<menuitem accesskey="&manBookmarksCmd.accesskey;" key="manBookmarkKb" observes="Browser:ManageBookmark"
|
||||
ondragover="event.preventBubble(); return false;"/>
|
||||
<menuseparator/>
|
||||
<menuseparator id="lastStaticSeparator"/>
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче