Description: selected frame doesn't stay selected when navigator panel open Steps to Reproduce: 1. take the attached document, open the navigator in the sidebar (with all nodes expanded) 2. click in the document itself on the frame 3. gets selected 4. a second later it deselects Actual Results: doesn't stay selected Expected Results: stays selected Reproducible: Always User Profile Reset: No Additional Info: master only, 6-4 is ok
Created attachment 158308 [details] demo document
Thanks for letting me know. I thought this might be an issue. It also happens for other content types. Perhaps only do outline tracking if current selection in Navigator is an outline type? This will prevent tracking to an outline if say a table or bookmark is navigated into from the navigator. I have put a patch in to set this tracking feature off until turned on by the user. Outline tracking in all content navigation view mode is WIP.
Here is a patch for review that remedies this by not doing outline tracking when other than Headings entries are navigated to from the Navigator. https://gerrit.libreoffice.org/c/core/+/89928
Jim Raykowski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4bca67d21e418eb3981cd63390bf2cb401dabe13 tdf#131067 Only outline track if an outline entry is selected It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.