nextcloud / officeonline

officeonline
46 stars 15 forks source link

office online - after update nextcloud excel tabs not avilable #306

Closed rlu01 closed 2 years ago

rlu01 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'nextcloud 24.0.1 excel document'
  2. Click on 'excel an open on office online'
  3. Scroll down to 'no tabs on excel sheet avilable'
  4. See error

Expected behavior we have upgraded our nextcloud instance to version 24.0.1. now we have the problem that in office online the tabs of the excel documents are no longer displayed. do you have any information about this or how can we delete the problem.

Screenshots If applicable, add screenshots to help explain your problem.

Client details:

Server details

Operating system:

Web server:

Database:

PHP version:

*Nextcloud version:24.0.1*

*Version of the officeonline app1.1.3*

*Version of Office Online server16.0.10379.20000*

Logs #### Nextcloud log (data/nextcloud.log) ``` Insert your Nextcloud log here ``` #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
TheACF commented 2 years ago

Same Issue at my installation after upgrading to nc24.0.1

madmax66rus commented 2 years ago

same issue after upgrading to nc24. oos ver.16.0.10385.20001. there is a empty line appears at top of opened excel file and it prevent showing bottom line of excel online editor. workaround - disable office online integration plugin and install wopi plugin instead. works same, but documents opens in new tab.

BenjaminNVS commented 2 years ago

Same here with NextCloud 24.0.1. WOPI don't do the trick. Our Nextcloud can't see the OOS.

Answer behind do the trick!

dasker commented 2 years ago

My decision:

Install Custom CSS Plugin go: /settings/admin/theming In the settings, add a style that fixes the error:

officeonline-wrapper

{ top: 0 !important; }

rlu01 commented 2 years ago

My decision:

Install Custom CSS Plugin go: /settings/admin/theming In the settings, add a style that fixes the error:

officeonline-wrapper { top: 0 !important; }

that was very helpful problem solved thank you

rlu01 commented 2 years ago

thx at all