https://issues.apache.org/ooo/show_bug.cgi?id=122056
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andre <[email protected]> --- The reason for the missing panels is that the document editor is a Writer but the document claims to be a "FormDocument" (or something similar). The sidebar is registered (and thus shown) for Writer, Draw/Impress, Calc. The display of decks and panels depends on the current context. Property and navigator deck but say "any". This matches the FormDocument. All property panels and the navigator panel have a more fine grained context patter, that does not match FormDocument. The result: you can see the sidebar and the property and navigator decks but none of their panels. There are two ways to fix this: hide the sidebar or show the panels. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
