Opened 9 years ago

Last modified 9 years ago

#13388 closed Bug

Tableresize plugin is not integrated with undo manager — at Version 3

Reported by: Prem Owned by:
Priority: Normal Milestone: CKEditor 4.5.3
Component: General Version:
Keywords: Cc:

Description (last modified by Piotrek Koszuliński)

When table cells are re-sized with the mouse, cells are re-sized but when we save the CkEditor data is not updated with the new cell widths. Tableresize plugin not firing change event.

we need to call editor.fire('change') for this to work properly in the init function


Edit: The goal is that resizing was undoable and that the #change event was fired once user _finishes_ resizing.

Change History (3)

comment:1 Changed 9 years ago by Jakub Ś

Status: newpending

Could you tell me which table resize plugins you are talking about? Is it native table resize (available in IE and FF) or CKSource resize which allows resizing table columns?

In case of native resize this is a duplicate of #10979. In case of CKEditor resize this is valid ticket.

Please tell us which feature you are talking about.

Last edited 9 years ago by Piotrek Koszuliński (previous) (diff)

comment:2 Changed 9 years ago by Prem

Hi, It is a native resize that is available in http://ckeditor.com/addon/tableresize.

comment:3 Changed 9 years ago by Piotrek Koszuliński

Description: modified (diff)
Status: pendingconfirmed
Summary: Tableresize not changing model i.e not firing onchangeTableresize plugin is not integrated with undo manager

By "native" we mean features/behaviours implemented by browsers or OS. The tableresize plugin is a JS plugin, so it is not a native behaviour.

Anyway, I confirm that the tableresize plugin does not fire snapshots so it is not integrated with undo manager at all. And it is undo manager who fires the #change event.

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