Hi all,
I noticed a problem with CuteEditor running in a popup window. My main page contains 3 Cute Editor Controls, 2 of them are readonly. Then I have a button which opens a popup window. The popup window contains another Cute Editor Control, and this control is extremely slow :-( It takes seconds until the cute editor control displays the keystrokes :-( I've created an example with the same problem. The response time increases with every additional Cute Editor Control I add to the
main page. For opening the popup window I use .
Attributes.Add("onclick", "window.open('Popup.aspx', 'ActionLog', 'width=800,height=600,scrollbars=yes')"). When closing the popup I also refresh the main page, this is necessary because the users should add data into the popup window and it should be displayed on the mainpage then immediately after closing the popup.
Many thanks!
Kai
http://cutesoft.net/forum_uploads/CuteEditorPopUp.zip
.net Framework 4.0 / ASP.net / VB / CuteEditor 6.7 / SQL 2005