Ticket #798 (closed Bug: fixed)
Image inside floating DIV looses selection with Context Menu
| Reported by: | cinzia62@… | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
| Component: | General | Version: | FCKeditor 2.5 |
| Keywords: | SF Confirmed IE Review+ | Cc: | fredck |
Description
If you add an image into a Div then you apply a style to the div like this <div style="float:right"><img ...> </div> if then you select the image and get the properties, it appears that all the properties are lost. But if you go to the source code you can see that they are not lost. Following the source code with debugger, I noticed that this instruction in fck_image.js
var oImage = FCK.Selection.GetSelectedElement() ;
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1628785&group_id=75348&atid=543653
return an undefined element. I have tested it with IE6 on WinXP e win2003.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
