-
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
OverlayPanel: Calendar and table inside OverlayPanel, click inside dissmiss the overlaypanel #13605
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
penihel
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Sep 1, 2023
penihel
changed the title
Component: Title
OverlayPanel: Calendar and table inside OverlayPanel, click inside dissmiss the overlaypanel
Sep 1, 2023
nothing about this? |
1 similar comment
nothing about this? |
Here's a simple repro for the calendar was about to raise this issue also... click on buttons in header left, right, month and year dismisses the overlay |
anlampe
added a commit
to anlampe/primeng
that referenced
this issue
Oct 5, 2023
…ct click on scrollbar, prevent hiding when selecting dropdown options
anlampe
added a commit
to anlampe/primeng
that referenced
this issue
Oct 5, 2023
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
@cagataycivici can you help here? |
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 1, 2023
Fixed in #13809 |
anlampe
added a commit
to anlampe/primeng
that referenced
this issue
Nov 2, 2023
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
anlampe
added a commit
to anlampe/primeng
that referenced
this issue
Nov 2, 2023
…ct click on scrollbar, prevent hiding e.g. when selecting dropdown options
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
Look this sample
https://primeng.org/overlaypanel#datatable
Try click to order the column, sometimes at 1st, sometimes at 2nd or 3rd click, the painel closes unexpectedly.
I'm also trying to place an inline "Calendar" inside an OverlayPanel, but when I click to browse previous months the panel unexpectedly closes as well.
Environment
Angular 16.2
primeng 16.2
Reproducer
https://primeng.org/overlaypanel#datatable
Angular version
16.2.0
PrimeNG version
16.2.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
Browser(s)
Chrome
Steps to reproduce the behavior
https://primeng.org/overlaypanel#datatable
Expected behavior
the panel should stay open, only close when selecting the programmed action, or clicking outside the panel
The text was updated successfully, but these errors were encountered: