I added the TinyMCE rich text editor to my site and it works nicely and was easy to implement.
The problem is that now the original text box renders, and the rich text box appears after 2 seconds - which makes the user experience really half-baked.
Here is an example of this effect: http://www.problemio.com/add_problem.php
See how the simple text box loads and then 2 seconds later the rich text textbox loads on top of it? How can I prevent that and just have the rich text textbox load?
Thanks!!
(I used Chrome browser to reproduce this)