Ticket #8224 (closed enhancement: fixed)

Opened 14 months ago

Last modified 13 months ago

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:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 13 months ago by Scott González

  • Status changed from new to closed
  • Resolution set to fixed

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.

Changeset: 04ba0a254a1d7360d8038665b22e535b2dbdb6cf

Note: See TracTickets for help on using tickets.