Opened 15 years ago

Closed 14 years ago

#3678 closed Bug (fixed)

[IE] Edit image link result incorrect inside floated div

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.2
Component: UI : Context Menu Version: SVN (CKEditor) - OLD
Keywords: IE Confirmed Cc:

Description (last modified by Garry Yao)

  1. Open the 'replace by class' sample page in IE, load the editor with following content:
    	<div style="float:right">
    		<a href="http://a.com"><img alt="" src="http://dev.fckeditor.net/chrome/site/logos.gif"/></a>
    	</div>
    
  2. Select the image by clicking on it or from the elements path bar.
  3. Right click to open context menu and select 'Unlink';
  • Actual Result: The link is not removed from the image.

Change History (9)

comment:1 Changed 15 years ago by Garry Yao

Actually all floated elements are treated as control type in design mode with IE.

comment:2 Changed 14 years ago by Garry Yao

Description: modified (diff)

The bug is proven by TC ( TC passed in all browsers ) that not related to #3677, correct the description.

comment:3 Changed 14 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

Confirmed to be yet another DUP of #4041.

comment:4 Changed 14 years ago by Garry Yao

Milestone: CKEditor 3.1CKEditor 3.2
Resolution: duplicate
Status: closedreopened

It turns out that #4041 will not handle this bug, reopen it.
Manual TCs added at : http://ckeditor.t/tt/3678/1.html

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

#4749 may be related to this.

comment:6 Changed 14 years ago by Garry Yao

Supposed to be fixed by #4647.

comment:7 Changed 14 years ago by Garry Yao

Component: GeneralUI : Context Menu
Resolution: fixed
Status: reopenedclosed
Version: SVN (CKEditor)

Fixed by #4647.

comment:8 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: closedreopened

We still need a changelog entry for this one, even if it has been fixed in another ticket.

comment:9 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: reopenedclosed

Changelog added with [5025].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy