[Webkit-unassigned] [Bug 19071] New: Sequence of Editing commands hangs Safari (forever)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 02:06:43 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19071

           Summary: Sequence of Editing commands hangs Safari (forever)
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
OtherBugsDependingO 18858
             nThis:


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list