[XML-SIG] [ pyxml-Bugs-545141 ] removeEventListener & captured events
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 17 Apr 2002 05:18:06 -0700
Bugs item #545141, was opened at 2002-04-17 05:18
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=545141&group_id=6473
Category: DOM
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: removeEventListener & captured events
Initial Comment:
removeEventListener in Event.py does not deal with the
removal of captured events correctly. Need to remove
the event from the correct listeners map
(self.listeners or self.capture_listeners) depending
on the value of useCapture. See implementation of
addEventListener.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=545141&group_id=6473