https://bugs.documentfoundation.org/show_bug.cgi?id=146350

--- Comment #3 from Szasz-Fabian Jozsef <szfjoz...@gmail.com> ---
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.

Reply via email to