Closed
Bug 1171490
Opened 10 years ago
Closed 10 years ago
[Statusbar] Icons overlap rocketbar when minimized
Categories
(Firefox OS Graveyard :: Gaia::System::Status bar, Utility tray, Notification, defect)
Firefox OS Graveyard
Gaia::System::Status bar, Utility tray, Notification
ARM
Gonk (Firefox OS)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2 S14 (12june)
People
(Reporter: apastor, Assigned: apastor)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(2 files)
STR:
1.- Activate as many icons as you can
2.- Go to the browser and scroll
Expected:
The icons are shown by priority
Actual:
The icons overlap the rocketbar
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → apastor
Assignee | ||
Comment 2•10 years ago
|
||
Actually, a combination of bug 1094759 and bug 1168061 regressed this. Investigating.
Assignee | ||
Comment 3•10 years ago
|
||
Tricky one... it seems that classList.toggle('maximized', undefined) won't work as we were expecting. The new bootstrap somehow is calling setAppearance twice (I'll investigate later) and the second call is adding the 'maximized' class again, although none of the conditions are true (undefined, actually).
The test I added fails in master. Scary :S
Alive, can you take a look? Thanks!
Attachment #8615408 -
Flags: review?(alive)
Comment 5•10 years ago
|
||
Comment on attachment 8615408 [details]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/30414/files
Cool, nice work!
Attachment #8615408 -
Flags: review?(alive) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 2.2 S14 (12june)
You need to log in
before you can comment on or make changes to this bug.
Description
•