Project

General

Profile

Extra WTextArea on top of TinyMCE - how to get rid of it?

Added by Mark Travis about 1 month ago

I'm running into an issue with TinyMCE (WTextEdit) where an extra WTextArea is visible above the editor. I've not run across this before.

It's 100% wide and 66px tall and is resizeable just like the TinyMCE window.

See attached screenshot with the app on the left and the HTML/CSS/JS on the right.


Replies (2)

RE: Extra WTextArea on top of TinyMCE - how to get rid of it? - Added by Mark Travis about 1 month ago

Nevermind. It fixed itself, so maybe something else I fixed also fixed this.

RE: Extra WTextArea on top of TinyMCE - how to get rid of it? - Added by Matthias Van Ceulebroeck about 1 month ago

Hey Mark,

normally the TinyMCE editor should use the textarea to create itself, and then hide the textarea after successful construction.
This may be the result of a certain edge case occurring, or an issue with self-defined JavaScript.

Likely, an indication of the problem would have been printed inside the browser console.

If this were to happen again, I would appreciate it if you could let me know, and add the console output as well!

Best,
Matthias

    (1-2/2)