You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mlewand
changed the title
Cannot obtain commandKeystroke from the editor
editor.getCommandKeystroke returns invalid value for commands with capital letters
Jun 22, 2017
mlewand
changed the title
editor.getCommandKeystroke returns invalid value for commands with capital letters
Invalid value returned by editor.getCommandKeystroke for commands with capital letters
Jun 22, 2017
Are you reporting a feature or a bug?
BUG
Provide detailed reproduction steps (if any)
CKEDITOR.instances.editor.getCommand( 'selectAll' )
CKEDITOR.instances.editor.keystrokeHandler.keystrokes
keystroke
's. So we have sure thatselectAll
exists and is registered by editorCKEDITOR.instances.editor.getCommandKeystroke( CKEDITOR.instances.editor.getCommand('selectAll') )
null
, for command which has returned assigned keystroke.Expected result
possibility to obtain
commandKeystroke
based on command name.Actual result
There is no command
Other details
The text was updated successfully, but these errors were encountered: