Closed
Bug 862518
Opened 12 years ago
Closed 12 years ago
Make sure the thumb of <input type=range> with fractional values is drawn at the correct position with Cocoa native theming
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
When an <input type=range> with native theming is given fractional values on OS X, its thumb is often positioned in the wrong location. It turns out this is due to rounding when assigning double values to int values in the theming code.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #738154 -
Flags: review?(roc)
Attachment #738154 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•