[X] I have searched this repository's issues and believe that this is not a duplicate.
I'm using ...
React Grid
Current Behaviour
If you have a long table:
with virtual scrolling enabled
text inputs in
and select into a cell:
so the input is selected too,
the grid unexpectedly jumps to the top as you scroll down (the text input gets unmounted). This is taking place after Edge gets restarted. So it doesn't happen after the initial load, but it is the case if the browser is restarted
Expected Behaviour
The grid keeps its scrolling position as you scroll down when there is a selected text input
Is there an existing issue for this?
I'm using ...
React Grid
Current Behaviour
If you have a long table:
and select into a cell:
the grid unexpectedly jumps to the top as you scroll down (the text input gets unmounted). This is taking place after Edge gets restarted. So it doesn't happen after the initial load, but it is the case if the browser is restarted
Expected Behaviour
The grid keeps its scrolling position as you scroll down when there is a selected text input
Steps to Reproduce
Environment