Changes between Version 1 and Version 2 of Ticket #12260, comment 1
- Timestamp:
- Jul 31, 2014, 2:37:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12260, comment 1
v1 v2 2 2 3 3 In dialog/plugin.js private property {{{accessKeyProcessors}}} is empty when opening dialog for the second time, but should keep processors for each key. 4 5 I think that {{{accessKeyProcessors}}} property should be moved to CKEDITOR.dialog instance, because we store already created dialogs, but we don't store access key processors for each one. We clean calling {{{unregisterAccessKey}}} method in plugin.