Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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.

http://jsfiddle.net/G2Suq/2/

Kind Regards,

Maurice

Change History (2)

comment:1 Changed 10 years ago by Scott González

Resolution: fixed
Status: newclosed

Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not clearing up the data properties.

Changeset: 0a31a828319493d6642ce876555e5383106ce039

comment:2 Changed 10 years ago by Scott González

Milestone: 1.9.0git
Note: See TracTickets for help on using tickets.