Description: Having cell A1 text "fo" and A2 text "f" and entering "f" into A3 I can't leave cell with pressing Right arrow once but I have to press it twice. It seems to be connected with autocomplete from "fo". Steps to Reproduce: 1. Create new Calc spreadsheet. 2. Enter fo into A1 and press Enter 3. Enter f into A2 and press Enter 4. Enter f into A3 and press RIGHT arrow to leave cell and focus B3 Actual Results: Nothing happens, cell remains in editing state. Only after pressing RIGHT arrow again cell A3 is left and B3 is focused. Expected Results: After first press of RIGHT arrow it should leave A3 and focus B3. Reproducible: Always User Profile Reset: No Additional Info: This worked for years in versions before.
I can't reproduce in: Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 1349f140fcc49e5da78482ca3db09663ccdae0a9 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Nor in: Version: 7.5.3.2 (X86_64) / LibreOffice Community Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Which version and OS do you use? Please paste here the info copied from the About dialog.
Version: 7.5.3.2 (X86_64) / LibreOffice Community Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3 CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: Skia/Raster; VCL: win Locale: en-US (sk_SK); UI: en-US Calc: CL threaded also in Version: 7.3.7.2 / LibreOffice Community Build ID: e114eadc50a9ff8d8c8a0567d6da8f454beeb84f CPU threads: 4; OS: Mac OS X 10.15.7; UI render: default; VCL: osx Locale: en-IE (en_SK.UTF-8); UI: en-US Calc: threaded
Created attachment 187405 [details] screen recording mp4 using H265
There is one small mistake in Steps to reproduce. First you have to enter f and then fo in order to use Enter to close the cell.
Repro since 7.3, and the reason is clear: https://wiki.documentfoundation.org/ReleaseNotes/7.3#Calc " Bash like autocompletion for Calc autoinput was implemented. tdf#145198 (Dennis Francis, Collabora) " IMNSHO that changed autoinput was (quasi) forced onto us (users) in spite of many complaints and opinions against it – and not all of them were solved. FWIW, [TAB] still reacts on first press, whereas arrows have been borrowed/stolen for bash autoinput.
Thanks Ady, confirmed that it started at commit 4cfa840ecaa5a094a32a60a60b295858980109df (or commit fadef6d84eaca0b8e505f2e315447be92802d757 in linux-64-7.3 bibisect repo). With Tomas' steps, it clearly feels like a bug in that there's no hint that it is related to autocomplete: it doesn't "accept" an autocompletion string. Dennis, can you please have a look?