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

[joss][ui] controls become unusable upon text selection #36

Closed
anibalsolon opened this issue Apr 19, 2024 · 1 comment
Closed

[joss][ui] controls become unusable upon text selection #36

anibalsolon opened this issue Apr 19, 2024 · 1 comment

Comments

@anibalsolon
Copy link

Part of: openjournals/joss-reviews#6336

when mistakenly selecting the text (and controllers), the sliders stop working.

image

I'd suggest to apply the following CSS rules to disable text selection on the controllers and re-enabling it to the info panel.

#buttons {
    user-select: none;
}
#info {
    user-select: text;
}
#control {
    user-select: none;
}
@katjaq
Copy link
Member

katjaq commented Apr 27, 2024

Thank you for the feedback and the improvement fix @anibalsolon . ⭐
We implemented the solution suggested in commit #344f987.

@katjaq katjaq closed this as completed Jun 11, 2024
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

No branches or pull requests

2 participants