Bug 11002
Summary: | Gmail Editor: Crash at WebCore::SplitElementCommand::doApply() when attempting to indent in a new message | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | mitz |
Priority: | P1 | Keywords: | GoogleBug, InRadar |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 9638 |
Chris Petersen
* SUMMARY
I have been encountering a crash when attempting to indent the caret in a new HTML message. The key to reproducing is to place the caret in a new message ( and before you have typed a character), then press the "Indent More" toolbar icon.
* STEPS TO REPRODUCE
1. With TOT webkit NB r-16541, login into your gmail account
2. Create a new message (Rich Formatting)
3. Place caret in message body then press the "Indent More" toolbar icon.
4. Instead of indenting the caret, a crash occurs.
* RESULTS
Caret should indent in message but crashes instead
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
This issue is covered in <rdar://problem/4747659>
mitz
ASSERTION FAILED: m_element1 (WebCore/editing/SplitElementCommand.cpp:52 virtual void WebCore::SplitElementCommand::doApply())
[Reproducible crashes are P1]
Justin Garcia
r16563