From: Eytan H. <ey...@tr...> - 2001-01-14 17:00:43
|
Hi, I'm continuing to develop a version of DynAPI that is used strictly like an API (real object oriented). I ran in to a weird thing with mouse events. I have added an event for on click and in it the line alert(e.getX()) and it returns -3 anywhere in the component if I do alert(e.getPageX()) it's always -1? what's wrong? |