[Webkit-unassigned] [Bug 85469] Typing is very slow in the first line of contentEditable div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 08:03:01 PDT 2012


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





--- Comment #1 from Andrii Bilytskyi <andrew.belitsky at gmail.com>  2012-05-03 08:03:01 PST ---
Created an attachment (id=140014)
 --> (https://bugs.webkit.org/attachment.cgi?id=140014&action=review)
 A demonstration of the bug

Here is a simple demo. The 1.html shows that if the "body {-webkit-user-select: none;}" css is included and the number of included js files is large enough the typeing is a bit slowed(on my machine it is). If the delay is unnoticeable just increase the number of javascripts included. Only the "<script>" tags are needed the actual javascripts don't need to exist(as in the demo), the "Disable JavaScript" could also be checked. The 2.html shows that even if the "body {-webkit-user-select: none;}" is absent, with enough js imported the delay in typeing will be present. The difference in number of javascripts(at which the delays appear) in 1.html and 2.html is quite insignificant. But this is due to their simplicity, in case of a more sophisticated DOM structure it gets realy noticeable.

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