[Libreoffice-bugs] [Bug 146350] Select all + changing language scrolls to the end

2023-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146350

Michael Stahl (allotropia)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Michael Stahl (allotropia)  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146350] Select all + changing language scrolls to the end

2021-12-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146350

--- Comment #3 from Szasz-Fabian Jozsef  ---
It is relatively an easy task to prevent scrolling to the end:

Prior selecting all text and moving the cursor to the end of the document, save
the cursor position in a variable.

- After every operation on the selected text block, restore the scroll position
by calculating the theoretical cursor position, based on the saved variable
(during the selected all text the user may zoom, etc).

- Before a cursor movement operation, after deselecting the text block, restore
the cursor position from the variable, after this treat the cursor movement
(arrows, page up/down, home, end, etc.).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146350] Select all + changing language scrolls to the end

2021-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146350

--- Comment #2 from LeroyG  ---
This will happen with font color, font highlight color, font name, etc. No way
to change it, because when you select all text, the cursor goes to the last
position.

As a workaround, change the languange (font color, font highlight, font name,
etc.) in the Paragraph Style.
Second workaround: before selecting all, add a singular text in the choosen
position (something like ""), then find that text (Ctrl+H, , Enter).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146350] Select all + changing language scrolls to the end

2021-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146350

Michael Warner  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Michael Warner  ---
Repro in:
Version: 7.2.5.1 (x64) / LibreOffice Community
Build ID: 6d497ff5e83a906a307eb25cce314d40c0b8624f
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.