[PR #1454] Added filter clearing when closing a window via the escape button and… #2751

Open
opened 2026-01-29 18:20:19 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1454

State: closed
Merged: No


I found two bugs. Here are the reproduction steps:

Bug 1

  1. Open advanced filter window
  2. Write something in any of two meanings
  3. Press Tab
  4. The filter icon changes to active
  5. Press Escape

Result: The filter icon remains active, although the data has not been loaded, which is misleading

Because when you enter any value, the filter value changes and I cannot bypass this. As one of the options, I suggest clearing the column filter by pressing a button Escape

Bug 2

  1. Open advanced filter window
  2. Select any filter operator except IsNull/IsNotNull/IsEmpty/IsNotEmpty
  3. Write something in any of two meanings
  4. Erase everything you wrote and click Apply.

Result: The filter was applied when it shouldn't be
After all, to filter by “empty string” there are the above listed filters

I fixed these bugs in my merge request

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1454 **State:** closed **Merged:** No --- I found two bugs. Here are the reproduction steps: Bug 1 1. Open advanced filter window 2. Write something in any of two meanings 3. Press Tab 4. The filter icon changes to active 5. Press Escape Result: The filter icon remains active, although the data has not been loaded, which is misleading Because when you enter any value, the filter value changes and I cannot bypass this. As one of the options, I suggest clearing the column filter by pressing a button Escape Bug 2 1. Open advanced filter window 2. Select any filter operator except IsNull/IsNotNull/IsEmpty/IsNotEmpty 3. Write something in any of two meanings 4. Erase everything you wrote and click Apply. Result: The filter was applied when it shouldn't be After all, to filter by “empty string” there are the above listed filters I fixed these bugs in my merge request
claunia added the pull-request label 2026-01-29 18:20:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2751