#8583 closed Bug (wontfix)
IE image resize handles appear outside of edit
Reported by: | Jack Bowman | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Go to ckeditor.com/demo in IE9.
Add a large image to the editor. (e.g. /userfiles/images/Public%20Folder/035-21.jpg )
Click on the image.
The resize handles go beyond the bounds of the editor.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | resizehandles.PNG added |
---|
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
This is still occurring in Ckeditor 4.3, even on the demo page with the latest IE. Are we sure that this is IE Behavior? I am not sure if we should mark this as Won't Fix.
comment:4 Changed 11 years ago by
Are we sure that this is IE Behaviour?
We certainly haven't created such feature.
Try below div or image inside e.g. div element with contenteditable="true" attribute (no editor is needed here) and you will see same handles.
<div style="position: absolute;"> <p>test</p> </div>
As I said before, this is only visual bug. It doesn't block access to toolbar buttons or context menu options.
This is default IE behavior. It has nothing to do with CKEditor.
If you are using latest CKEditor 3.6.1 or 3.6.2 then this should only be "visual bug" as blocking toolbar buttons was fixed in #188.