Open
Bug 853822
(input-range)
Opened 12 years ago
Updated 2 years ago
[meta] Further improvements to <input type=range> after the initial release
Categories
(Core :: DOM: Forms, defect, P5)
Core
DOM: Forms
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
There will be more work that we could do on <input type=range> to improve it further after the initial release. This is a meta bug to track any such work.
Comment 1•12 years ago
|
||
Things which will need to be done :
* Ability to style the slider and it's thumb
>> Introduce a ::-moz-slider-thumb pseudo element to style thumb
>> Ability to style the slider overall
* Right now the value changes after releasing the mouse, it should update while sliding like other browsers.
* -moz-appeareance:none should trigger the windows classic styling instead of the old range styling.
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to ntim007 from comment #1)
> * Right now the value changes after releasing the mouse, it should update
> while sliding like other browsers.
I suspect what you're describing here is bug 853670, which we consider invalid.
> * -moz-appeareance:none should trigger the windows classic styling instead
> of the old range styling.
Why do you say that? Also what "old range styling"? The range implementation is new, so I'm not sure what you're referring to here.
Comment 3•12 years ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #2)
> Why do you say that? Also what "old range styling"? The range implementation
> is new, so I'm not sure what you're referring to here.
Well when you put moz apparance:none it doesn't trigger the windows classic styling, also, it doesn't allow you to style it.
Updated•6 years ago
|
Priority: -- → P5
Updated•4 years ago
|
Component: DOM: Core & HTML → DOM: Forms
Updated•4 years ago
|
Summary: Further improvements to <input type=range> after the initial release → [meta] Further improvements to <input type=range> after the initial release
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Alias: input-range
Updated•2 years ago
|
Blocks: html-forms
You need to log in
before you can comment on or make changes to this bug.
Description
•