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: ColumnFilter not hiding when another filter icon clicked and previously any input field clicked in still in focus #14775

Closed
BergkampHUN opened this issue Feb 9, 2024 · 0 comments · Fixed by #14825
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@BergkampHUN
Copy link

Describe the bug

In the ColumnFilter menu when there is a focus on any input field, the menu stays open if you open another ColumnFilter menu.

Screenshot 2024-02-09 at 11 55 15

Environment

angular 17.0.5
primeng 17.6.0
node 20.9.0
Chrome

Reproducer

https://stackblitz.com/edit/i8xazh?file=package.json

Angular version

^17.0.5

PrimeNG version

17.6.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.9.0

Browser(s)

No response

Steps to reproduce the behavior

  1. Click on the filter icon for the first column ("Name").
  2. Click on any input (Match All, Starts with, etc. it doesn't matter.
  3. Click on the filter icon for any other column (Like for "Country").
  4. Then the previous menu stays open until you are not clicking in any input field of the newly opened menu.

Expected behavior

The old Filter menu should be closed, when the new opens.

@BergkampHUN BergkampHUN added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 9, 2024
@BergkampHUN BergkampHUN changed the title Component: ColumnFilter not hiding when another filter icon clicked and previously any input field clicked in still in focus Table: ColumnFilter not hiding when another filter icon clicked and previously any input field clicked in still in focus Feb 9, 2024
@mehmetcetin01140 mehmetcetin01140 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 Feb 16, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Feb 16, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.8.0 milestone Feb 16, 2024
mehmetcetin01140 added a commit that referenced this issue Feb 16, 2024
…on clicked and previously any input field clicked in still in focus
cetincakiroglu added a commit that referenced this issue Feb 22, 2024
Fixed #14775 - Table | ColumnFilter not hiding when another filter ic…
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants