Hello, I am having a problem getting the richtext editor to show up in IE10. It works fine in Firefox and Chrome. I think it was also working in IE10 before I upgraded Couch to the 1.4 RC1 version, but I'm not 100% sure about this.
Please see the attached screenshots. It is as if the editor does not load at all in IE10. Has anyone else seen this and/or can hopefully suggest a resolution?
My editor code looks like this, but I have also tried using the standard code from the tutorial and it has the same problem.
I'm using IE10 in Windows 8. All suggestions welcome, thank you!
Please see the attached screenshots. It is as if the editor does not load at all in IE10. Has anyone else seen this and/or can hopefully suggest a resolution?
My editor code looks like this, but I have also tried using the standard code from the tutorial and it has the same problem.
- Code: Select all
<cms:editable name='main_content' type='richtext' label='Main Content'
toolbar='custom'
custom_toolbar='bold, italic, underline, |
format |
numberedlist, bulletedlist, |
undo, redo, removeformat |
cut, copy, pastetext, pastefromword |
image, smiley, specialchar |
link, unlink'>
<p><strong>Sample Content</strong></p>
</cms:editable>
I'm using IE10 in Windows 8. All suggestions welcome, thank you!