Opened 13 years ago

Last modified 7 years ago

#8354 closed Bug

Save enabled only in design mode — at Version 1

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by Frederico Caldeira Knabben)

The save button is restricted by default to design mode only due to this line:

command.modes = { wysiwyg : !!( editor.element.$.form ) };

That setting disables saving in source mode.

Change History (1)

comment:1 Changed 13 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Status: newconfirmed

My fault here... we have this thing since [3285], two years ago.

The modes property is definitely the wrong thing to be used to make this check.

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