#2004 closed defect (fixed)
repeated calls to dojo.event.connect() hangs IE
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Events | Version: | 0.4.1rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See bench/connect.html for testcase. (I ran the test against trunk/ but probably the same problem exists on 0.4.1 branch) Eats up memory and IE hangs for at least 15 minutes.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [7031]) this is the largest part of an optimization for function name lookup that was hosing IE performance on very simple connect() calls (but not their more verbose equivalents). Fixes #2004