Changes between Initial Version and Version 3 of Ticket #13117
- Timestamp:
- Mar 30, 2015, 12:50:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13117
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
4.4.7
to -
Property
Summary
changed from
In source mode the CKEditor object is not instantiated correctly
toEditor.document is not set in source mode
-
Property
Status
changed from
-
Ticket #13117 – Description
initial v3 1 While using the CKEditor in source mode( in the config startupMode : "source" ) instantiating the CKEditor object, with the method replace, the object doesn't contain many basic attributes e.g. the document that contains the editor or the selection of the user.1 While using the CKEditor in source mode( in the config startupMode : "source" ) instantiating the CKEditor object, with the method replace, the object doesn't contain many basic attributes e.g. the document that contains the editor or ~~the selection of the user~~ (edit: selection is not accessible in source mode for a reason - see comment:1). 2 2 3 3 If we use instead the wysiwyg mode, everything works fine and we have those attributes.