Dear ,
I just downloaded and installed V6 of the CuteEditor for ASP.NET. When I try to insert a character into the text the insert dialog opens in the background while the cursor is reset to the home position. After selecting a single char the dialog closes. In V5 the dialog stays open until I click Cancel, which is the behavior I wanted.
Previously I downloaded V5 en I already noticed the dialog resetting the cursor position. The dialog itself opened in front of the browser window.
When I visit the demo the cursor isn't reset; the dialog opens in the background too.
I am using Firefox (the latest release) on a Windows XP computer. I use Visual Studio 2003 for development. I inserted the editor in a table (in an aspx-file); OnPageLoad does nothing to the editor whatsoever except setting the TemplateItemList to a subset of the available buttons.
Could you tell me:
a. How to open the dialog in front of the browser window. Or, in case this isn't as designed, when I can expect this bug to be solved.
b. How to prevent the editor from resetting the cursor position on opening the InsertChars dialog.
c. How to keep the dialog open until the user clicks cancel.
Thanks in advance,
Sander Rovers