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 EditingAssignee: 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

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