зеркало из https://github.com/mozilla/gecko-dev.git
Bug 415444 - Back/forward button history drop menus don't work anymore. r=gavin.
This commit is contained in:
Родитель
e5e483e819
Коммит
8b3b837853
|
@ -257,10 +257,12 @@
|
|||
</toolbarbutton>
|
||||
<toolbarbutton id="back-forward-dropmarker" type="menu" chromedir="&locale.dir;"
|
||||
disabled="true">
|
||||
<!-- bug 415444: event.stopPropagation is here for the cloned version of
|
||||
this menupopup -->
|
||||
<menupopup context=""
|
||||
position="after_start"
|
||||
onpopupshowing="return FillHistoryMenu(event.target);"
|
||||
oncommand="gotoHistoryIndex(event);"
|
||||
oncommand="gotoHistoryIndex(event); event.stopPropagation();"
|
||||
onclick="checkForMiddleClick(this, event);"/>
|
||||
</toolbarbutton>
|
||||
</toolbaritem>
|
||||
|
|
Загрузка…
Ссылка в новой задаче