In most MS WINDOWS platforms, the mouse DOWN and UP events are immediately
followed by MOVE and DRAG without reason.
Unix platforms do not seem to have this bug.
- DOWN->DRAG, UP->MOVE in Netscape 2 and MSIE 3
- UP->MOVE in Netscape 4 and MSIE 4
Click on the red canvas to test it.
Clickmovebug.java
Workaround: check mouse pointer position.