-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hide tooltip on hover #740
Conversation
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This pull request is deployed at test.admin-interface.opencast.org/740/2024-06-25_15-51-24/ . |
Might not be the best way to go about this. In the Opencast Editor, tooltips explicitly do not disappear even if you click on them, allowing you to mark the contents. Iirc this was done for usability and accessibility reasons which should also be important to us here in the admin ui. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-1 to this solution. Having non-interactive tooltips is bad for accessibility. In particular, trying to use this in combination with screen magnifications is bad. A simple alternative solution for #722 would be placement='right'
.
Thanks for the suggestions. The main navigation tooltips are placed on the right side. I hope this improves the usability. |
Close #722