[Webkit-unassigned] [Bug 76160] New: 10000 million units to provide a text box, the browser will freeze when trying to enter in the text box either.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 02:26:39 PST 2012


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

           Summary: 10000 million units to provide a text box, the browser
                    will freeze when trying to enter in the text box
                    either.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Nishikawa_Akio at bp.ogis-ri.co.jp


Hi.

For the title of, 1 million units to provide a text box, the browser freezes when trying to enter in the text box either.

Reproduced below the code.

<script>
document.write(' <form method="post" action="">');
for (var i = 0; i < 10000; i++) {
    document.write(' <input type="text" name="loginUserId">');
}
document.write(' </form>');
</script>

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