[Webkit-unassigned] [Bug 12882] New: Image dragged to a new position in Contenteditable div disappears when it is set to align=left or right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 24 16:40:26 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12882

           Summary: Image dragged to a new position in Contenteditable div
                    disappears when it is set to align=left or right
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://www.smilecms.com/webkit/image_align.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peer at smileCMS.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list