https://bugs.freedesktop.org/show_bug.cgi?id=88241
--- Comment #3 from tmacalp <[email protected]> --- I've submitted a patch to gerrit for this issue: https://gerrit.libreoffice.org/#/c/13980/ My implementation tickles bug 87217 because I'm closing the undocked window the same way as clicking the X in the window decorations. Until that bug's behavior changes, my commit will simply reenable the docked sidebar when you attempt to dismiss the sidebar with another call to an item. Maybe it'd be more elegant if I could figure out how to toggle the sidebar the same way as either view->sidebar or sidebar_menu->close sidebar. Also, my patch is simply looking for a second call to an open category. As a side-effect, it will close the sidebar if you click on the same category button that's currently open. Ultimately, I should check to detect if the user clicked a category button or opened through other means, but I couldn't figure out how to elegantly implement it. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
