-
Notifications
You must be signed in to change notification settings - Fork 6
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
button hover flicker on files tab #2926
Comments
I believe this behaviour is due to the tooltip. |
yes the tooltip itself should have the hover behavior as well to keep it open when hovered |
Some technical detail here: the tooltips should be placed right outside their reference element (as is the case in Bootstrap docs) but in We shall see if updating and/or adjusting some bootstrap variables revert the behaviour back to normal or if we should set an offset (which will be painful to do). |
The unified file browser will soon disappear in Renku 2.0. Since this bug only marginally affects the usability, I suggest closing this issue. |
This is a big on almost all tooltips though, so should be kept open. |
@leafty If this problem affects any 2.0 page, we should make an issue listing exactly where this should be fixed and possibly add a new rule in the coding guidelines from your comment #2926 (comment) if that's what's causing this flickering. |
these buttons flicker when entering the hover from the top. best reproducible when entering with the mouse from the top middle.
tested on the #2854 deployment on firefox
The text was updated successfully, but these errors were encountered: