Issue 127258 - Capitalisation failure when character preceded by " or (
Summary: Capitalisation failure when character preceded by " or (
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: formatting (show other issues)
Version: 4.1.3
Hardware: All All
: P5 (lowest) Minor (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-23 15:02 UTC by VJRS
Modified: 2016-12-23 15:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.1.3
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description VJRS 2016-12-23 15:02:30 UTC
A minor issue:

If one uses      Format --> Change Case --> Capitalise every word       where the operand is a string with brackets or inverted commas immediately preceding a lower case letter, capitalisation of that letter fails.

A good "idea" is...          becomes            A Good "idea" Is...

Minor, but I am sure unintended.
Comment 1 Marcus 2016-12-23 15:33:55 UTC
I've played a bit with other combinations:

Tell Me "hello" 'hello' “hello“ (hello) {hello} [hello] <hello> |hello /hello \hello ?hello .hello ,hello ;hello :hello +hello *hello ~hello #hello !hello §hello $hello %hello &hello =hello 'hello `hello -hello _hello 1hello 0hello World

It seems it's in general not working when the word is followed immediately after a non-alphabetical character. And it's also occuring on Linux.

Therefore I've changed the issue type, hardware and OS. However, I second that it should be analyzed if it can be improved.