IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

[Bug]: IgcDataGrid - Issue of FilterRow with horizontal scroll. #133

Open cleverdog opened 4 months ago

cleverdog commented 4 months ago

Which component(s) are affected?

Other/unknown (please specify in the description)

Description

Hi team, I got inquiry from the customer who is using IgcDataGrid (not a IgcGrid) about the issue of FilterRow with horizontal scroll.

There are some behaviors I got reported, but let me explain about one of them that I could reproduce on my side.

The customer also says that they have seen other behavior, such as "the value that was entered disappears" and "the value moves to the filter row of another column".

Reproduction

  1. Access to this sample (https://codesandbox.io/p/sandbox/musing-liskov-ysyplc?file=%2Fsrc%2Findex.ts).
  2. Change the "Date of Birth" FilterRow condition to "Not Equal".
  3. Scroll horizontally and back to original position quickly.
  4. The condition was backed to "Equal".

a67ad97f305850bb1bef2aeee5e1a5f5

Workaround

I have not found a workaround.

Is this a regression?

No or unsure. This never worker, or I haven't tried before.

Affected versions

4.8.1

Browser/OS/Node environment

I made a sample to reproduce on codesandox.