Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with script message size in the activities panel #488

Closed
TorecLuik opened this issue Jul 6, 2023 · 2 comments
Closed

Issue with script message size in the activities panel #488

TorecLuik opened this issue Jul 6, 2023 · 2 comments

Comments

@TorecLuik
Copy link

Hey OME,

The script message size CSS (of the activities panel) is not working well with the currently given sizes.
So sometimes you cannot get to the buttons of the script output anymore, if the message is too big.

I.e.

  1. the #activities_panel has a width: 400px
  2. the .script_description has a width: 200px; but that doesn't seem to matter.
  3. the #activities_panel .message has no width. If we set that to e.g. width: 300px, we can see our buttons again.

I am using omero-web-standalone from Docker v5 with Chrome.

activities_panel_no_width
activities_panel_width

@will-moore
Copy link
Member

Thanks for the feedback.
I think this issue was fixed in #378
which was released in https://github.com/ome/omero-web/blob/master/CHANGELOG.md#5150-august-2022.
Can you check what version of omero-web you have (on the webclient login page)?

@TorecLuik
Copy link
Author

Ok, thanks for the info, then we can probably close this.

This is version "OMERO.web 5.13.0."
From 'openmicroscopy/omero-web-standalone:5'

I should probably use more specific versions in the dockerfiles, so I know when to rebuild/upgrade =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants