Bug 11003 - Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
Summary: Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: GoogleBug, InRadar
Depends on:
Blocks: 9638
  Show dependency treegraph
 
Reported: 2006-09-23 23:35 PDT by Chris Petersen
Modified: 2006-09-26 12:57 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petersen 2006-09-23 23:35:57 PDT
When attempting to decrease a indent that was applied to a list in a Gmail HTML message, a crash occurs

WebCore::Range::startPosition()

* STEPS TO REPRODUCE
1. With TOT webkit r-16541, login into your gmail account
2. Create a new message  (Rich Formatting)
3. Place caret in message body and type some text
4. Click on either the ordered or unordered list toolbar icon
5. Press the "Indent More" toolbar icon.
6. Now, press the "Indent less" toolbar icon
7. Instead of removing the indent, a crash occurs

* RESULTS
Indent should be removed but a crash occurs instead
Comment 1 Chris Petersen 2006-09-23 23:36:52 PDT
This has been filed as <rdar://problem/4747695> 
Comment 2 mitz 2006-09-24 00:12:07 PDT
ASSERTION FAILED: destination.deepEquivalent().node()->inDocument() (WebCore/editing/CompositeEditCommand.cpp:662 void WebCore::CompositeEditCommand::moveParagraphs(const WebCore::VisiblePosition&, const WebCore::VisiblePosition&, const WebCore::VisiblePosition&, bool, bool))

[Reproducible crashes are P1]
Comment 3 Justin Garcia 2006-09-26 12:57:42 PDT
r16587