Bug 11299
Summary: | Gmail Editor: Crash at WebCore::CompositeEditCommand::insertNodeAfter() after attempting to remove nested list | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | VERIFIED WORKSFORME | ||
Severity: | Major | Keywords: | GoogleBug, InRadar |
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 9638 |
Chris Petersen
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
This issue is covered in <rdar://problem/4784542>.
Justin Garcia
Can't reproduce this.
Chris Petersen
Yes, I can't reproduce this issue with r17089.