Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (7)
comment:1 Changed 14 years ago by
comment:2 follow-up: 3 Changed 14 years ago by
It looks like this bug was squashed here:
http://dev.jquery.com/browser/trunk/jquery/src/selector.js?rev=6210
comment:3 Changed 14 years ago by
Disregard the above I was testing it in IE7, this is still happening in Firefox.
comment:4 Changed 14 years ago by
Owner: | klaus.hartl deleted |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by
Owner: | set to klaus.hartl |
---|
comment:6 Changed 14 years ago by
Owner: | klaus.hartl deleted |
---|
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?