[Webkit-unassigned] [Bug 32422] execCommand 100% CPU usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 14:30:22 PDT 2010


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |36430




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2010-03-22 14:30:22 PST ---
This bug is caused by startOfCurrentParagraph not moving forward on
http://trac.webkit.org/browser/trunk/WebCore/editing/InsertListCommand.cpp#L96.
 It stays on the same node while we add more LI elements to the document.  We
need to cleanup InsertListCommmand first so that removing/creating list element
does not rely on selection.

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