Hi, it's problem when i try to load my page, ckeditor did not works event instanceReady in firefox. In Chrome and IE9 that's work fine. That's my code:
initEditor: function () { this.stopEditor() var _this = this setTimeout(_.bind(this.setEditor, this), 0) return }, setEditor: function (editorOpts) { editorOpts = editorOpts || this.editorOpts() var _this = this this.stopEditor() this.editor = window.CKEDITOR.replace(this.$('div.note-text-input')[0], editorOpts) this.editor.isNoteEditor = true this.editor.config.height = this.$('.note-text').height() this.editor.view = this }, editorOpts: function () { var _this = this var editorOpts = { on: instanceReady: function(ev){ alert('Work!') } },
Any ideas?
First, have you cleared your
First, have you cleared your cache (sorry, gotta ask)? Which Firefox verion? Which CKEditor version? Are you getting any errors in Firebug? Can you include a working sample that shows this issue? What code is that? Is it ExtJS or some custom code? Are you using custom or third-party plugins? Etc.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
yes, i cleared my cache, but
yes, i cleared my cache, but not helped. CKEditor version 4.4, FireFox 29.0.1, not have errors in firebug. sorry but i can't include working sample, it's not ExtJS, yes i use many plugins, for example jquery, backbone, underscore,atmosphere and many else, but i used just cke not have analogs of cke. Maybe it's some problem with this version, if i will update my cke to new version, my problem is resolved?
Attachments: