Opened 10 years ago
Last modified 10 years ago
#13117 confirmed Bug
In source mode the CKEditor object is not instantiated correctly — at Initial Version
Reported by: | giorgio | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | IRINAURU@…, giorgio, satya_minnekanti@…, chrisgui@… |
Description
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.
If we use instead the wysiwyg mode, everything works fine and we have those attributes.