James Johnson
James Johnson
The stack trace originates from the lists plugin so I'm going to transfer this to the TinyMCE repo as there is nothing we can do to fix this in the...
This issue can't be solved in the `tinymce-react` integration so I am transferring this to the `tinymce` repository.
So the TinyMCE events: `change`, `input`, `compositionend`, `setcontent`, `keypress`, `NewBlock` are what could trigger the `onEditorChanged` callback (assuming the content was actually changed by them). Maybe I should include `FormatApply`...
I've tried to replicate this problem but I'm not having any success getting the same result as you. Here's my replication: https://codesandbox.io/s/applying-highlight-mathml-o71hhx I'm using `extended_valid_elements` to allow the mathml elements...
It sounds like you are reporting a TinyMCE bug. This repository only deals with issues specific to the wrapper tinymce-react so I will forward your bug report to the tinymce...
Well I can certainly replicate some very weird behavior for the inline editor in the iframe. https://codesandbox.io/s/xenodochial-paper-otpdmd?file=/src/index.js It's not just backspace that's broken but also enter. I did find a...
Actually I'll make a new jira for the script loading problem. Ref INT-2924 .
The API `editorRef.getContent()` just refers to the TinyMCE API getContent so this seems to be a TinyMCE issue. The stacktrace also points to a TinyMCE plugin. I will transfer this...
This is a question about the behaviour of TinyMCE so I'm forwarding it to the TinyMCE repository.
Here's a replication. https://codesandbox.io/s/pensive-scott-9bee63?file=/src/index.js Note that restrictions on what happens when pressing enter are probably expected because the only way you can put a newline in a paragraph tag is...