Opened 7 years ago
Closed 6 years ago
#14956 closed bug (notabug)
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.
Change History (2)
comment:1 Changed 6 years ago by
Owner: | set to PhoenixFnX |
---|---|
Status: | new → pending |
comment:2 Changed 6 years ago by
Resolution: | → notabug |
---|---|
Status: | pending → closed |
Closing due to inactivity.
Note: See
TracTickets for help on using
tickets.
I can't reproduce this. Please provide a test case that shows the problem.