Opened 14 years ago
Closed 14 years ago
#2473 closed defect (fixed)
Tooltip onmousemove handler never disconnected in certain cases (FF2.0)
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Destroying a tooltip by a contextual menu entry with a delayed function leads to a persistance of the onmousemove event handler. This is annoying because firebug displayed a lot of error and moreover it may be a memory leak because the tooltip node is still referenced.
See testcase in attachement.
dojo version is 0.4.1 with firefox2.0 os: winXP
Note it doesn't occur with IE6.0
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | BugTooltip.html added |
---|
comment:1 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | → 0.9 |
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 0.9beta |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In Dijit 0.9 Tooltip is just using onMouseOut/onMouseOver on the node, so this isn't an issue anymore.