I'm dynamically adding a textarea onto my page as a form element and then initializing it as a tinymce editor with the jQuery Version. However, whenever I load the tinymce
editor it focuses on the editor, scrolling halfway down the form. Is there any way to get tinymce
not to focust on the editor once loaded? Thanks!
0
votes
1 Answers
0
votes
So apparently this bug only occurs if there is a #
present in the url. i.e., my url was:
http://www.mydomain.com/tinymce/#
However, if you remove the #
, this bug does not occur. I found the solution in the tinymce forum on this post.
The bug is also mentioned in this post as well, in case anyone finds anything useful there.