Bug 1380084 - clicking the library button when it's in the overflow panel shouldn't close the panel, r?mikedeboer draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 11 Jul 2017 20:15:30 +0100
changeset 607029 0d4157b94a19efdc1d099520a3b5a6d236b4ff45
parent 606940 f79c7cc34a7545a9b6677daedcaaa8a9096adcb8
child 636920 16368fae95c7bfceed7d64c2f0372a8c904d56ea
push id67869
push usergijskruitbosch@gmail.com
push dateTue, 11 Jul 2017 19:16:59 +0000
reviewersmikedeboer
bugs1380084
milestone56.0a1
Bug 1380084 - clicking the library button when it's in the overflow panel shouldn't close the panel, r?mikedeboer MozReview-Commit-ID: BgeWkj4bZib
browser/base/content/browser.xul
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -1220,16 +1220,17 @@
       <toolbarbutton id="fullscreen-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
                      observes="View:FullScreen"
                      type="checkbox"
                      label="&fullScreenCmd.label;"
                      tooltip="dynamic-shortcut-tooltip"/>
 #ifdef MOZ_PHOTON_THEME
       <toolbarbutton id="library-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
                      oncommand="PanelUI.showSubView('appMenu-libraryView', this, null, true);"
+                     closemenu="none"
                      label="&places.library.title;"/>
 #endif
     </toolbarpalette>
   </toolbox>
 
   <hbox id="fullscr-toggler" hidden="true"/>
 
   <deck id="content-deck" flex="1">