Bug 19071

Summary: Sequence of Editing commands hangs Safari (forever)
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: justin.garcia
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 18858    
Attachments:
Description Flags
test case (hangs Safari) none

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.