opencast-ilias / OpenCast

Opencast plugin for ILIAS LMS. The plugin shows a Opencast series as an ILIAS object. This version of the ILIAS plugin for Opencast is operated and developed collaboratively by a community. The University of Bern acts as coordinative maintainer.
GNU General Public License v3.0
12 stars 14 forks source link

Bad UI-responsiveness of dropdown-element, when adding existing Opencast-Series #242

Open samuelinniger opened 7 months ago

samuelinniger commented 7 months ago

Describe the bug Dropdown-element ist not always responsive in UI.

To Reproduce Steps to reproduce the behavior:

  1. Add a new Opencast-Series
  2. Go to "Existing-Series:" Yes
  3. Enlarge/shrink size of your browser window

Expected behavior Dropdown-element should not overstrech beyond page limit.

Screenshots

2024-02-13_10-45-10

Environment (please complete the following information): ILIAS version: v7.26 2023-10-23 Plugin version: 5.X Opencast version: 14 Browser: Firefox

Additional context Needs to be fixed for 8.X Plugin-versions as well.

chfsx commented 7 months ago

This cannot be fixed in the plugin, this is a standard-element of the UI Framework of ILIAS. the only thing we could do is shorten the texts inside the select, but this leads to loss of information.

dagraf commented 6 months ago

Possible optimization options:

chfsx commented 4 months ago

thank you for your feedback! unfortunately, in my opinion, neither is possible. we simply use standard elements for the ILIAS forms here, so we cannot make any changes to the presentation of those elements.

if this were the case, it would have to be fixed in ILIAS itself, e.g. that forms are displayed differently in mobile view (or simply on smaller screens). one possibility here would be, for example, if the labels were not displayed on the left but above a field.