Skip to main content

Search and Top Navigation

#8627 closed bug (fixed)

Opened October 05, 2012 04:02PM UTC

Closed October 05, 2012 04:52PM UTC

Last modified October 05, 2012 04:52PM UTC

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

Attachments (0)
Change History (2)

Changed October 05, 2012 04:52PM UTC by Scott González comment:1

resolution: → fixed
status: newclosed

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

Changeset: 0a31a828319493d6642ce876555e5383106ce039

Changed October 05, 2012 04:52PM UTC by scottgonzalez comment:2

milestone: 1.9.0git