gijgo
gijgo copied to clipboard
Editor plugin is not working in MS Edge
I am using editor plugin. Able to get text in Chrome and Firefox. But in Edge not able to get new text from textarea. It is sending only exiting text (saved before in the different browser). All newly typed text is not staying.
For example, I type text in the editor textbox and then try to access new text via
alert (document.getElementById('editor').value) - the text is not showing up. And so the saving after submit is not saving the any new text.
The error in console that I have (not sure if it is related or not) :
This command is not supported. gijgo.min.js (1,124178) it is pointing to this code: b=a.attr("role");b
Maybe there is workaround to get text from editor somehow?
Thanks.