← Back to team overview

desktop-packages team mailing list archive

[Bug 1402059] Re: Small gap appears in Firefox main window after first use of globalmenu

 

** Changed in: firefox (Ubuntu)
       Status: New => Triaged

** Changed in: firefox (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1402059

Title:
  Small gap appears in Firefox main window after first use of globalmenu

Status in firefox package in Ubuntu:
  Triaged

Bug description:
  To reproduce:

  1. Start Firefox on Unity
  2. Open any menu from the globalmenu (e.g. File) of main window
  3. Notice that the toolbars have moved 2px below their original position (see attachment)

  This seems to happen only on the main window, other windows such as
  the Scratchpad window don't show the problem.

  I added to my userChrome.css the following piece of code:

  window[shellshowingmenubar="true"] toolbar[type="menubar"]:not([customizing="true"]){
   height: 0 !important;
  }

  That solved the problem for me, and so far I didn't found anything
  broken by that CSS rule. So it should be enough to put it in xul.css
  by unity-menubar.patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1402059/+subscriptions


References