Skip to main content

Search and Top Navigation

#14956 closed bug (notabug)

Opened April 27, 2016 11:32AM UTC

Closed October 12, 2016 03:56PM UTC

CPU Leak with setInterval on Tooltip

Reported by: PhoenixFnX Owned by: PhoenixFnX
Priority: minor Milestone: none
Component: ui.tooltip Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

I have an issue on jquery-ui tooltip component

I have the exact code line where a CPU leak occur

I would like to know if you can help me or if it is a bug

Search for "#8644" in this code : https://code.jquery.com/ui/1.11.4/jquery-ui.js

There is an Interval defined here which is sometimes never cleared

It is not stopped when we are clicking too frequently on buttons that have tooltips...

It's hard to reproduce but I have a developper where I could analyse the bug and I found that this specific interval keeps alive (many of them actally, 20 sometimes)

Thank you for your help.

Nicolas.

Attachments (0)
Change History (2)

Changed September 01, 2016 06:25PM UTC by scottgonzalez comment:1

owner: → PhoenixFnX
status: newpending

I can't reproduce this. Please provide a test case that shows the problem.

Changed October 12, 2016 03:56PM UTC by scottgonzalez comment:2

resolution: → notabug
status: pendingclosed

Closing due to inactivity.