Opened 10 years ago
Closed 10 years ago
#13028 closed bug (invalid)
stop(true, true) on parent element causing child element's style to be stuck
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example jsfiddle w jQuery 1.8.3, jquery ui 1.9.2 (in the Resources tab)
Switching between toggle and reset should always bring the animation to the starting or end state, however, with the stop(true, true) on the parent element, the child element's style while animating will be stuck (not being removed) so there's no way to animate back to the starting state when reset is called. When removing stop(true, true) on the .parent element, the states are properly restored, but the animation are added to the queue, which is not desired.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please simplify your test case to use only jQuery core.