Scrollbar in EditFields hides fields list

I use image: collabora/code:6.4.14.3 as docker cotainer image.
When editing document and doubleclicking field I get “Edit fields” dialog.

  1. there is no possibility to extend dialog
  2. Moving horizontal scrollbar it hides field list see picture below

Is there possibility to either widen this “Edit fields” dialog somehow - or fix bug in 2).

Hi @zhivko and thanks for reporting this. Yup this is not good. We need to fix it. Could you please file bug : Issues · CollaboraOnline/online · GitHub maybe someone could try to help out by How to help with JSDialogs development (porting dialogs to native HTML) - #5 by pedro.silva

Created: https://github.com/CollaboraOnline/online/issues/5017

Regards

hi @zhivko , it looks like a problem we already fixed in newer versions:
https://cgit.freedesktop.org/libreoffice/core/commit/?h=distro/collabora/co-22.05&id=77f4389f38feea54e6c777e86f7ee4a79331eb75

6.4 is quite old I recommend to use newer version.

1 Like

I tried to use collabora/code:latest, but it seems I cannot connect to https://127.0.0.1:9980/hosting/discovery:

I run collabora wit this:docker run -t -d -p 127.0.0.1:9980:9980 -e “aliasgroup1=https://*.ts.telekom.si:8445” -e “username=admin” -e “password=S3cRet” --restart always collabora/code

If I connect to: https://127.0.0.1:9980/hosting/discovery I always get

"

Secure Connection Failed

An error occurred during a connection to 127.0.0.1:9980. Peer’s certificate has an invalid signature.

Error code: SEC_ERROR_BAD_SIGNATURE

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

Learn more…
"

Docker containers should be set up with a reverse proxy, as the containers themselves are set up to use temporary certificates.

Hi bearon for info - it seems I am missing reverse proxy.
Do you maybe know is there an sample docker-compose.yml that uses collabora and reverse proxy (apache or nginx)?

Thank you for any guidance in direction of having single docker image with collabora and nginx…