Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv24213
Modified Files:
link_and_form_events_NS4.html
Log Message:
updated the test to reflect further testing
Index: link_and_form_events_NS4.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/tests/link_and_form_events_NS4.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** link_and_form_events_NS4.html 2001/10/25 16:25:43 1.1
--- link_and_form_events_NS4.html 2001/11/04 21:33:41 1.2
***************
*** 68,84 ****
<br />A keyevent has been added to the DynAPI.document, and an onclick event to the DynLayer for testing.
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
! <b>Discrepancies: (tested on win2000)</b>
<br /><br />IE:
<br />The DynAPI onclick event is caught by all form elements on the DynLayer.
<br />The DynAPI onkeyup event is caught at all times.
<br />The textbox' change event is caught when changing focus to another element.
! <br /><br />NS4:
<br />The DynAPI onclick event is <b>only caught by the hyperlink, and the DynLayer</b>.
<br />The DynAPI onkeyup <b>event is not caught when a form element has the focus</b>.
<br />The textbox' change event is caught when changing focus to another element.
! <br /><br />Mozilla (NS6):
<br />The DynAPI onclick event is caught by all form elements on the DynLayer.
<br />The DynAPI onkeyup event is caught at all times.
<br />The textbox' change event is caught <b>on each keyup</b>.
<br />
</font>
--- 68,93 ----
<br />A keyevent has been added to the DynAPI.document, and an onclick event to the DynLayer for testing.
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
! <b>Discrepancies: (tested on win2000/Linux)</b>
<br /><br />IE:
<br />The DynAPI onclick event is caught by all form elements on the DynLayer.
<br />The DynAPI onkeyup event is caught at all times.
<br />The textbox' change event is caught when changing focus to another element.
! <br /><br />NS4/Win:
<br />The DynAPI onclick event is <b>only caught by the hyperlink, and the DynLayer</b>.
<br />The DynAPI onkeyup <b>event is not caught when a form element has the focus</b>.
<br />The textbox' change event is caught when changing focus to another element.
! <br /><br />Mozilla (NS6)/Win:
<br />The DynAPI onclick event is caught by all form elements on the DynLayer.
<br />The DynAPI onkeyup event is caught at all times.
<br />The textbox' change event is caught <b>on each keyup</b>.
+ <br />
+ <br /><br />NS4/Linux:
+ <br />onclick is caught by the hyperlink only.
+ <br />change is called with each key
+ <br />onkeyup is called two times with each key - one before and one after the change-event
+ <br /><br />Mozilla/Linux:
+ <br />The DynAPI onclick event is caught by all form elements on the DynLayer.
+ <br />The DynAPI onkeyup event and the textbox' change event couldn't be tested,</b>
+ as the textbox lost focus due too the "in myWindow.onclick" alert.
<br />
</font>
|