ome / omero-web

Django-based OMERO.web client
https://www.openmicroscopy.org/omero
16 stars 29 forks source link

Issue with script message size in the activities panel #488

Closed TorecLuik closed 11 months ago

TorecLuik commented 1 year ago

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 commented 1 year ago

Thanks for the feedback. I think this issue was fixed in https://github.com/ome/omero-web/pull/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 commented 11 months ago

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 =)