Note that there are some explanatory texts on larger screens.

plurals
  1. POtinymce - how to prevent resizable feature on inserted html element
    text
    copied!<p>Try to test this in the fiddle page I put up.</p> <p><a href="http://fiddle.tinymce.com/GBdaab/1" rel="nofollow">http://fiddle.tinymce.com/GBdaab/1</a></p> <p>In IE8 or less, the inserted html element becomes resizable. Funny thing is that modern browsers don't allow this to happen.</p> <p>When you insert an html element, there should be a reason for such a behaviour. I mean, you don't expect any change or resize on the element.</p> <p><strong>But it happens in IE8.</strong></p> <p>And this is actually not related to the functionality of the editor, when you click on the table, the cursor changes to 'move' shape. and whereever you mouseover, it never changes to 'default' status.</p> <p>As far as I know, displaying such a cursor is for notifying users that the target element is movable. But it only shows 'move' shape, even when the table isn't draggable. I don't want this feature as well.</p> <p><strong>Is there any option for this? or is it a bug? or is it related to css or table plugin?</strong></p> <p><strong>Steps to reproduce:</strong></p> <ol> <li>be sure to test this in IE8 or less</li> <li>try to click on the red div box.</li> <li>then handles appear.</li> <li>and you can resize the div box.</li> </ol> <p><strong>Expected result:</strong></p> <p>No resizing handlers on the box is allowed if stopPropagation, preventDefault, or returnValue = false code are set in the code...</p> <p><strong>Actual result:</strong></p> <p>Ended up enabling and displaying resizing handlers.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload