Bug 7151
Summary: | TinyMCE: Undo paste crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian |
Priority: | P2 | Keywords: | InRadar |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://tinymce.moxiecode.com/example.php?example=true | ||
Bug Depends on: | |||
Bug Blocks: | 6627 |
Chris Petersen
After dragging a text selection from one textarea field to the other, selecting Undo Paste results in a crash
WebCore::DocumentImpl::updateSelection() + 96 (DocumentImpl.cpp:1063)
STEPS TO REPRODUCE
1. Launch TOT Webkit NB and go to http://tinymce.moxiecode.com/example.php?example=true
2. Type some text in top textarea field
3. Select this text and drag/drop it into the bottom textarea.
4. After text appears in the bottom textarea field, choose Undo Paste from the Edit menu
RESULTS
Undo Paste should removed text. Instead, a crash occurs after selecting Undo Paste.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
This bug is also in Radar as <rdar://problem/4437308>.
Justin Garcia
*** This bug has been marked as a duplicate of 8616 ***
Justin Garcia
I was wrong, this isn't a dupe.
Justin Garcia
We fixed this.