Open
Bug 1609534
Opened 6 years ago
Updated 3 years ago
When the address manager subdialog is scrollable, it overlaps the scrollbar for the <select> element
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
NEW
People
(Reporter: bytesized, Unassigned)
References
Details
Attachments
(1 file)
102.59 KB,
image/png
|
Details |
STR:
- Navigate to "about:preferences"
- Search for "addresses"
- Click the button that reads "Saved Addresses..."
- Add addresses so that there are at least 8 total.
- Observe that there is now a scroll bar on the <select> element that displays the addresses.
- Close the address manager subdialog.
- Resize the Firefox window so that it is quite small
- Click "Saved Addresses..." again
Expected Results:
Both the scrollbar for the dialog and the scrollbar for the <select> element should be visible
Actual Results:
The scrollbar for the <select> element is not visible because it is hidden under the scrollbar for the dialog. There isn't even a horizontal scrollbar we could use to bring it into frame.
A couple of notes about this:
- I discovered this while fixing Bug 1608246, which was preventing the subdialog from being shown at all when the Firefox window was too small. You may need to wait for that patch to merge to be able to reproduce this. I did, however, double check with a build from before Bug 1608246 was introduced to verify that this bug was preexisting behavior rather than something I caused.
- I discovered this on Windows. I know that macOS scrollbars are, by default, a bit unusual and like to hide, so I have no idea whether this issue appears there or how it presents.
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•