Closed Bug 1343947 Opened 7 years ago Closed 7 years ago

Developer toolbar does not show up in fullscreen mode

Categories

(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P2)

52 Branch
All
Linux
defect

Tracking

(firefox57 fixed)

RESOLVED FIXED
Firefox 57
Tracking Status
firefox57 --- fixed

People

(Reporter: mozilla, Assigned: mozilla)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170223185858

Steps to reproduce:

1. Enable fullscreen mode (F11)
2. Use shortcut to bring up developer toolbar (Shift + F2)



Actual results:

Developer toolbar is activated but does not become visible on the screen.

If I toggle fullscreen mode off, the toolbar becomes visible.  And when I toggle fullscreen on again, the toolbar disappears once again.


Expected results:

The toolbar should be visible in fullscreen mode.
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Graphic Commandline and Toolbar
Ever confirmed: true
Works fine on OSX.
OS: Unspecified → Linux
Hardware: Unspecified → All
In fullscreen mode, the toolbar matches a rule in browser/base/content/browser.css:

...
#main-window[inFullscreen]:not([OSXLionFullscreen]) toolbar:not([fullscreentoolbar=true]),
... {
  visibility: collapse;
}
Attachment #8902667 - Flags: review?(mratcliffe)
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Attachment #8902667 - Flags: review?(mratcliffe) → review+
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62885cc89b15
Let the developer toolbar be a fullscreentoolbar. r=miker
https://hg.mozilla.org/mozilla-central/rev/62885cc89b15
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
I have reproduced this Bug with Nightly 54.0a1 (2017-02-23)  on Ubuntu 16.04, 64 Bit!

The bug's fix is now verified on latest Nightly 57.0a1

Build ID     20170905100117
User Agent   Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
QA Whiteboard: [bugday-20170906]
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.