Select dropdown does not apply scrollbar-width correctly.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: dante3333, Assigned: emilio)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0
Steps to reproduce:
Related to this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1634109
If you go to this page https://design-system.protontech.ch/forms/ using Firefox on Windows, open the select "A select" (with "a looooooooooong option").
Actual results:
The scroll is not exactly displayed the same way as other scrolls on the website (see snapshot, width is larger, design of the scroll is not the same, there is room for arrows but they should not be present)
Expected results:
The select scrollbar should have the same styles as the one on the right (same width/look, no up and down arrows).
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
(Instead of applying it directly to the menulist).
Since it's not inherited, we need to get the right value over to the scrollbox.
For that, export it from the arrowscrollbox, with the same name as the places
menupopup uses for the same purpose.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 4•4 years ago
|
||
I managed to reproduce the issue using an older version of Nightly on Windows 10 x64. I retested everything on macOS 10.13, Ubuntu 18.04 and Windows 10 x64 using Firefox 84.0 and Nightly 85.0a1. The issue is not reproducing anymore.
Reporter | ||
Comment 5•4 years ago
|
||
I've just tested on Firefox dev edition (v84), I confirm that it is fixed, thanks a lot, this is great to get so quick feedback :)
Description
•