[Webkit-unassigned] [Bug 134176] New: Can not fill the progress bar max attribut with big integers via java script.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 22 12:43:16 PDT 2014


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

           Summary: Can not fill the progress bar max attribut with big
                    integers via java script.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: c.gogolin at cylancer.net


Hello,

I have a problem with the progress bar and webkit.

The follow coding demonstrates  the problem: (in firefox works as expected).

<!DOCTYPE html>
<html>
<body>
<input type="range" min="1000000000" max="100000000000" id="i" 
value="50000000000" oninput="o.value = i.value; p.max=new String(i.value) ">
<output id="o" >50000000000</output>
<progress id="p" min="0" max="100000000000" value="5000000000" >
</body>
</html>


The chromium DOM analyser displays the reason:

The attribute "max" does not contain e.g. "4840250000" but " 4.84025e+1"

Can you confirm this problem as bug?

regards

Clemens Gogolin

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



More information about the webkit-unassigned mailing list