[toolbar redesign] Blank space when interacting with an input element with navbar enabled and fixed toolbar
Categories
(Fenix :: Toolbar, defect, P2)
Tracking
(firefox132 wontfix, firefox133 fixed)
People
(Reporter: petru, Assigned: petru)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Steps to reproduce
- Have the navigation bar enabled - default in Nightly
- Have the dynamic behavior for the toolbar disabled - Settings -> Customize -> Scroll to hide address bar and toolbar
- Interact with any input element from a webpage
Expected behavior
No visual artifacts / inconsistencies
Actual behavior
There is a blank space (similar in height to that of the navbar) between the bottom of the webpage and the top of the toolbar
Device information
- Firefox version: Seen in current Nightly from 25 September, unsure about how old of an issue it is.
Any additional information?
- Does reproduce with both the toolbar set at the top and at the bottom
- Does not reproduce if the navbar is disabled
Assignee | ||
Comment 1•5 months ago
|
||
Was thinking that this would be a recent regression but the issue reproduces even with code from one month ago.
Assuming this has always been an issue and need a new patch.
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 2•5 months ago
|
||
Whenever the tab is configured with a fixed toolbar the engine view has it's bottom margin
set to the height of the bottom toolbar to ensure it it shown on top of it and no web content
is clipped.
When interacting with an input
element in a webpage the addressbar remains shown so there
is no issue but the navbar gets hidden so the engine view's bottom margin has to be updated
to account for the new layout.
Comment 4•5 months ago
|
||
bugherder |
Comment 5•5 months ago
|
||
The patch landed in nightly and beta is affected.
:petru, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox132
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 6•5 months ago
|
||
This bug exist in old code but the navbar can only be enabled in Nightly so no need to uplift.
Assignee | ||
Updated•5 months ago
|
Description
•