Opened 15 years ago

Last modified 14 years ago

#3678 closed Bug

[IE] Edit image link result incorrect inside floated div — at Version 2

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 (2)

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.

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