RESOLVED DUPLICATE of bug 79815 112473
Removing value of password input causes browser to hang on pages with large numbers of DOM nodes
https://bugs.webkit.org/show_bug.cgi?id=112473
Summary Removing value of password input causes browser to hang on pages with large n...
Chris Akers
Reported 2013-03-15 15:52:12 PDT
On pages with large numbers of DOM nodes, entering a value into a password field and then removing the value cause the browser to hang. The unresponsiveness occurs when the last character of the password input is deleted. The example page at http://jsbin.com/imuqed/3/quiet has 10,000 div elements each containing a text node and then a password input. The length of time of the delay is proportional to the number of DOM nodes. If the number of DOM nodes is halved then the delay is approximately halved. This does not occur with text input types. This bug has been verified in Chrome Beta, Chrome Canary, Safari, and Webkit nightly. It occurs on Windows and MacOS.
Attachments
Alexey Proskuryakov
Comment 1 2013-03-15 16:37:33 PDT
*** This bug has been marked as a duplicate of bug 79815 ***
Note You need to log in before you can comment on or make changes to this bug.