Bug 140333 - Automatic correction problem
Summary: Automatic correction problem
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
5.4 all versions
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-11 11:07 UTC by Jean-Sebastien Bevilacqua
Modified: 2021-09-20 09:04 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Sebastien Bevilacqua 2021-02-11 11:07:26 UTC
Description:
Hello, I have a problem with the autocorrect feature of calc.

How to reproduce the problem:

- Open Calc in French language
- If you write _2 in cell and press Enter, the 2 becomes very small (autocorrection, it's normal)
- In Utils>Autocorrection you delete the entry _2:2
- Try again, it will continue to autocorrect although the entry is deleted

This problem doesn't appear with version 4.2.

Thanks,

Steps to Reproduce:
- Open Calc in French language
- If you write _2 in cell and press Enter, the 2 becomes very small (autocorrection, it's normal)
- In Utils>Autocorrection you delete the entry _2:2
- Try again, it will continue to autocorrect although the entry is deleted

Actual Results:
The 2 is autocorrected

Expected Results:
The 2 shouldn't be autocorrected


Reproducible: Always


User Profile Reset: No



Additional Info:
.
Comment 1 Jean-Sebastien Bevilacqua 2021-03-09 10:57:47 UTC
I found the problem.
It's because in French langugage the autocorrect table add the .*_2 (but keeps the :_2:). If I remove this one, it works.