From: Argiris K. <be...@us...> - 2005-12-12 12:25:03
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25692/Docs Modified Files: Changelog.html Log Message: Updated ChangeLog regarding password textbox. Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changelog.html 12 Dec 2005 05:31:17 -0000 1.12 --- Changelog.html 12 Dec 2005 12:24:54 -0000 1.13 *************** *** 58,61 **** --- 58,65 ---- <ul> <li> + The password TextBox was getting cleared at each AjaxCall; now it is ignored, + the user should use an explicit javascript command to clear it with + AjaxCallHelper.WriteSetFieldScript + <LI> The values of form elements are not taken into account for the fingerprint, thus html to update an already updated by the user form element is not sent to |