Bug 16382
Summary: | InsertHTML produces strange span elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Johan "Spocke" Sörlin <spocke> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Major | CC: | futurama, grahamperrin, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://tinymce.moxiecode.com/safari/inserthtml.htm | ||
Bug Depends on: | |||
Bug Blocks: | 6627 |
Johan "Spocke" Sörlin
The InsertHTML command moves elements around in the DOM and produces extra span elements each time it's executed.
Steps to reproduce:
1. Open the attached URL.
2. Place caret inside editable strong element below.
3. Click the InsertHTML link.
4. Observe that a new span element is added each time you click the InsertHTML button.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Garcia
6627 depends on this bug not the other way around. Fixing.
Ryosuke Niwa
This bug doesn't reproduce for me anymore. It has probably been solved by now.