Bug 133427 - Cycle case command in Writer alters wrong text
Summary: Cycle case command in Writer alters wrong text
Status: RESOLVED DUPLICATE of bug 49033
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.3.5.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-27 08:23 UTC by Ciprian Trofin
Modified: 2020-12-01 22:45 UTC (History)
2 users (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 Ciprian Trofin 2020-05-27 08:23:31 UTC
Description:
Writer - Format (menu) - Text - Cycle Case results in changing the case of wrong (unselected) text.

System:

Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 6; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: ro-RO (ro_RO); UI-Language: en-US
Calc: threaded

Also tested on 6.3.5

Steps to Reproduce:
1. type text - e.q. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
2. select the "consectetur" word and use Format - Text - Cycle Case command (repeatedly) until is uppercased (CONSECTETUR) - the new text is now Lorem ipsum dolor sit amet, CONSECTETUR adipiscing elit.
3. select the word "dolor" and use (repeatedly) Format - Text - Cycle Case command. The word will change case (dolor / Dolor / DOLOR) but eventually the previous word (CONSECTETUR) will return to lowercase.

Actual Results:
n/a

Expected Results:
The Format - Text - Cycle Case command should opperate only on selected word.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
n/a
Comment 1 BogdanB 2020-05-27 10:19:53 UTC
Working well on
Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: ro-RO (ro_RO); UI-Language: en-US
Calc: threaded
Comment 2 BogdanB 2020-05-27 10:22:12 UTC
Sorry, indeed, I could reproduce this with exact repeating the steps.

Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: ro-RO (ro_RO); UI-Language: en-US
Calc: threaded
Comment 3 robin 2020-06-08 18:05:39 UTC
I can confirm the problem also occurs on MacOS (10.3.6) on 6.3.5 and 6.3.6 but also on 7.0.0 Beta 1.
Comment 4 Ming Hua 2020-12-01 22:45:59 UTC
This is a duplicate, I'll just copy Stuart's explanation in bug 138611 comment 1:

--- 8< ---

The cycle case transliterations (<Shift>+F3) apply to selection, or if no selection to current word at the edit cursor. Except for the Sentence case which remains borken -- bug 49033 and always applies to the the full text run of a sentence.

It was put into the cycle case for bug 116315, but its behavior needs to be tweaked--for no selection and with selection. 

Meanwhile need to pay attention when using the cycle case--it will clobber adjacent words as described. 

Or, just use the individual controls on the Format -> Text menu, or set a keyboard shortcut in the Customize dialog.

--- >8 ---

*** This bug has been marked as a duplicate of bug 49033 ***