Closed Bug 1918425 Opened 28 days ago Closed 28 days ago

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)

defect

Tracking

()

RESOLVED FIXED
132 Branch
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

  1. Set the sidebar.revamp pref to true
  2. Open a new tab
  3. 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.

Priority: -- → P1
Whiteboard: [fidefe-sidebar]
Severity: -- → S2
Duplicate of this bug: 1918421
Assignee: nobody → nsharpley

This is fixed as part of Emilio's work on Bug 1917458. Once that lands, we can close this as resolved.

Depends on: 1917458

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.

Flags: needinfo?(nsharpley)
Duplicate of this bug: 1918456

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.

Pushed by nsharpley@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/23cd612ef3f3 Revert changes to newTabBrowserPanel and sidebar-box z-index r=desktop-theme-reviewers,emilio
Flags: needinfo?(nsharpley)
Status: NEW → RESOLVED
Closed: 28 days ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Duplicate of this bug: 1918605
Duplicate of this bug: 1918955
Blocks: 1917458
No longer depends on: 1917458
No longer blocks: 1917458
See Also: → 1917458

I still see this bug when I have Sidebar and Vertical tabs both enabled.

See Also: → 1922728

Indeed, this is broken on nightly (20241003213146). Bug 1922728 was filed and I can confirm address bar is not working.

See Also: 19227281922546
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: