Hi, I am havin troubles with cute editor on a mac.
I developed a program that uses the cute editor software and tested it on safari version 2, the editor shows fine, but it does not post the data typed into the editor to the page. If I do a Response.Write(edito.Text) line then only the data that is loaded on Page_Load is shown, I tested standard tags and they post back to the page.
When I go to the examples on the cutesoft website that use the editor, they don't work either.
Just to clarify what I mean by not being posted back. When you type some text into an empty editor and press a submit button, the page is re-loaded as is usual in asp.net, with all it's content that was in it before you pressed the button. I am finding with my examples and the examples on the cutesoft website, that the contents of the editor are cleared after you press the button, they should be preserved.
The code I have been working on works fine on all browsers in windows, just not on safari 2 on mac.