Last active
June 20, 2016 08:51
-
-
Save depoulo/d8c79e180b269b237803303122feee07 to your computer and use it in GitHub Desktop.
Chrome Windows bug - sadly no issue number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Browser unresponsive when large amount of text is inside text input field. | |
1. Visit this page: data:text/html,<!doctype html><html style="min-height: 300vh"><input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" type="text"></input> | |
2. Paste a large amount of text (between 10k and 100k characters, depending on your machine) into the text input. | |
3. Try repositioning the cursor, or scrolling | |
=> You'll experience serious lag, whereas Chrome on Mac OS, as well as other browsers, are just fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment