We recently migrated from another rich text editor to the Cute Editor for .NET. Everything worked great in our development environment, but we are experiencing a new problem now that we have pushed it into production. We are experiencing an intermittent issue when pages load that contain the editor where the "Normal" edit mode window does not appear and the user cannot use the editor. It looks like there is some kind of onLoad event that needs to be fired before the editing window is activated, but that event is not being fired in some cases. So, the user ends up seeing the toolbars, but they cannot access the editor. Any ideas what might be causing this?