-
Notifications
You must be signed in to change notification settings - Fork 3
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
Correct tooltip delay #280
Comments
For any non-labeled buttons, the tooltip should show on hover after a 300ms delay. For icons in the room header (public room, trusted, not trusted) and disabled buttons, the tooltip should show instantly. |
After further considering other use cases besides room header and details, here are more general rules-of-thumb: DESKTOPFor non-labelled, interactive elements that do something: Show a tooltip on hover after a 300ms delay
For non-labelled, interactive elements that do nothing: Show a tooltip on hover instantly
Exceptions: Depends on the use case
MOBILE
Lemme know if you disagree with anything above |
Related issue: #234 |
Platform
Package version
Description
Tooltips have a 300ms delay. Some (or all?) tooltips should open without delay. Eg element-hq/element-web#26570 (comment)
The text was updated successfully, but these errors were encountered: