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

--- Comment #2 from Telesto <tele...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to