Opened 10 years ago

Last modified 9 years ago

#12184 confirmed Bug

[IE] config.disableObjectResizing doesn't working after drag and drop

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.3
Keywords: Cc:

Description

After resizable element being drag and droped in editor you're able to resize it.

  1. Make sure you have config.disableObjectResizing = true; ( use config or editor init function ).
  2. Open any sample with CKEditor (i.e. samples/replacebyclass.html).
  3. Select dragable element (image, anchor, hr).
  4. Drag and drop it anywhere.
  5. Use resizer grid.

Expected result:
Element should not change its size.

Current result:
You're able to resize an element.

additional info:

  1. Source of the issue is in ckeditor-dev/plugins/wysiwygarea/plugin.js. selectedElement is assigned only after selectionChange event, and it should be also executed after drop event on drop target.

Change History (2)

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

Status: newconfirmed

comment:2 Changed 9 years ago by Jakub Ś

Other issues that concern objectResizing #10197, #9317, #10252, #12772.

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