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

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

Open
samuelinniger opened this issue Feb 13, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@samuelinniger
Copy link

samuelinniger commented Feb 13, 2024

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.

@samuelinniger samuelinniger added the bug Something isn't working label Feb 13, 2024
@chfsx
Copy link
Contributor

chfsx commented Feb 15, 2024

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
Copy link

dagraf commented Mar 4, 2024

Possible optimization options:

  • Moving the dropdown-element closer to its title ('Series ID').
  • Improving the responsiveness of this form: From large to medium widhts the width of the title column (e.g., "Existing Series") could be smaller resulting in more space for the dropdown.

@chfsx
Copy link
Contributor

chfsx commented Apr 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

3 participants