-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
16.3.1 regression: p-overlayPanel dismisses when making changes to nested p-multiSelect #13601
Comments
i think i have the same problem with p-calendar here #13605 |
nothing about this? |
nothing ? :( |
Hi, I have the same problem by using a p-listbox component inside the OverlayPanel. The problem is present starting from version 16.3.0, as I found out by testing the versions from 16.0.0 to 16.3.1 the last "safe" version where the bug is not present is 16.2.0. By navigating the issues I think the regression was introduced with the fix from #13480. |
nothing ? :( |
…ct click on scrollbar, prevent hiding when selecting dropdown options
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
Hi @gamerish96, I created a second PR #13810 which restores even more of the original code of the OverlayPanel, because your fix alone didn't work for us (See stackblitz example). Maybe you could have a look. |
Hi @anlampe, I tested your example with the dropdown with my fix applied and without the appendTo="body" it works, you could try it too. |
Sure, but it also worked with |
I confirm. Appears in version 16.5.0. |
Please fix this annoying bug |
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
This is not fixed in @anlampe I've found that this reproduces when I use Here's a stackblitz simple example: |
Yes, I'm aware of this issue (See #13601 (comment)). Unfortunately only #13809 was merged, so I updated #13810 and am still waiting for a review. |
Thanks -- @cetincakiroglu is this something on your radar? |
Since the two issues I referenced in my PR are closed and I still didn't receive any recation for more than a month now, I'd suggest to create a new one which explicitly addresses the bug with |
Good idea, I've opened a new bug with the updated details #14120 |
Describe the bug
I have a p-multiSelect inside of p-overlayPanel. When the user toggles selection of a p-multiSelect, the p-overlayPanel dismisses.
This is a regression that started when I upgraded from 16.1.x to 16.3.1.
Environment
browser
Reproducer
No response
Angular version
16.2
PrimeNG version
16.3.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v18.17.1
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
Overlay panel should stay open until I click away or programatically close it.
The text was updated successfully, but these errors were encountered: