[Libreoffice-bugs] [Bug 136540] Unwanted scroll when deleting all comments by an author
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 26 12:55:44 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136540
--- Comment #2 from Telesto <telesto at surfxs.nl> ---
Code pointer: https://bugs.documentfoundation.org/show_bug.cgi?id=135244#c12
https://gerrit.libreoffice.org/c/core/+/99714 tdf#135244 fixes PDF export case.
https://gerrit.libreoffice.org/c/core/+/99715 is for print dialog.
I couldn't repro the problem with File->Save As - well, because it was fixed in
tdf#41063.
And after looking into Edit -> Track changes -> Record case, I see that it's
simply general case of changing track changing options - including view/hide -
which may change the view; so jumping to the cursor is a reasonable thing to do
in this case.
FTR: if one wants to fix some case, one needs to debug what is the call stack
leading to the jump: put a breakpoint inside SwViewShell::MakeVisible (to
ScrollMDI). Then find a place in the call stack that is reasonable to create a
SfxObjectShell::LockAllViews to guard the place.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200926/4f9d7e93/attachment.htm>
More information about the Libreoffice-bugs
mailing list