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

Carlo Cannas 1402059 at bugs.launchpad.net
Fri Dec 12 21:11:39 UTC 2014


Public bug reported:

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 doesn'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.

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "screenshot.png"
   https://bugs.launchpad.net/bugs/1402059/+attachment/4279889/+files/screenshot.png

** Description changed:

  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 doesn'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;
+  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 xul.css by
+ broken by that CSS rule. So it should be enough to put it in xul.css by
  unity-menubar.patch.

-- 
You received this bug notification because you are a member of Mozilla
Bugs, 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

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



More information about the Ubuntu-mozillateam-bugs mailing list