Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv12948

Modified Files:
        mouse.js 
Log Message:
onclick should now work in NS

Index: mouse.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/mouse.js,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mouse.js    2001/04/10 05:59:00     1.9
--- mouse.js    2001/04/10 06:40:16     1.10
***************
*** 133,137 ****
                if (e && e.target.handleEvent && e.target!=this) 
e.target.handleEvent(type,e);
                }
!       if (is.ns4 && is.platform=="other" && type=="mouseup") {
                evt.type=type="click";
                evt.bubble = true;
--- 133,137 ----
                if (e && e.target.handleEvent && e.target!=this) 
e.target.handleEvent(type,e);
                }
!       if (is.ns4 && type=="mouseup") {
                evt.type=type="click";
                evt.bubble = true;


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to