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
A user experience issue in Jspreadsheet CE (tested on both v4 and v5) where the screen scrolls to the top unexpectedly during keyboard-only operations.
π Steps to Reproduce
Navigate to a spreadsheet table with scrollable content.
Select a cell or a column
Press Ctrl+C to copy.
Press F2 to enter edit mode.
Press Enter to confirm the value.
π§ͺ Observed Behavior
After pressing Enter, the page scrolls to the top β which disrupts user focus and context.
No error appears in the console.
β Expected Behavior
The cell should update and focus should remain on the same row without affecting the scroll position.
π Additional Notes
This issue appears only when using the keyboard (no mouse interaction involved).
Similar issues have been reported earlier: #980
We're currently unable to trace the exact cause but believe it's triggered internally during cell re-render or focus.
π¦ Environment
Library: Jspreadsheet CE v4 & v5
Browser: Reproducible on latest Chrome
Is this a known regression? Any workaround or fix suggestion would be appreciated.