Opened 10 years ago
Closed 10 years ago
#12976 closed defect (fixed)
[regression] socket infinite loop
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Events | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Presumably in socket.js this causes an infinite loop, due to the event refactor:
on: function(type, callback){ return dojo.connect(this, "on" + type, callback); },
Note: See
TracTickets for help on using
tickets.
(In [25012]) Fix socket event handling (forgot to checkin with refactor), fixes #12976 !strict