We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I quickly hide and then show a Dialog, then it is not visible. It ends up in an inconsistent state:
Dialog
dialog._visible
true
dialog.maskVisible
false
https://stackblitz.com/edit/snxqxzny
Faulty state:
Note that the dialog is supposed to be visible but it is not.
19
v19
The text was updated successfully, but these errors were encountered:
Due to PrimeTek's demanding roadmap for PrimeNG, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I quickly hide and then show a
Dialog
, then it is not visible. It ends up in an inconsistent state:dialog._visible
istrue
which is correctdialog.maskVisible
is ❌false
(should betrue
instead)Reproducer
https://stackblitz.com/edit/snxqxzny
Faulty state:
Note that the dialog is supposed to be visible but it is not.
Angular version
19
PrimeNG version
v19
Reason for not contributing a PR
The text was updated successfully, but these errors were encountered: