[Webkit-unassigned] [Bug 50590] WebKit hangs in InsertUnorderedList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 19:30:18 PDT 2011


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


Annie Sullivan <sullivan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sullivan at chromium.org




--- Comment #1 from Annie Sullivan <sullivan at chromium.org>  2011-05-24 19:30:18 PST ---
I started looking into this in the debugger. It gets into an infinite loop in the while() loop inside of InsertListCommand::doApply(). After the first iteration, it changes the HTML to this:

<p><ul><li>Test1</li></ul><p><strong> </strong></p><p>Test2</p>

Each iteration after that appends <li><br></li> to the <ul>.  startOfCurrentParagraph is always the start of the second paragraph, and startOfLastParagraph is always the start of the third paragraph, so the while loop never terminates.

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