[Libreoffice-bugs] [Bug 119695] AutoCorrect - Word completion adds multiple words to the autocompletion list for typing one word with spell-checker enabled
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 15 09:06:00 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=119695
Caolán McNamara <caolanm at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|libreoffice-bugs at lists.free |caolanm at redhat.com
|desktop.org |
--- Comment #10 from Caolán McNamara <caolanm at redhat.com> ---
possibly:
commit 4c91e94e892943ef5e031d65f6f42864233cb4cd
Date: Wed Sep 9 10:30:04 2015 +0200
tdf#92036: sw: fix idle spelling loop
either way, the state pre fd0577e6b65cfd948b2fbe16fa1bd06fe0c635b9 isn't a
desirable state to return to.
The words are inserted into the autocomplete list at
sw/source/core/txtnode/txtedt.cxx:1360 at SwTextFrame::AutoSpell_
we could follow the same logic as the spellchecking rule for marking
misspelling by only adding words to the autocomplete list when the cursor is
not in the word so words still being edited at not candidates until the word is
finished
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210715/2d7bf5c6/attachment.htm>
More information about the Libreoffice-bugs
mailing list