Closed
Bug 1343947
Opened 9 years ago
Closed 8 years ago
Developer toolbar does not show up in fullscreen mode
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P2)
Tracking
(firefox57 fixed)
RESOLVED
FIXED
Firefox 57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file)
|
887 bytes,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
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
Priority: -- → P2
| Assignee | ||
Comment 2•8 years ago
|
||
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;
}
| Assignee | ||
Comment 3•8 years ago
|
||
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
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 6•8 years ago
|
||
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]
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•