Closed
Bug 1703182
Opened 4 years ago
Closed 4 years ago
The Chrome UI jumps when the "Disk Space Low" Infobar is dismissed
Categories
(Firefox :: Messaging System, defect, P2)
Firefox
Messaging System
Tracking
()
RESOLVED
DUPLICATE
of bug 1708809
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | affected |
People
(Reporter: sbadau, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [proton-infobars] [priority:2b])
Attachments
(1 file)
|
834.95 KB,
video/quicktime
|
Details |
Affected platforms:
Mac OS X 10.15
macOS Big Sur 11.2
Windows 10 x64
Ubuntu 20.04 x64
Affected versions:
Nightly 89.0a1
Pre-requisites:
browser.proton.enabled=true
browser.proton.infobars.enabled=true
Steps to reproduce:
- Launch Firefox.
- Trigger the "Disk space low" > 5GB infobar by running the following in the Browser Console:
gStoragePressureObserver.observe({QueryInterface: () => ({data:5368709120})}, "QuotaManager::StoragePressure")
- Resize the browser's window to the minimum
- Dismiss the "Disk Space Low " infobar by clicking in the "X" button.
Expected Result:
The "Disk Space Low" infobar should dismiss properly without any UI flickering.
Actual Results:
The whole Chrome UI jumps up and down once the Infobar is dismissed. Please see the screencast for more details.
Notes:
The issue is reproducible also on the "Disk space low" <5GB infobar
Updated•4 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1005
Updated•4 years ago
|
Priority: -- → P2
Whiteboard: [proton-infobars] → [proton-infobars] [priority:2b]
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•