Hi
I've been working on a project that uses ajax actions heavily to allow redirects, show QPanels etc.
Everything works very well, however some users are having problems with IE6 (version 6.0.2900.2180 on XP SP2). I've tested in a local version of IE6 but can't replicate the problem.
As an example, on a simple login page the user logs in, the login is recorded, and a QApplication::Redirect is called when successful. The login button uses a QAjaxAction. The result is a successful redirect, but the user is shown the XML code in their browser instead of actually being redirected.
For other QAjaxAction calls, for instance when trying to show a QPanel, nothing happens at all.
Has anyone had this problem before? It appears that some of the ajax action is being executed, but the browser isn't behaving. Could this be a potential browser setting? I haven't noticed anything that could be causing this.
I'm using QCodo version 0.4.14.
Any help is very much appreciated.
Thanks,
Kev