Opened 14 years ago
Closed 14 years ago
#4159 closed defect (fixed)
event.js: closing node in _fixCallback to supply currentTarget causing leak
Reported by: | sjmiles | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To avoid circularity, instead of closing 'node' in _fixCallback for IE, use the fact that 'this' refers to the current event owner to supply currentTarget.
Note: See
TracTickets for help on using
tickets.
(In [10187])
Aggressive leak protection on IE7 (which is more broken than we had hoped), fixes #4141.
Indirect listener from disconnect package, fixes #4142.
Remove closure over 'node' in _fixCallback on IE, fixes #4159.
Key hack to normalize arrow and page keys on Safari for Windows, fixes #4129.