#8627 closed bug (fixed)
The Tooltip destroy method is not clearing up the data properties.
Reported by: | mdownes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.tooltip | Version: | 1.9.0-rc.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi Scott,
Thanks for fixing the last few bugs so quickly:-) I have tested them locally and they are working fine.
I notice when writing my unit tests that after creating, opening and destroying a tooltip, the data properties are not getting disposed of correctly.
Notice how the "ui-tooltip-id" still contains a value after the destroy method is called.
This seems to apply to other data properties as well.
For this test i have created a fake event for the open method but you have now fixed that via bug 8626.
Kind Regards,
Maurice
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → git |
---|
Note: See
TracTickets for help on using
tickets.
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not clearing up the data properties.