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

Library Editor: Fix album/label chooser for mobile #343

Merged
merged 12 commits into from
Oct 14, 2022

Conversation

RocketMan
Copy link
Owner

The scrollable album/label chooser uses a multi-line html select, which by design does not display multi-line on mobile devices.

This PR replaces the multi-line select with a custom control that mimics the multi-line select behaviour, including click-select and keyboard drive (arrow up/down, page up/down).

There should be no visual nor functional difference to the user (except that, of course, it should now display on mobile in the same way as desktop).

@RocketMan RocketMan added this to the v2.11.6 milestone Oct 12, 2022
@RocketMan RocketMan merged commit 5cf26ea into master Oct 14, 2022
@RocketMan RocketMan deleted the synthetic-listbox-master branch October 14, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant