Open
Bug 1451804
Opened 7 years ago
Updated 3 years ago
Fix native theming of numberboxes on OSX
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
People
(Reporter: enndeakin, Unassigned)
References
Details
(Keywords: regression)
The spinbuttons on a <textbox type="number"/> on Mac are supposed to appear outside of the textbox and be approximately the same height as the textbox.
You can see this appearance in Apple Pages (or Numbers) on the properties sidebar, or in the Date/Time preferences dialog.
They used to appear correctly, but probably 1429573 or somesuch changed this so that the spinbuttons appear shrunken and inside the textbox rectangle.
As an aside, we should also fix the gtk3 theming (which is different than gtk2) of spinbuttons, but that wasn't implemented before either.
Reporter | ||
Updated•7 years ago
|
Keywords: regression
Comment 1•7 years ago
|
||
Should input[type=number] also get updated to match?
Comment 2•7 years ago
|
||
This should be fixed in input[type=number], since we plan to make it the replacement for textbox[type=number]. See bug 1437641
Component: XUL → DOM
Updated•7 years ago
|
Component: DOM → Layout: Form Controls
Updated•7 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
•