Closed Bug 1603512 Opened 5 years ago Closed 5 years ago

Some about:preferences dialogs are unscrollable

Categories

(Toolkit :: XUL Widgets, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla73
Tracking Status
firefox73 --- verified

People

(Reporter: bytesized, Assigned: bytesized)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Steps to reproduce:

  1. If you have a large monitor, reduce the size of the Firefox window.
  2. Navigate to "about:preferences"
  3. Scroll all the way to the bottom to the "Network Settings" section
  4. Click on "Settings"

Notice that the dialog ought to have a scrollbar, but it is missing. If the entire dialog is visible, reduce the size of the Firefox window further and try again.

Hmm. Also the dialog buttons ought to be visible even without the scrollbar. But they aren't.

There's a class .doScroll that appears to be added to the wrong element now (the <window> instead of the <dialog>). That means the following rule doesn't apply:

:host(.doScroll) > .dialog-content-box {
    overflow-y: auto;
}
Pushed by ksteuber@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/47a34eecc666 Set the doScroll class on the correct dialog element r=bgrins
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Flags: qe-verify+

Reproduced with Firefox 73.0a1 (20191212215040) on Windows 10x64.
The issue is verified fixed with Firefox 73.0b4 (20200112220634) on Windows 10x64, macOS 10.15 and Ubuntu 18.04 using STR from comment 0.

Status: RESOLVED → VERIFIED
Flags: qe-verify+
Has Regression Range: --- → yes
Keywords: regression
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: