The List / Grid button disappears when opening a file in the Collabora app
The button does not disappear and blocks the Collabora menu / close button rendering them unusable
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
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!
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) :)