[Webkit-unassigned] [Bug 17193] New: Attributes of <input type=range> not accessable from javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 04:50:36 PST 2008


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

           Summary: Attributes of <input type=range> not accessable from
                    javascript
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: saschast at gmx.net


The min and max attributes of the <input type=range> element can not read from
a javascript.
Make somthing like this:        a = input_el.min;         it only return
"undefined"

I have this tested and confirmed on 10.4.11 Safari3, Win XP Safari3beta and Win
XP Safari3beta +Nightly r29908

I think internaly it is used because if youset the element's value to a
out-of-bound the value is set to the min/max boundary.


-- 
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