Com(p)fy
Skip Navigation Links >> Community >> Technology Forums >> Compfy >> Web Development >> Components and Libraries >> TinyMCE >> Installation and Configuration >> TinyMCE loads correctly in IE only on refresh
Contents
Skip Navigation Links.
CollapseFolder
Web Development ( Posts: 5 Last: 5/22/2010 )
ExpandFolder
ASP.NET ( Posts: 3 Last: 5/22/2010 )
ExpandFolder
ADO.NET ( Posts: 1 Last: 4/21/2010 )
CollapseFolder
Components and Libraries ( Posts: 1 Last: 5/21/2010 )
CollapseFolder
TinyMCE ( Posts: 1 Last: 5/21/2010 )
CollapseFolder
Installation and Configuration ( Posts: 1 Last: 5/21/2010 )
Text Post
TinyMCE loads correctly in IE only on refresh ( Posts: 1 Last: 5/21/2010 )
Folder
ExpandFolder
Compilers ( Posts: 1 Last: 6/20/2010 )
ExpandFolder
 
TinyMCE loads correctly in IE only on refresh
5/21/2010 3:00:25 PM Last modified: 5/21/2010 3:00:43 PM
Greg
Joined: 4/17/2010
Posts: 6

The problem is that TinyMCE does not load correctly in Internet Explorer the first time and refreshing the page or a partial postback is needed to make TinyMCE load correctly. This bug does not appear in the Firefox. Multiple solutions are proposed on the TinyMCE forum (link). The proposed solutions include setting "strict_loading_mode" to "true" and initializing TinyMCE only after the page is loaded completely. I have tried these approaches and none of them has worked on this website. I have tried TinyMCE versions 3.2.1.1 and 3.3.6.

The workaround is to cause a partial postback:

Code
    initMCE();
    __doPostBack('<%# DataViewUpdatePanel.ClientID %>', '');
 

This workaround causes some small undesireable visual effects, but is works. If anyone has suggestions how to fix this problem, please post it here. Thanks.

Replies: Page: First Last  Posts/Page:
  Page: First Last  Posts/Page:


Registered users:
8
Users online:
1
Folders total:
18
Posts total:
6
Server timezone (for anonymous users):
(UTC-08:00) Pacific Time (US & Canada)
Powered by Com(p)fy