[Webkit-unassigned] [Bug 52143] Freeze (infinite loop) with execCommand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 21 10:27:00 PDT 2011


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


Andrey Petrov <andrey.petrov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.petrov at gmail.com




--- Comment #6 from Andrey Petrov <andrey.petrov at gmail.com>  2011-05-21 10:27:00 PST ---
What an interesting problem.

>From top of my head it looks like 100ms timer events are flooding the event queue. At the same time the 1sec timer never gets to fire because these repro events are added in front of it in the timer queue. 

If this is the case then the problem is not specific to editor and probably can have tons of other manifestations. 

I will try to look into the code to figure out the root cause.

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