Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#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)

resizehandles.PNG (333.3 KB) - added by Jack Bowman 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by Jack Bowman

Attachment: resizehandles.PNG added

comment:1 Changed 12 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed

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.

comment:2 Changed 12 years ago by Jakub Ś

#8615 was marked as duplicate.

comment:3 Changed 10 years ago by Nathan Frost

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 10 years ago by Jakub Ś

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.

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