You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #1351 changed the overflow behaviour to scroll; as a consequence when the modal dialog is smaller than the autocomplete select dropdown - the select dropdown gets hidden inside the dialoag with only one option visible like shown below.
Scrolling the new relations form is also tricky in this case - often leading to accidentally closing the modal window.
Ideally it should be like
The text was updated successfully, but these errors were encountered:
gythaogg
added
bug
Something isn't working (properly, as expected, at all)
UI-UX
Appearance, coherence, usability of user-facing parts (frontend, user interface)
labels
Nov 12, 2024
reverted modal dialog overflow to `visible` in the new relations form so
that when the dialog height is shorter than the dropdown, the dropdown
remains accessible without having to scroll the dialog.
introduced max-height and auto scroll option for
`#relation-dialog-content` so that when the contents of the dialog
overflows the dialog height, the dialog is scrollable (maintains the
behaviour of fix#1351)
closes#1359
reverted modal dialog overflow to `visible` in the new relations form so
that when the dialog height is shorter than the dropdown, the dropdown
remains accessible without having to scroll the dialog.
introduced max-height and auto scroll option for
`#relation-dialog-content` so that when the contents of the dialog
overflows the dialog height, the dialog is scrollable (maintains the
behaviour of fix#1351)
closes#1359
Fix #1351 changed the overflow behaviour to scroll; as a consequence when the modal dialog is smaller than the autocomplete select dropdown - the select dropdown gets hidden inside the dialoag with only one option visible like shown below.
Scrolling the new relations form is also tricky in this case - often leading to accidentally closing the modal window.
Ideally it should be like
The text was updated successfully, but these errors were encountered: