[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 Jun 28 01:50:23 PDT 2012


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


Rob M <rob.miles at morrisonsplc.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob.miles at morrisonsplc.co.u
                   |                            |k




--- Comment #3 from Rob M <rob.miles at morrisonsplc.co.uk>  2012-06-28 01:50:22 PST ---
I can confirm that we are observing this bug as well.  Adding -webkit-user-select: none to the body of our page causes a significant delay in responding to click handlers when there is a large page size.  The steps required to replicate this bug are:
1. Add -webkit-user-select: none to the body tag
2. The webpage should have a large page size (ours is around 1.2MB with several thousand HTML DOM elements.
3. Add an onclick="alert('test')" to an HTML DOM element
4. Load the page and click the DOM element, you will notice a 1-2 second delay before the alert box appears.
5. Remove -webkit-user-select and the page performs well.

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