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

Autocomplete select in new relations modal dialog #1359

Closed
gythaogg opened this issue Nov 12, 2024 · 0 comments · Fixed by #1360 or #1350
Closed

Autocomplete select in new relations modal dialog #1359

gythaogg opened this issue Nov 12, 2024 · 0 comments · Fixed by #1360 or #1350
Assignees
Labels
bug Something isn't working (properly, as expected, at all) UI-UX Appearance, coherence, usability of user-facing parts (frontend, user interface)

Comments

@gythaogg
Copy link
Contributor

gythaogg commented Nov 12, 2024

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.
image

Ideally it should be like
image

@gythaogg 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
@gythaogg gythaogg self-assigned this Nov 12, 2024
gythaogg added a commit that referenced this issue 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
gythaogg added a commit that referenced this issue 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (properly, as expected, at all) UI-UX Appearance, coherence, usability of user-facing parts (frontend, user interface)
Projects
None yet
1 participant