Closed Bug 862824 Opened 12 years ago Closed 7 years ago

The "Ringer & Notifications"/"Alarm"/"Brightness" sliders in the "Sound" and "Display" Settings screens should not have a red highlight/border

Categories

(Firefox OS Graveyard :: General, defect)

All
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jwatt, Assigned: jwatt)

References

Details

I'm just filing this to try and avoid having anyone spend time debugging this. This is actually a gecko bug, and not a bug in B2G. It will be fixed in bug 853525.
Summary: The thumb of the sliders in the "Sound" and "Display" Settings screens should not have a red highlight/border → The "Ringer & Notifications"/"Alarm"/"Brightness" sliders in the "Sound" and "Display" Settings screens should not have a red highlight/border
adding swilkes and jachen so that they are aware that this is a gecko bug.
Thanks Naoki!
Some background: this is caused by rounding error that makes the <input type=range> think that it has a step mismatch. The red highlight is to indicate that error state, and comes from this rule I believe: http://mxr.mozilla.org/mozilla-central/source/layout/style/forms.css?rev=434c6e694813&mark=644-646#641 If you don't want to wait for bug 853525 to be fixed, you could override that rule as appropriate. Another way to work around this bug would be to add step=any to the <input type=range> elements...if that's appropriate. In fact maybe some/all of them should have that in any case?
Fixed by bug 853525.
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.