Open
Bug 1710865
Opened 2 years ago
Updated 2 years ago
The gap between the tab and browser specific infobars is larger than the gap between the ones of the same type
Categories
(Firefox :: Messaging System, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox88 | --- | unaffected |
firefox89 | --- | wontfix |
firefox90 | --- | affected |
People
(Reporter: peter.magyari, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [proton-infobars])
Attachments
(1 file)
95.91 KB,
image/png
|
Details |
Affected versions
- Nightly 90.0a1
- Beta 89.0b11
Affected platforms
- All
Steps to reproduce
- Launch Firefox
- Go to about:config and set: "devtools.chrome.enabled" = true
- Go to https://permission.site/ and press the "Protocol Handler" button
- Open the "Browser console" and paste in the following two strings (separately) and press "Enter" after each one:
- CaptivePortalWatcher._showNotification()
- gStoragePressureObserver.observe({QueryInterface: () => ({data:5368709119})}, "QuotaManager::StoragePressure")
Expected result
- The gap between the infobars is the same size (even between tab and browser specific notifications)
Actual result
- The gap between the tab and browser specific notifications is larger
See Also: → 1709420
Summary: The gap between the tab and browser specific infobars is larger then the gap between the ones of the same type → The gap between the tab and browser specific infobars is larger than the gap between the ones of the same type
Updated•2 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1707
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•