https://bugs.documentfoundation.org/show_bug.cgi?id=151623
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.5.0.0 alpha0+ |7.3.0.3 release CC| |ilmari.lauhakangas@libreoff | |ice.org Keywords| |bibisected, bisected --- Comment #2 from Buovjaga <[email protected]> --- Checked in linux-64-7.3 repo (actually found via Bugzilla search for whiteboard target:7.3 and autocorrect in summary) and before 2d496c3b1c0912c747bf7a83a4a982fd2dc3a801 the word was added in lowercase when it is the first word in a sentence and auto-capitalised. It is in line with the commit message "tdf#119695 only add word to autocomplete suggestions when the cursor leaves it". In the preceding commit, if you collect amitriptyline as the first word of a sentence, it is stored in lowercase, but can be used to auto-complete both a capitalised "Amit" or lowercase "amit". In 2d496c3b1c0912c747bf7a83a4a982fd2dc3a801 this is not the case. However, even in the preceding commit, a collected capitalised Amitriptyline can only be used to auto-complete "Amit" and likewise a collected lowercase one from the middle of a sentence can only be used to auto-complete "amit". This seems to have always been the case as I can repro already in oldest of 5.0. You always have to remember to install an English dictionary when testing. -- You are receiving this mail because: You are the assignee for the bug.
