<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>134176</bug_id>
          
          <creation_ts>2014-06-22 12:43:37 -0700</creation_ts>
          <short_desc>Can not fill the progress bar max attribut with big integers via java script.</short_desc>
          <delta_ts>2019-05-02 16:20:40 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>c.gogolin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>c.gogolin</cc>
    
    <cc>hppyromz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1017428</commentid>
    <comment_count>0</comment_count>
    <who name="">c.gogolin</who>
    <bug_when>2014-06-22 12:43:37 -0700</bug_when>
    <thetext>Hello,

I have a problem with the progress bar and webkit.

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

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


The chromium DOM analyser displays the reason:

The attribute &quot;max&quot; does not contain e.g. &quot;4840250000&quot; but &quot; 4.84025e+1&quot;

Can you confirm this problem as bug?

regards

Clemens Gogolin</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1017491</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-06-22 23:39:57 -0700</bug_when>
    <thetext>This test case looks the same to me in Firefox and in Safari 7.0.4 (and in a recent WebKit build too). 

Sounds like a Chromium only problem. Please report it to Google, who have forked WebKit and use a different code base now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1017510</commentid>
    <comment_count>2</comment_count>
    <who name="">c.gogolin</who>
    <bug_when>2014-06-23 02:40:11 -0700</bug_when>
    <thetext>the same problem exists also with the gnome web browser (Epiphany).

regards 

Clemens Gogolin</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>