Bug 11299 - Gmail Editor: Crash at WebCore::CompositeEditCommand::insertNodeAfter() after attempting to remove nested list
Summary: Gmail Editor: Crash at WebCore::CompositeEditCommand::insertNodeAfter() after...
Status: VERIFIED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL:
Keywords: GoogleBug, InRadar
Depends on:
Blocks: 9638
  Show dependency treegraph
 
Reported: 2006-10-14 23:03 PDT by Chris Petersen
Modified: 2006-10-17 20:52 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petersen 2006-10-14 23:03:15 PDT
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.
Comment 1 Chris Petersen 2006-10-14 23:06:34 PDT
This issue is covered in <rdar://problem/4784542>.
Comment 2 Justin Garcia 2006-10-17 19:47:26 PDT
Can't reproduce this.
Comment 3 Chris Petersen 2006-10-17 20:52:30 PDT
Yes, I can't reproduce this issue with r17089.