https://bugs.freedesktop.org/show_bug.cgi?id=87217

--- Comment #3 from tmacalp <tmac...@gmail.com> ---
It appears that there is specific code in the SidebarDockingWindow::Close
function in sfx2/source/sidebar/SidebarDockingWindow.cxx that is commented:

// Do not close the floating window.
// Dock it and close just the deck instead.

It then has specific code to return the sidebar to normal docked mode with a
closed deck.  If you comment out all of that code and only leave the following
line, things appear to behave as I expect they should:

return SfxDockingWindow::Close();

So, that change seems to be how to "fix" the sidebar, but the real issue now is
that this behavior was intentional.  Is there any chance we could have
ux-advise look at this one?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to