Bug 123894 - Close button should not be visible
Summary: Close button should not be visible
Status: CLOSED WORKSFORME
Alias: None
Product: LibreOffice Online
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-06 10:50 UTC by Aleksander Machniak
Modified: 2020-04-22 06:19 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksander Machniak 2019-03-06 10:50:08 UTC
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.
Comment 1 alicetaylor 2019-03-07 06:34:03 UTC Comment hidden (spam)
Comment 2 Aleksander Machniak 2019-06-21 11:01:43 UTC
Not an issue in 4.0.4.
Comment 3 Xisco Faulí 2019-06-21 11:35:12 UTC
Thanks for retesting with the latest version.
Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been identified.
Comment 4 Liza Smith 2020-01-04 12:57:44 UTC Comment hidden (spam)
Comment 5 Ilham 2020-02-24 14:15:51 UTC Comment hidden (spam)
Comment 6 Ilham 2020-02-24 14:25:47 UTC Comment hidden (spam)
Comment 7 Max Henty 2020-04-22 06:16:17 UTC Comment hidden (spam)