Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 11848 - Accordion Panel within an Accordion Panel is broken #12145

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

gerardva
Copy link

@gerardva gerardva commented Nov 8, 2022

Issue #11848 was fixed in 4.1.0 but was reintroduced in 4.1.1+ after PR #11935 (see https://stackblitz.com/edit/angular-ivy-q8x2la?file=package.json). This PR should now fix #11848 again while also making sure #11924 (which PR #11935 aimed to fix) is not reintroduced.

The active accordion tab should only affect the styling of the .p-toggleable-content for the direct children and not of any sub-accordions, which is what this css change fixes.

@cetincakiroglu cetincakiroglu added this to the 14.2.2 milestone Nov 15, 2022
@cetincakiroglu cetincakiroglu merged commit 6327328 into primefaces:master Nov 15, 2022
@cetincakiroglu cetincakiroglu removed this from the 14.2.2 milestone Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accordion Panel within an Accordion Panel is broken
2 participants