-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Toggleable fieldset inside another toggleable fieldset has its content visible when collapsed by deafult #11736
Comments
The same error applies to panels, accordions and panelmenus and was introduced in commit f849e9d. |
Any news on that? I can't migrate to Angular 14 because of that. |
Seeing this on nested p-panels. I've had to write ng-deep css to override it until a fix can be delivered |
The fix for #11848 broke dropdowns inside accordions. If a dropdown is bigger than the size of the accordion, its content isn't displayed entirely. Instead of just removing the buggy css, something like that could be done :
|
Did you mean:
This change corresponds to the workaround I provided for bug #11924 |
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap? Best Regards, |
@mertsincan I can't reopen issues |
Hi @majkers, The reproducer project is broken could you please update it so I can check? The error I got;
|
@cetincakiroglu did you check link from my last comment? https://stackblitz.com/edit/primeng-password-demo-4mrybd?file=src%2Fapp%2Fapp.component.ts It is working just fine and is build with latest angular and PrimeNg |
Describe the bug
When one toggleable fieldset has another toggleable fieldset inside and thay are both collapsed by default, and when expanding the first one, then the content of the inner one is visible even though it is collapsed.
Environment
Angular 14.1
PrimenNG 14
Windows
Reproducer
https://stackblitz.com/edit/github-trkcts-tjm2ed?file=src/app/app.component.html
Angular version
14.1.0
PrimeNG version
14.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
14.17.3
Browser(s)
Chrome 103.0.5060.134
Steps to reproduce the behavior
Expected behavior
The content of second fieldset should be hidden when fieldset is collapsed.
The problem is when toggleable fieldset are nested one inside another.
This css is wrong:
The text was updated successfully, but these errors were encountered: