-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Tooltips can cover the "New Spec" button #23115
Comments
Good idea, I'd be ok with a small delay (100-150ms seems reasonable) |
Agreed. A delay would be great. Even something up to 200-300ms may be appropriate. I trust you judgement though. Whatever you think feels right really. |
The code for this is done in cypress-io/cypress#23259, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Currently there's a mildly annoying situation where users intending to click "New Spec" on the Spec Lists have to be mindful of avoiding the Column heading beneath it with their pointer so that the tooltip doesn't cover the button.
tooltip.blocking.New.Spec.button.mov
Desired behavior
A small delay before tooltips open would avoid this. I'd suggest we increase the
show
delay above 0 in the mainTooltip
Vue component so that simply passing over and element doesn't unintentionally trigger tooltips. A very unscientific test just now suggests 150 ms is a good starting point, and this is a good signal generally that the pointer has come to rest on an element, so it avoids a lot of scenarios where currently moving the mouse around can open many tooltips at once.Test code to reproduce
N/A
Cypress Version
10.4.0
Other
No response
The text was updated successfully, but these errors were encountered: