[Webkit-unassigned] [Bug 24703] Support snapping, ticks for <input type="range">

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 14:59:46 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24703





------- Comment #4 from pkasting at google.com  2009-03-27 14:59 PDT -------
My proposal: Do what Hixie says, but also don't draw tickmarks if we don't have
enough room.  Assuming 1-px ticks, you'd need 2n + 1 pixels or more.  If the
theme only goes down to k-px ticks, we'd probably want k(2n + 1) free pixels;
below that, no tickmarks + no snapping.

Hopefully, this avoids breaking too many existing Mac widgets that don't want
tickmarks, e.g. the Safari RSS widget, because they'd fail the 2n + 1 test.


-- 
Configure bugmail: https://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