[Webkit-unassigned] [Bug 19455] Safari crashes due to sequence of editing commands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 10 10:50:10 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21601|0                           |1
        is obsolete|                            |




------- Comment #6 from eric at webkit.org  2008-06-10 10:50 PDT -------
Created an attachment (id=21603)
 --> (http://bugs.webkit.org/attachment.cgi?id=21603&action=view)
Slightly smaller reduction

Slightly simpler reduction:
<body><script>
document.execCommand('selectall')
document.designMode = 'on'
document.execCommand('inserthorizontalrule')
document.execCommand('insertparagraph')
document.execCommand('delete')
document.execCommand('inserthorizontalrule')
document.execCommand('justifycenter')
document.execCommand('formatblock', 0, '<pre>')
document.execCommand('inserthorizontalrule')
document.execCommand('insertparagraph')
document.execCommand('selectall')
document.execCommand('createLink', 0, 'foo')
document.execCommand('selectall')
document.execCommand('justifycenter')
</script>


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