You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a Vaadin Grid with item details. When a details pane is opened and the user switched to another tab and comes back to the browser window with the grid the scroll position of the grid changes, apparently putting the last focus to the top of the grid. Since our details have quite a large height the users get somewhat lost in the grid searching their last position..
Expected-behavior
Keep the scroll position at the position before leaving the browser window.
In case this is a feature and not a bug: is there a way to disable it?