rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 15 forks source link

Filter input loses focus while fetching #413

Open GooseNight opened 7 months ago

GooseNight commented 7 months ago

Description

The filter input loses focus while the site is fetching the information, you can't filter while the information is being fetched. It happens for all filter.

Steps to reproduce

  1. run dev
  2. go to any page with a filter and try to select the filter while the data is fetching

Rucio WebUI Version

master

Additional Information

maany commented 4 months ago

This could be fixed by #431

MytsV commented 3 months ago

This will definitely fix the issue as AG Grid works fantastically well with its applyTransaction method. The testing shows no problems with filtering data while fetching.

This could be fixed by #431