Opened 11 years ago

Last modified 10 years ago

#10711 review Bug

ResizeDir = ResizeDir.Both not working

Reported by: jsymon Owned by: Alan
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 4.0
Keywords: Cc:

Description

In conjuction with CKEditor 3.6.4 for ASP.NET, CKEditorControl.ResizeDir = ResizeDir.Horizontal works ok, CKEditorControl.ResizeDir = ResizeDir.Vertical also works ok, however CKEditorControl.ResizeDir = ResizeDir.Both does not work (it performs the same as setting ResizeDir.Vertical).

As a footnote, modifying config.js, setting config.resize_dir = 'both'; will at least cause it to work by default, then can be overridden by restricting to one of the two working parameters above.

Change History (2)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: resize removed
Status: newconfirmed
Version: 4.24.0

I can confirm this issue for CKEditor 4.x. If you update client-side to CKEditor 4.x and set resizeDir Both editor will only be resized vertically.

comment:2 Changed 10 years ago by Alan

Owner: set to Alan
Status: confirmedreview
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