https://issues.apache.org/ooo/show_bug.cgi?id=122057
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Andre <[email protected]> --- There where two problems: - The default layout information that is used for all panels that don't provide explicit size information had a maximum height of 0. This resulted in panels that had height 0 and thus where not visible. This was caused by a typo: two numbers where listed in the wrong order. - The mbIsEnabled flag of decks, that controls whether decks are initially visible, where not correctly handled in copy constructors of DeckDescriptor. This could result in standard panels not being visible. Fixed both. Regarding that idea that panels that come from extensions could/should be displayed in the task pane: This may be so for some developers. Others may want their panels be displayed in the main sidebar. We don't know what the majority will want. For the time being I will display these panels in the main sidebar. We can think at a later time about whether we need more than one sidebar window. In any case I will disable the task pane, see bug 122335. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
