Opened 9 years ago
Closed 6 years ago
#9781 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 9 years ago by
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 |
comment:2 Changed 6 years ago by
Milestone: | none → 1.12.0 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
This is fixed as effects no longer use wrappers.
Note: See
TracTickets for help on using
tickets.
The effects rewrite should resolve this.