javascript - CKEditor appears gray in internet explorer -
I visited many websites to find a solution.
My editor works in almost every browser Internet Explorer. Space (Textera) is not visible to change the content in Internet Explorer, the rest editor is visible. Does anyone know the solution? I did not find it on the internet.
Updating the editor is probably a solution, but it took me some time to configure it together with Ckfinders, so I'm afraid that cecfinders are not working after an update.
The editor had worked a few months ago, but I did not work on the website for a few months.
& lt; Textarea id = "textarea" name = 'text' class = 'editor' & gt; & Lt; / Textarea & gt; To show my editor.
& lt; Script & gt; $ (Document) .ready (function () {$ ('textarea.editor'). Ckeditor (function () {/ * callback code * /}, {language: 'nl', ui collar: '# e9eaee', toolbar Startup Expanded: Incorrect, Toolbar: [[Name: [Tool: Item: ['Maximize', 'ShowBlock', 'Source']}, {Name: 'Document', Item: ['Docproops', 'Preview' , 'Paste', '-', 'template']}, {name: 'clipboard', item: ['cut', 'duplicate', 'paste', 'pastetext', 'pasteforward', '-', ' Undo ',' redo ']}, {name:' edit ', items: [' search ',' substitution ',' - ',' select ', '[' 'Bold', 'italic', 'underline', 'strike', 'subscript', '' ',' '', '' '', '' '', '' '', '' ('Numbered list', 'bulletless', '-', 'outdent', 'indent', '-', 'blockcote', 'superscript', '-', 'RemoveFormat']}, {name: 'paragraph' , '', 'Just Left Left', 'Justified Left', 'Justified', 'Justified', 'JustifyBlock' ('Link', 'Unlink', 'Anchor']}, '/', {Name: 'Genres, ',' Bidet ',' bdtrl ']}, {name:' link 'item: [' styles ',' format ',' Font ''}}, {name: 'color', item: ['[' image ',' table ',' horizontal rule ',' smiley ',' special customer ']]], height:' 225 ', Additional Plugin' ',' Text Caller ',' BG Collar '}}, {Name:' Insert ':' Tableres')); }); & Lt; / Script & gt;
Try disabling your add-on, and if the problem is resolved , Then enable - to find one after another which causes the problem.
Comments
Post a Comment