Search and Top Navigation
#9781 closed bug (fixed)
Opened January 31, 2014 11:03AM UTC
Closed September 01, 2016 06:02PM UTC
Tooltip: canceling before show animation complets leaves ui-effects-wrapper divs
Reported by: | nkovacs | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.tooltip | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
(fiddle uses 1.10.3, but bug is present in 1.10.4 too)
http://jsfiddle.net/nkovacs/a537u/
Hover the element, and move the mouse away before the show effect finishes. A div.ui-effects-wrapper will be left in the dom.
Adding a hide effect prevents the bug.
Attachments (0)
Change History (2)
Changed January 31, 2014 02:08PM UTC by comment:1
status: | new → open |
---|---|
summary: | canceling tooltip before show animation is complete leaves ui-effects-wrapper divs → Tooltip: canceling before show animation complets leaves ui-effects-wrapper divs |
Changed September 01, 2016 06:02PM UTC by comment:2
milestone: | none → 1.12.0 |
---|---|
resolution: | → fixed |
status: | open → closed |
This is fixed as effects no longer use wrappers.
The effects rewrite should resolve this.