Opened 16 years ago
Closed 15 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 )
- 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>
- Select the image by clicking on it or from the elements path bar.
- 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
comment:2 Changed 15 years ago by
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 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Confirmed to be yet another DUP of #4041.
comment:4 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
It turns out that #4041 will not handle this bug, reopen it.
Manual TCs added at : http://ckeditor.t/tt/3678/1.html
comment:7 Changed 15 years ago by
Component: | General → UI : Context Menu |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Version: | → SVN (CKEditor) |
Fixed by #4647.
comment:8 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
We still need a changelog entry for this one, even if it has been fixed in another ticket.
comment:9 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Changelog added with [5025].
Actually all floated elements are treated as control type in design mode with IE.