[Libreoffice-bugs] [Bug 135244] Document (still) scrolling to cursor position on different occurrences
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 29 15:29:45 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=135244
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|libreoffice-bugs at lists.free |mikekaganski at hotmail.com
|desktop.org |
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0 |1
--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
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/20200729/69c7b2fe/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list