New Tab search bar paints over the New Tab settings pane
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
People
(Reporter: dao, Assigned: dao)
References
Details
(Whiteboard: [sng][mcab-hnt])
Attachments
(1 file)
The search bar on about:newtab enters the top layer with showPopover() when it connects, and stays there for the element's lifetime. New Tab's settings pane is a <dialog> opened with showModal(), so it is in the top layer too. The top layer paints in the order elements enter it and z-index cannot reorder that, so whichever entered last wins.
Steps to reproduce:
- Open about:newtab and open the settings pane.
- Turn off widgets and recommended stories.
The layout change remounts the search bar, whose popover then enters the top layer after the pane's dialog, and the bar paints over the pane. The bar needs the top layer only while its results view is open.
Updated•24 days ago
|
| Assignee | ||
Comment 1•24 days ago
|
||
A closed element keeps the box it had: it stays broken out, and only gives up the top layer.
Updated•24 days ago
|
Comment 3•23 days ago
|
||
| bugherder | ||
Updated•22 days ago
|
Comment 5•7 days ago
|
||
Reproduced the initial issue using Nightly 157.0a1 2026-08-28.
Verified as fixed on Firefox 157 beta 2 and latest Nightly 158.0a1, under Win 11 and macOS 15.
Description
•