BUG: RichTextEditor is not oppening in IE11.
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 #4861
BUG: <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 #2831
[BUG] Text components don't behave correctly after creating custom components
Hi artf, After creating custom components, the text component does not behave like before. It removes all the naked nodes after changing so...
Issue #1394
[Bug]: Pasting multiple paragraphs aren't editable until Grapes reloads
https://grapesjs.com/demo.htmlIn the double click into the text "All text blocks could..." to trigger editing mode.Paste this text in: The...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.