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

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