[Libreoffice-bugs] [Bug 123894] New: Close button should not be visible
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 6 10:50:08 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123894
Bug ID: 123894
Summary: Close button should not be visible
Product: LibreOffice Online
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: machniak at kolabsys.com
I upgraded to Collabora Online 4.0 and see the Close button in the edit
toolbar.
Is there a WOPI property I should set to make it invisible? I'm using:
'UserCanWrite' => true,
'PostMessageOrigin' => $info['origin'],
// Tell the client we do not support PutRelativeFile yet
'UserCanNotWriteRelative' => true,
// Properties specific to Collabora Online
'HideSaveOption' => true,
'HideExportOption' => true,
'HidePrintOption' => true,
'EnableOwnerTermination' => true,
'WatermarkText' => '',
'DisablePrint' => false,
'DisableExport' => false,
'DisableCopy' => false,
'DisableInactiveMessages' => true,
'DisableChangeTrackingRecord' => true,
'DisableChangeTrackingShow' => true,
'HideChangeTrackingControls' => true,
'UserExtraInfo' => array(),
Additionally, when I fold/unfold the toolbar the Close button disappears.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190306/588286b7/attachment.html>
More information about the Libreoffice-bugs
mailing list