https://bugs.documentfoundation.org/show_bug.cgi?id=147041
Jim Raykowski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Assignee|[email protected] |[email protected] |desktop.org | --- Comment #1 from Jim Raykowski <[email protected]> --- Hi Buovjaga, I was not able to repro following the STR but looking at the bibisected patch I see what happened: -// force scroll to cursor position when navigating to inactive document -if(!bSel) +// assure visible view area is at cursor position + if (!m_pActiveShell->IsCursorVisible() && !m_pActiveShell->IsFrameSelected() && !m_pActiveShell->IsObjSelected()) The GotoOutline function brings the heading into view so it doesn't get force scroll to the top. Easy enough to revert to previous behavior: https://gerrit.libreoffice.org/c/core/+/129129 -- You are receiving this mail because: You are the assignee for the bug.
