The drop-down list of the address bar is hidden behind the new tab page when the new sidebar is enabled
Categories
(Firefox :: Sidebar, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox130 | --- | unaffected |
| firefox131 | --- | unaffected |
| firefox132 | --- | fixed |
People
(Reporter: willdurand, Assigned: nsharpley)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-sidebar])
Attachments
(3 files)
STR
- Set the
sidebar.revamppref totrue - Open a new tab
- Open the urlbar drop-down (e.g. by clicking on it with the mouse)
Expected
The drop-down list is fully visible.
Actual
The drop-down list appears behind the new tab page. Please see the screenshot.
This was caught on today's Nightly.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
This is fixed as part of Emilio's work on Bug 1917458. Once that lands, we can close this as resolved.
Comment 3•1 year ago
|
||
Since this regressions seems worse than the original issue, would it make sense to partially back out (and reopen) the regressor? Thinking of just removing the:
/* stylelint-disable-next-line media-query-no-invalid */
@media (-moz-bool-pref: "sidebar.revamp") {
.newTabBrowserPanel,
#sidebar-box {
/* z-index applied to account for box-shadow cutoff when bookmarks toolbar is present */
position: relative;
z-index: 1;
}
Which is what causes this. Just because bug 1917458 might not get reviewed today.
| Assignee | ||
Comment 5•1 year ago
|
||
This was part of the resolution to Bug 1914938, but hid the search drop down results on new tab.
Once Emilio's patch for Bug 1917458 lands, the original bug will be fixed via a different approach.
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
I still see this bug when I have Sidebar and Vertical tabs both enabled.
Comment 11•1 year ago
|
||
Indeed, this is broken on nightly (20241003213146). Bug 1922728 was filed and I can confirm address bar is not working.
Updated•1 year ago
|
Description
•