Bug 12882
| Summary: | REGRESSION: Image dragged to a new position in Contenteditable div disappears when it is set to align=left or right | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Peer Bremer <peer> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | justin.garcia, mitz |
| Priority: | P1 | Keywords: | Regression |
| Version: | 523.x (Safari 3) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.smilecms.com/webkit/image_align.html | ||
Peer Bremer
An image inside a Contenteditable div disappears when dragged to a new position when it contains an align="left" example:
Disappear when dragged:
<img src="imaget.gif" width="150" height="100" align="right">
<img src="imaget.gif" width="150" height="100" align="right">
Work ok:
<img src="imaget.gif" width="150" height="100" align="bottom">
<img src="imaget.gif" width="150" height="100">
You can try this at: http://www.smilecms.com/webkit/image_align.html
It did work with the current safari relase.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Justin Garcia
r19903