[Webkit-unassigned] [Bug 15251] Setting input.value for <input type=range> does not update the position of the slider thumb if the thumb has been dragged once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 13:30:34 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15251





------- Comment #7 from hyatt at apple.com  2007-09-21 13:30 PDT -------
"It seems like RenderSlider really wants to set the value attribute directly,
not HTMLInputElement::m_value."

I don't think so... you need to be able to reset a slider back to its default
value.  The value attribute represents the default value that you will reset to
(as well as the initial value).  If the user drags the slider thumb, then this
should not change the default value.  It is just changing the current value.

If the user then resets the form, the slider should revert back to its default
value.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list