Open
Bug 1175074
Opened 9 years ago
Updated 2 years ago
positioning of spin-box (up/down arrows) within <input type=number> control in vertical writing mode
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
See bug 1123299 comments 11-12, and testcase in attachment 8622718 [details]. The spin-box looks OK at the default font size, but its position shifts vertically as the font size changes.
Giving input[type=number]::-moz-number-spin-box a fixed height of 16px (instead of max-height:1em) would make it stay in place nicely in vertical mode, but this prevents the control shrinking when used with a smaller font size in horizontal mode. So probably the additional wrapper suggested in bug 1123299#c12 will be a better option.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•