From: Argiris K. <be...@us...> - 2005-12-09 01:25:21
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28740/Docs Modified Files: Tag: STABLE Changelog.html Limitations.html Log Message: Copied changes from HEAD. Index: Limitations.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Limitations.html,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** Limitations.html 27 Nov 2005 17:30:01 -0000 1.1 --- Limitations.html 9 Dec 2005 01:25:07 -0000 1.1.4.1 *************** *** 56,60 **** <p class="MainHeader" align="left">MagicAjax Limitations</p> <p class="MainContent"> ! These are the currently known limitations of MagicAjax v0.2.:</p> <p class="MainContent"> <UL> --- 56,60 ---- <p class="MainHeader" align="left">MagicAjax Limitations</p> <p class="MainContent"> ! These are the currently known limitations of MagicAjax :</p> <p class="MainContent"> <UL> *************** *** 62,65 **** --- 62,68 ---- Only IE and Firefox browsers are supported. MagicAjax will be disabled for other browsers and the page will work with plain PostBacks + <LI> + Clientside validation is not handled properly; It is disabled + for validators inside an AjaxPanel <li> For the <a href="Configuration.html#mode">NoStore PageStore mode</a>, if the Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** Changelog.html 5 Dec 2005 18:42:05 -0000 1.4.2.1 --- Changelog.html 9 Dec 2005 01:25:07 -0000 1.4.2.2 *************** *** 57,62 **** <p>Changes since 0.2.1</p> <ul> <LI> ! Added 'WriteFormat' and 'WriteLine' methods at AjaxCallHelper.cs</LI> <LI> Added check of browser type "NetScape5" for MagicAjaxContext's --- 57,65 ---- <p>Changes since 0.2.1</p> <ul> + <li> + Now AjaxPanel takes into account the changes made to form elements by the user + and updates their values when necessary <LI> ! Added 'WriteFormat' and 'WriteLine' methods at AjaxCallHelper.cs <LI> Added check of browser type "NetScape5" for MagicAjaxContext's *************** *** 72,77 **** of an AjaxCall <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. --- 75,80 ---- of an AjaxCall <LI> ! All clientside validators inside AjaxPanels are disabled; This solves ! clientside validation script errors. <li> Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox. |