Make <input type=number>'s spinner the same height as its text input control
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: jwatt, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
Attachments
(5 files)
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Updated•10 years ago
|
Comment 8•10 years ago
|
||
Comment 11•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Comment hidden (offtopic) |
Comment hidden (offtopic) |
Comment 14•6 years ago
|
||
Comment 15•4 years ago
|
||
Indeed, number field controls are in a sad sad state.
Design systems often go to much user-friendlier +/- buttons around the number input, illustrated in the attachment.
Why couldn't we have such sanity directly in the platform instead of fiddling with these micro-sized arrows?
Comment 16•4 years ago
|
||
The good part is that this is getting fixed to some extent with widget.disable-native-theme-for-content=true
. There should be more reasonably-sized spinners with that pref on.
Comment 17•3 years ago
|
||
The situation isn't as bad anymore as it once was (tiny, barely usable spinners -- at least with DPI scaling). But when I use the devtools on this MDN page to set the CSS font-size
of the <input>
to something bigger or smaller, the spinner stays the same size.
BTW: I don't have widget.disable-native-theme-for-content
set; it doesn't exist.
Updated•2 years ago
|
Comment 18•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 11 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 19•2 years ago
|
||
Behavior is much better now with the non-native theme.
Description
•