Commit 19fa3ca9 authored by Gijs Kruitbosch's avatar Gijs Kruitbosch
Browse files

Bug 1745348 - bookmark subview items shouldn't try to hide the panel...

Bug 1745348 - bookmark subview items shouldn't try to hide the panel themselves, breaking the command/oncommand handling, r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D133471
parent 901ea6c3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -214,11 +214,11 @@
      <toolbarbutton id="panelMenuBookmarkThisPage"
                     class="subviewbutton"
                     command="Browser:AddBookmarkAs"
                     onclick="PanelUI.hide();"/>
                     />
      <toolbarbutton id="panelMenu_searchBookmarks"
                     data-l10n-id="bookmarks-search"
                     class="subviewbutton"
                     oncommand="PlacesCommandHook.searchBookmarks(); PanelUI.hide();"/>
                     oncommand="PlacesCommandHook.searchBookmarks();"/>
      <toolbarbutton id="panelMenu_viewBookmarksToolbar"
                     class="subviewbutton"
                     data-l10n-id="bookmarks-tools-toolbar-visibility-panel"
@@ -243,7 +243,7 @@
                   data-l10n-id="bookmarks-manage-bookmarks"
                   class="subviewbutton panel-subview-footer-button"
                   command="Browser:ShowAllBookmarks"
                   onclick="PanelUI.hide();"/>
                   />
  </panelview>

  <panelview id="PanelUI-profiler" flex="1" descriptionheightworkaround="true">