[Webkit-unassigned] [Bug 11299] New: Gmail Editor: Crash at WebCore::CompositeEditCommand::insertNodeAfter() after attempting to remove nested list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 14 23:03:15 PDT 2006


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

           Summary: Gmail Editor: Crash at
                    WebCore::CompositeEditCommand::insertNodeAfter() after
                    attempting to remove nested list
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: Major
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: cpetersen at apple.com


10/14/06 10:53 PM Chris Petersen:
* SUMMARY
I have been encountering a crash when I attempt to remove a nested list in a
rich text message.

Thread 0 Crashed:
0   com.apple.WebCore           0x01410210
WebCore::CompositeEditCommand::insertNodeAfter(WebCore::Node*, WebCore::Node*)
+ 32


* STEPS TO REPRODUCE
1. With r17027, login to your gmail account
2. Create a new rich text message
3. Type the following words in the message body:

orange
lemon

4. Select both words and click Numbered List on the toolbar
5. Place caret in "lemon" and click "Indent More" on the toolbar
6. The list should look something like this:

1. orange
    1. lemon

7. Select both items and then click click Numbered List on the toolbar. This
should remove the list styling applied to this text but crashes instead.


* RESULTS
No crash should occur when removing nested list styling but does.


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