Opened 12 years ago

Last modified 12 years ago

#9761 closed Bug

setReadOnly(false) doesn't activate backspace keystroke — at Initial Version

Reported by: limuhob Owned by:
Priority: Normal Milestone: CKEditor 4.1.2
Component: Core : Editable Version: 4.0 Beta
Keywords: IBM Cc: jeremie@…, jan_wloka@…, joel.peltonen@…

Description

Hi guys,

if an editor is read only, then the backspace key is blocked by this code: keystrokeHandler.blockedKeystrokes[ 8 ] = editor.readOnly;

However if I change a readOnly mode by calling the setReadOnly(false) function later, the backspace key is still blocked.

Maybe it is a good idea to active the backspace key if setReadOnly(false) is called.

Change History (0)

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