Our blazing fast Grid component built with pure JavaScript


Post by awendt »

We have noticed an issue where the multi filter modals can get into an error state.

To Reproduce:
https://www.bryntum.com/examples/grid/filtering/

  1. Open age filter
  2. Enter a filter and blur field
  3. Filter is applied and table is updated
  4. Enter a different filter in same filter modal but do not blur the input
  5. Before blur clear out other filter
  6. See that table is updated and it looks like new filter is applied but when the filter modal is reopened it shows no filter.

I have attached a video of the behavior.

It looks like all of the filters are cleared even the new filter when the clear button is pressed on the old field. I would expect the new filter to be applied to the table and stay persisted in the modal.

Attachments
Screen Recording 2021-11-30 at 11.11.53 AM.mov
(2.77 MiB) Downloaded 56 times

Post by mats »

Thanks for an excellent bug report, we'll get that fixed! https://github.com/bryntum/support/issues/3836


Post Reply