Ticket #4060 (closed bug: fixed)
Panels retain opacity if animation is stopped by choosing another tab
| Reported by: | klaus.hartl | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.tabs | Version: | 1.6rc6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When switching tabs quickly the opacity level of a tab is retained at the level it was when animation has been stopped to start the next.
May also be the case if width/height is animated.
(Is this expected behavior for the stop() method?)
Change History
comment:2 follow-up: ↓ 3 Changed 4 years ago by Nikola
It looks like this bug was squashed here:
http://dev.jquery.com/browser/trunk/jquery/src/selector.js?rev=6210
comment:3 in reply to: ↑ 2 Changed 4 years ago by Nikola
Disregard the above I was testing it in IE7, this is still happening in Firefox.
Note: See
TracTickets for help on using
tickets.


Seems like the stop() method is used in 3 instances in tabs, in one case, it uses stop(false, true) already which should stop and go to the end of the animation. How about the others?