[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.124,1.125
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-02 16:26:18
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv27406/doc Modified Files: release_notes.txt Log Message: add document.links and link.onMouseOver support Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- release_notes.txt 1 Aug 2002 20:23:15 -0000 1.124 +++ release_notes.txt 2 Aug 2002 16:26:15 -0000 1.125 @@ -7,11 +7,16 @@ 3. The regression test "pseudo-server" does not appear to run properly under JDK 1.4 Limitations: - 1. HttpUnit does not support JavaScript + 1. JavaScript support is minimal 2. JDK 1.2 or higher is required Revision History: + 2-Aug-2002 +Additions: + 1. Added JavaScript support for document.links and document.<link name> and the link 'onMouseOver' event. + 2. You may now call link.mouseOver() to trigger the 'onMouseOver' event. + 1-Aug-2002 Additions: 1. You may now follow a link by calling link.click() rather than client.getResponse( link.getRequest() ). |