Description: The Ctrl+Home shortcut currently moves the cursor to the first cell in the sheet (A1). However, if some rows or columns are frozen to be used as headers, this behavior is not intuitive. One would rather expect the cursor to be moved to the beginning of the active area, i.e. to the first non-frozen cell, which is what Microsoft Excel or Google Sheets do. Steps to Reproduce: 1. Create a new spreadsheet. 2. Freeze the first row and column. 3. Press Ctrl+Home. Actual Results: The cursor is moved to A1. Expected Results: The cursor should be moved to B2. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Yep, sounds good.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e90aa01959ff6bbac4c8112efc632f43658a4f38 tdf#107994 - Move to freeze pane splitter position when freezing panes It will be available in 26.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.