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 ResearchReceived on Monday, 29 April 2002 10:32:06 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:55 GMT