- From: Joseph Kesselman <keshlam@us.ibm.com>
- Date: Mon, 29 Apr 2002 10:30:43 -0400
- To: Christian Schmidt <christian@ostenfeld.dk>
- Cc: www-dom@w3.org
preventDefault only affects the single event it's called against. You can think of it as setting a flag on that event object, though that may not be how it's actually implemented. If you want to cancel multiple events, you need a stateful event listener which continues cancelling until it knows that it no longer has to do so. ______________________________________ Joe Kesselman / IBM Research
Received on Monday, 29 April 2002 10:32:06 UTC