Unplanned
Last Updated: 30 May 2024 15:48 by Henrik
Henrik
Created on: 30 May 2024 15:48
Category: Grid
Type: Bug Report
1
[Bug][Grid] Filtering data on Firefox triggers errors in selectionChange & headerselectionchange events

Describe the bug
The selectionChange & headerselectionchange events of the Native Grid component are unexpectedly triggered when filtering data in the component.

  • The issue is not replicable on Chrome and Safari.

  • A possible workaround for the bug is demonstrated in this StackBlitz example

To Reproduce

  1. Open this StackBlitz project in Firefox
  2. Enter random text in the filter input of some of the fields
  3. See the following two errors in the console:

image
and
image

Expected behavior
No JS errors should appear when filtering the Grid component, no matter the browser that is used.

0 comments