Opened 12 years ago
Closed 11 years ago
#8224 closed enhancement (fixed)
bug: Accordion corner style applying order
Reported by: | certator | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is happen then animation is on. Then active (opened) accordion item starting close, corner styles changes immediatly. So, we can see bottom corners of header are rounded, but item content is still displayed.
I think it can be fixed if content will be placed under header, and content border will repeat top border of header. Another way, header corner styles may change after animation completes, but in that case still will be 'one frame' glitch.
Note: See
TracTickets for help on using
tickets.
Accordion: Don't change corner classes on the collapsing panel's header until after the animation completes. Fixed #8224 - bug: Accordion corner style applying order.