From: Dion O. <dol...@us...> - 2005-12-02 19:00:10
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv684/magicajax/Docs Modified Files: Changelog.html Log Message: update of changelog.html Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Changelog.html 30 Nov 2005 12:22:29 -0000 1.2 --- Changelog.html 2 Dec 2005 18:59:59 -0000 1.3 *************** *** 58,67 **** <ul> <li> Fixed the javascript errors the occured when the browser was not supported <li> ! An exception is thrown if MagicAjaxModule is not included in the HttpModules of web.config and the code tries to access MagicAjaxContext.Current <li> ! Added 'MagicAjaxContext' protected property in AjaxControl, AjaxPage and AjaxUserControl classes. </li> --- 58,71 ---- <ul> <li> + All clientside validators inside AjaxPanels are disabled (for NoStore mode only); This solves clientside validation script errors. + <li> + Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox. + <li> Fixed the javascript errors the occured when the browser was not supported <li> ! An exception is thrown if MagicAjaxModule is not included in the HttpModules of web.config and the code tries to access MagicAjaxContext.Current <li> ! Added 'MagicAjaxContext' protected property in AjaxControl, AjaxPage and AjaxUserControl classes. </li> *************** *** 71,76 **** <ul> <li> ! Fixed a bug in AjaxCallObject.js; when the server reported an exception and ! 'tracing' was disabled, instead of rendering the error page a 'this.TraceWindow.document is null or not an object' javascript error occured <li> --- 75,80 ---- <ul> <li> ! Fixed a bug in AjaxCallObject.js; when the server reported an exception and ! 'tracing' was disabled, instead of rendering the error page a 'this.TraceWindow.document is null or not an object' javascript error occured <li> |