Bug 12882 - REGRESSION: Image dragged to a new position in Contenteditable div disappears when it is set to align=left or right
Summary: REGRESSION: Image dragged to a new position in Contenteditable div disappears...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://www.smilecms.com/webkit/image_...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-02-24 16:40 PST by Peer Bremer
Modified: 2007-02-27 17:21 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peer Bremer 2007-02-24 16:40:25 PST
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.
Comment 1 Justin Garcia 2007-02-27 17:21:59 PST
r19903