Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv29431
Modified Files:
inflow_scrollbar.html
Log Message:
shows event fix
Index: inflow_scrollbar.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/tests/inflow_scrollbar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** inflow_scrollbar.html 4 Jan 2002 14:25:18 -0000 1.1
--- inflow_scrollbar.html 26 Feb 2002 17:54:27 -0000 1.2
***************
*** 56,60 ****
box.addEventListener(blistener);
-
</script>
</head>
--- 56,59 ----
***************
*** 109,112 ****
--- 108,116 ----
Note: some problems while sliding the knob in the inline scrollbar, but must be something about the event coordinate
calculation. Mozilla resizes the table cell while dragging the knob. Oh my. Anyway.
+ <p>
+ <b>Update: 26/2/2002</b>
+ IE is fine now.
+ <br>
+
</body>
</html>
|