https://bugzilla.wikimedia.org/show_bug.cgi?id=45824
--- Comment #3 from Matthew Flaschen <[email protected]> --- And prepareToSendOnTour is actually not supposed to use stall at all (it's only being used in openTask). But stall is dispatching the whole click event over again, which means other listeners also get it again. Good detective work. Ori, correct me if I'm wrong, but IIRC, we're trying to phase out stall. I may just replace it in openTask with a preventDefault and doing what we want (e.g. URL navigation in an always). -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
