Bug 122532 - Some expressions' first letters eligible to be capitalized are not capitalized.
Summary: Some expressions' first letters eligible to be capitalized are not capitalized.
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: x86-64 (AMD64) All
: low minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks: AutoCorrect-Complete
  Show dependency treegraph
 
Reported: 2019-01-07 14:39 UTC by ricky.tigg
Modified: 2025-04-04 03:11 UTC (History)
1 user (show)

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 ricky.tigg 2019-01-07 14:39:46 UTC
Description:
Some expressions' first letters eligible to be capitalized are not capitalized.

Steps to Reproduce:
1. Under Fedora, open a new ODT document, enter 'a' as only content;
2. Under Tools -> AutoCorrect, check While Typing;
3. Under Tools -> AutoCorrect -> AutoCorrect Options, Options tab, check both boxes for Capitalize first letter of every sentence, one for initial typing, the other for modification of existing text;
4. Alternate the use of following combinations with Step 1. : '. ', '.[Return]', '! ', '? ';
5. Enter as contents, each alone, 'Linux? linux. ', 'Linux? a. ', 'A? linux. '.

Actual Results:
4. – Combinations '. ', '.[Return]' do not trigger capitalization operations.
5. – Respective results are 'Linux? Linux. ', 'Linux? a. ', 'A? linux. '. Only expression 'linux' in first content has been capitalized as expected.

Expected Results:
Assuming full stop ('.'), question mark  ('?'), exclamation point ('!') followed by space mark (' ') or [Return] mark at the end of an expression, answer to the definition of a sentence.

The following steps' contents are eligible to trigger capitalization operations.
4. – 'a. ', 'a.[Return]'.
5. – 'Linux? a. ', 'A? linux. '.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 6.1.2.1; Build ID: 6.1.2.1-4.fc29; CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); Calc: group threaded
Comment 1 Durgapriyanka 2019-01-07 17:44:55 UTC
Thank you for reporting the bug. I can reproduce the bug in 

Version: 6.3.0.0.alpha0+
Build ID: 3c964980da07892a02d5ac721d80558c459532d0
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded
Comment 2 Buovjaga 2019-01-15 14:31:05 UTC
I guess it is some rule made on purpose, possibly a balancing act trying not to annoy users. The same applies for strings with 2 characters: 'ab. ' will not capitalise.

I found the condition:

In editeng/source/misc/svxacorr.cxx

In the function definition void SvxAutoCorrect::FnCapitalStartSentence

> if( *pDelim && 2 >= pDelim - pWordStt &&
>    lcl_IsInAsciiArr( ".-)>", *pDelim ) )
>    return;

Adding needsDevAdvice.
Comment 3 QA Administrators 2021-01-15 04:24:07 UTC Comment hidden (obsolete)
Comment 4 ricky.tigg 2021-01-15 11:00:57 UTC
Version: 7.0.4.2; Build ID: 00(Build:2); CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); UI: en-US; Calc: threaded

I still observe the depicted behaviours. They may though be expected as the results of an applied hidden rule as suggested. By essence, users cannot be aware of how such a rule would be aimed to apply and then unable to determine whether there are some incorrect results if any.
Comment 5 QA Administrators 2023-04-04 03:23:22 UTC Comment hidden (obsolete)
Comment 6 ricky.tigg 2023-04-04 14:55:00 UTC
Over four years later. And now, what would be a guess of `Buovjaga`? Still a "some rule made on purpose", or something else? Issue from the beginning or not?
Comment 7 QA Administrators 2025-04-04 03:11:04 UTC
Dear ricky.tigg,

To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information from Help - About LibreOffice.
 
If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug