[Webkit-unassigned] [Bug 20134] New: No default value set for <input type=range> with an even difference of (max - min)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 22 14:21:06 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20134
Summary: No default value set for <input type=range> with an even
difference of (max - min)
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: HasReduction
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
* SUMMARY
Setting the min and max values on an <input type=range> element such that the
difference between them is even, no default value is set for the input element.
* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Open attached test case.
* EXPECTED RESULTS
An alert dialog with "PASS: '50'" should be displayed and "50" should be
displayed in the read-only text field.
* ACTUAL RESULTS
An alert dialog with "FAIL: ''" is displayed and no value is displayed in the
read-only text field.
* REGRESSION
Unknown. Only tested WebKit nightly build r35249.
--
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