Newtab search bar's open results view adds to the page's scrollable overflow
Categories
(Firefox :: Address Bar, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox157 | --- | verified |
People
(Reporter: dao, Assigned: dao)
References
Details
(Whiteboard: [sng][mcab-hnt])
Attachments
(1 file)
Steps to reproduce:
- Open about:newtab in a window short enough that the page does not scroll.
- Type into the search bar until the results no longer fit below it.
Actual results:
A vertical scrollbar appears, shifting the search bar to the left, and the bottom of the results view is clipped.
Expected results:
The view fits inside the viewport and the page gains no scrollable overflow.
The view opens as a top-layer popover, absolutely positioned against the initial containing block, so it contributes to the page's scrollable overflow: .urlbar-background is inset 8px outside the element's border box and reaches past the viewport bottom. For the same reason max-height: 100% resolves against the scrolled canvas, so once about:newtab scrolls on its own the view is not clamped to the viewport at all.
Followup to bug 2062215.
| Assignee | ||
Comment 1•29 days ago
|
||
Updated•29 days ago
|
| Assignee | ||
Updated•29 days ago
|
Updated•29 days ago
|
Updated•29 days ago
|
Comment 4•28 days ago
|
||
| bugherder | ||
Updated•25 days ago
|
Reproducible on a 2026-08-27 Firefox Nightly build on Windows 10.
Verified as fixed on Firefox Nightly 157.0a1 on Windows 10, Ubuntu 22, macOS 13.
Description
•