Some about:preferences dialogs are unscrollable
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | verified |
People
(Reporter: bytesized, Assigned: bytesized)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce:
- If you have a large monitor, reduce the size of the Firefox window.
- Navigate to "about:preferences"
- Scroll all the way to the bottom to the "Network Settings" section
- 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.
Assignee | ||
Comment 1•5 years ago
|
||
Hmm. Also the dialog buttons ought to be visible even without the scrollbar. But they aren't.
Comment 2•5 years ago
|
||
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;
}
Comment 3•5 years ago
|
||
This selector should change to querySelector the dialog, I think: https://searchfox.org/mozilla-central/rev/923eec8d2fb8078ebc7a33a9e1ce73eac01f7446/browser/components/preferences/in-content/subdialogs.js#433
Assignee | ||
Comment 4•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
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.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•