id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
945,"<INPUT name=""length""> cannot be found under IE",zimbatm@…,,"This is really incredible and took me some time to find out !

== Problem ==

Load the mockup in IE6 or IE7, you'll get ""0"" instead of ""1"" printed on the alert box.

== Workaround ==

Don't set input name attributes to ""length"".

== Mockup ==
{{{
<html>
  <head>  
    <script type=""text/javascript"" src=""http://jquery.com/src/jquery-latest.js""></script>
    <script type=""text/javascript"">
      $(function() { alert($('INPUT').length) });
    </script>
  </head>
  <body>
    <input name=""length"">
  </body>
</html>
}}}",bug,closed,minor,1.1.3,core,1.1a,fixed,ie6 ie7,,,
