RESOLVED WORKSFORME Bug 19071
Sequence of Editing commands hangs Safari (forever)
https://bugs.webkit.org/show_bug.cgi?id=19071
Summary Sequence of Editing commands hangs Safari (forever)
Eric Seidel (no email)
Reported 2008-05-15 02:06:43 PDT
Sequence of Editing commands hangs Safari (forever) doc.execCommand('insertorderedlist'); doc.execCommand('inserthorizontalrule'); doc.execCommand('inserthorizontalrule'); doc.execCommand('inserthorizontalrule'); doc.execCommand('createLink', 0, '</table>'); doc.execCommand('indent'); doc.execCommand('insertorderedlist'); See attached test case. Removing any one of those commands causes the hang to go away, it seems.
Attachments
test case (hangs Safari) (590 bytes, text/html)
2008-05-15 02:07 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2008-05-15 02:07:12 PDT
Created attachment 21155 [details] test case (hangs Safari)
Eric Seidel (no email)
Comment 2 2008-06-27 09:42:13 PDT
This test case no longer seems to hang Safari for me. I guess this got fixed by something Justin did.
Note You need to log in before you can comment on or make changes to this bug.