Apache OpenOffice (AOO) Bugzilla – Issue 122178
[sidebar] Unable to re-size the sidebar
Last modified: 2013-07-11 13:56:05 UTC
Current Dev. Snapshot. This bug happens application-wide. Test on Writer: - New Writer document a) the sidebar bar cannot be re-sized b) there is no auto-hide button
This is a regression from previous Developer Snapshot
Created attachment 80597 [details] Screenshot - Linux with gnome2 Note that there is no split window auto-hide button, and the controls of the paragraph properties panel are too wide for the sidebar width.
Steps to bring sidebar resizing and auto-hide button back: - New Writer document - the sidebar cannot be resized, there is no auto-hide button - Undock the sidebar - Redock the sidebar - now the sidebar can be resized, and there is auto-hide button
Looks like a duplicate of Bug 122164
This is caused by my failed attempt to fix a compiler warning. In the constructor of SidebarChildWindow there is a call to SfxDockingWindow::Initialize(). This call should be made a the docking window child of the new SidebarChildWindow. My fix (rev 1469765 for issue 121960) rerouted that call to its parent window. I fixed that with rev. 1476921 as for issue 122082. The fix is simple and I was editing this file anyway, so I did not open a separate issue for that. Setting this issue to fixed and marking issue 122164 as duplicate.
*** Issue 122164 has been marked as a duplicate of this issue. ***
*** Issue 122148 has been marked as a duplicate of this issue. ***
*** Issue 122146 has been marked as a duplicate of this issue. ***