#4178 closed bug (fixed)
Accordion animation a bit jumpy in some browsers
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The animations are out of sync by a few pixels in some cases.
Change History (13)
comment:1 Changed 15 years ago by
Summary: | Accordion animatin a bit jumpy in some browsers → Accordion animation a bit jumpy in some browsers |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Priority: | minor → major |
comment:3 Changed 13 years ago by
Status: | new → open |
---|
comment:4 Changed 12 years ago by
comment:6 follow-up: 7 Changed 12 years ago by
This appears to be a case of not correctly calculating margins.
comment:7 Changed 12 years ago by
Replying to speaktorob:
This appears to be a case of not correctly calculating margins.
No, it's a problem of trying to keep the sum of all values consistent while updating multiple properties. Removing the margins just reduces the number of places that the sum can be corrupted. You'll notice that bottom one does jump, just less.
comment:8 Changed 12 years ago by
Best attempt so far: https://github.com/jquery/jquery-ui/pull/587
comment:9 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.
Changeset: 3d9f6b5bc74d09a08f6a116b6b31d93d72971f6d
comment:10 Changed 12 years ago by
So this fix is not yet in production, correct? Shouldn't it still be considered open since the most recent fix ( not yet in production) is still not steady cross-browser?
comment:13 Changed 11 years ago by
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion animation a bit jumpy in some browsers.
Changeset: d20f05ea37f17ec7799fb4d989c2ecba8689b096
#7617 is a duplicate of this ticket.