Server: The new Grid view icon in files stays visible when opening an .odt file in Collabora clockinng the menu / close buttons rendering them unsuable

Created on 16 Dec 2018  路  6Comments  路  Source: nextcloud/server

Steps to reproduce

  1. update nextcloud to version 15.0.0
  2. activate the Collabora office app
  3. open a file using the Collabora app
  4. the new List / Grid icon stays visible and active, overlapping the Collabora menus
  5. in the mobile version, it blocks the menu button, making all Collabora menus inaccessible rendering the app almost inusable
  6. in the desktop version, it blocks the close button, leaving the user unable to close the document

Expected behaviour

The List / Grid button disappears when opening a file in the Collabora app

Actual behaviour

The button does not disappear and blocks the Collabora menu / close button rendering them unusable

Server configuration

Nextcloud version: (see Nextcloud admin page)
15.0.0

Updated from an older Nextcloud/ownCloud or fresh install:
fresh install
Where did you install Nextcloud from:
ocloud.de

Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

disabled

0. Needs triage bug

Most helpful comment

Issues are closed as soon as their fix is merged into master, because then it's not an open task anymore. When the fix is in master it will be released with the next version.
That was this morning (for 3.0.6 of the richdocuments app) :)

All 6 comments

I've just found out that the issue has already been reported here

duplicate of https://github.com/nextcloud/richdocuments/issues/317

This merge request should fix it

https://github.com/nextcloud/richdocuments/commit/1eb34e6d0c3d3cd6391d2f14ae2545a5a904022b

in css/viewer/odfviewer.css mark these changes

     display:block;
     position:absolute;
     top:0;
-    z-index:60;
+   z-index:110;
  }

This change __is not__ part of the __Richdocuments app__ version __3.0.5__

thank you for finding the duplicate
yes, you are right that it's not part of 3.0.5. But as it is merged into master it will be certainly part of the next release (probably 3.0.6)
can we close this?

I just wanted to point out that it __completely blocks__ the menu on mobile devices. Could the 3.0.6 version be released ASAP? The fix is easy to apply on your own server, but impossible to apply if you don't have a full control over the server.

I have not closed it yet, because the original bug is closed, but for the normal user the problem __is not fixed__ yet..

IMO it should be closed when the fix is released and confirmed working.

Issues are closed as soon as their fix is merged into master, because then it's not an open task anymore. When the fix is in master it will be released with the next version.
That was this morning (for 3.0.6 of the richdocuments app) :)

I confirm, version 3.0.6 fixes the issue.

Thank you for the quick fix!

Happy holidays!

Was this page helpful?
0 / 5 - 0 ratings