Side navigation
#13313 closed bug (notabug)
Opened January 23, 2013 09:29PM UTC
Closed January 26, 2013 06:41PM UTC
tooltip doesn't go away after control is disabled.
Reported by: | john.j.light@intel.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you disable a control (e.g.,button) while its tooltip is shown, then the subsequent mouseleave doesn't take down the tooltip, so it hangs around until the next mouseleave the next time the control is enabled.
I believe the tooltip should go away even if the control was disabled before the user moves the mouse pointer out of it.
I don't know that this is a jQuery bug, but tooltips have this bug in Chrome and Firefox.
I tried disabling the tooltip before disabling the button. I set title to both null and empty. Neither took down the tooltip, so the problem wasn't helped.