Opened 10 years ago

Closed 10 years ago

#12161 closed Bug (duplicate)

Element resize handles still work with disableObjectResizing=true with IE11

Reported by: Matti Järvinen Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc:

Description

Even with config option disableObjectResizing IE11 allows resizing of TABLE, IMG and DIV elements by dragging the element handles.

From custom config I've used.

config.disableObjectResizing = true;

Test HTML:

<table border="5" cellpadding="1" cellspacing="1" >
	<tbody>
		<tr>
			<td>hgfhhf</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>
<img src="https://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png" />
<div style="width: 236px;">
<h1>Hello</h1>
</div>

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed
Version: 4.4.2

And there's no solution for that unfortunately. This option affects only Firefox. We worked on this issue in #9317 and found that in IE<11 we can block resizing (though not hide the handles) and in IE11 we can't do anything. Microsoft decided to drop resizestart event and left no real alternative. There's only an ugly hack possible - see http://dev.ckeditor.com/ticket/9317#comment:16.

I'm closing this issue as DUP of #9317, but after closing #9317 we'll need to report a new ticket for IE11+ which will not be covered by #9317's patch.

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