RichTextEditor is not oppening in IE11.
I'm surprised that you could even open it in IE11 since there is so much ES6 code and heavy template usage that isn't supported at all by IE11. I'd suggest to get rid of IE11 or at least build your templates/pages/widgets in a modern browser. If you are lucky you will at least be able use them in IE11 after export.
Read full answer below ↓Question
When in the Canvas, I double click on some text to open the RichTextEditor in IE11, it throws me an error and does not open. In all other browsers it works. Attached a vide in the pptx and the code:
[Presentation2.pptx](https://github.com/artf/grapesjs/files/5438803/Presentation2.pptx)
richTextEditor.add('insertHtml', {
icon: '<select class="placeholders-select">' +
options()
+ '</select>',
// Bind the 'result' on 'change' listener
event: 'change',
result: (rte, action) => rte.exec('insertHtml', action.btn.firstChild.value),
update: (rte, action) => {
const value = rte.doc.queryCommandValue(action.name)
if (value != 'false') { // value is a string
action.btn.firstChild.value = value
}
},
})Answers (2)
I'm surprised that you could even open it in IE11 since there is so much ES6 code and heavy template usage that isn't supported at all by IE11. I'd suggest to get rid of IE11 or at least build your templates/pages/widgets in a modern browser. If you are lucky you will at least be able use them in IE11 after export.
IE ... #shivers
Related Questions and Answers
Continue research with similar issue discussions.
Issue #3126
Video throwing error
on click to upload button side preview works fine but when clicking on that video preview it throws error and rest of all images stop worki...
Issue #4576
Clicking 'wrap for style' button affects the inner components of other components inside the same text box
GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Chrome 104.0.5112.101 Reproducible demo link...
Issue #4861
<br/> is adding to single line text, after entering space for the first time in firefox
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Firefox Reproducible demo link https://jsf...
Issue #5888
Cannot edit component content even with editable property set to true
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome V124 Reproducible demo link https:/...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.
Browse premium plugins →Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.