#4908 closed defect (fixed)
[patch] dojo.connect() to "onkeypress" memory leak (IE)
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Events | Version: | 0.9 |
Keywords: | Cc: | davidb | |
Blocked By: | Blocking: |
Description
Event code creates a stealth handler for "onkeydown" but never deletes it. Leaks about 1M per 1000 connect()/disconnect() pairs. Patch attached.
Attachments (3)
Change History (5)
Changed 13 years ago by
Changed 13 years ago by
Attachment: | functionality.html added |
---|
test case to make sure onkeypress is still working
Changed 13 years ago by
Attachment: | onkeypress.diff added |
---|
patch to reference count stealth onkeydown handler and delete as appropriate
comment:1 Changed 13 years ago by
Cc: | davidb added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
test case showing leak