Steps to reproduce. 1. Create new Calc document. Check item Menu / Tools / Autoinput 2. Type in cell A1 "abcd". Type in cell A2 "a". Autocomplete works (text "bcd" is shown). 3. Run Macro Sub Test CreateUnoService("com.sun.star.sheet.GlobalSheetSettings").DoAutoComplete=False End Sub 4. Now item Menu / Tools / Autoinput is unchecked. But autocomplete still works... Interactive switching of the Autoinput menu item works correctly.
Fixed by https://git.libreoffice.org/core/commit/8810812e58f1b014d3156235c1ab5a2d6c73c828
Sorry for the noise - it seems I was wrong. It's still there in master with the mentioned fix.
https://gerrit.libreoffice.org/c/core/+/126002
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7a2616501bba1225df3f6bc0225c3d5a7a692002 tdf#144308: don't cache DoAutoComplete/AutoInput in ScInputHandler It will be available in 7.4.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.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0cda0b47b171671b2d4d081c02e039dfda89839b tdf#144308: sc_uicalc: Add unittest It will be available in 7.4.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.
Colleagues, thank you very much!