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

Table: column-filter outside click does not close when it is inside a dialog component #16020

Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working

Comments

@ymg2006
Copy link
Contributor

ymg2006 commented Jul 13, 2024

Describe the bug

put a table and a column filter inside dialog
click to open filter menu
it will not hide event if you close the modal

Environment

Windows

Reproducer

https://stackblitz.com/edit/github-978vwo

Angular version

17.3.8

PrimeNG version

17.8.4

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

v20.12.1

Browser(s)

All

Steps to reproduce the behavior

put a table and a column filter inside dialog
click to open filter menu
it will not hide event if you close the modal

Expected behavior

close the modal on outside click

@ymg2006 ymg2006 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 13, 2024
ymg2006 pushed a commit to ymg2006/primeng that referenced this issue Jul 21, 2024
@cetincakiroglu 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 Jul 25, 2024
cetincakiroglu added a commit that referenced this issue Jul 25, 2024
fixes #16020 Table: column-filter outside click does not close when it is inside a dialog component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment