-
Notifications
You must be signed in to change notification settings - Fork 29
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
Problem with tooltop #20
Comments
Great suggestion. It bugged me occasionally, too, but was able to work around it by moving the mouse a bit. The timeout is a great solution to this problem. I just updated the stable branch to implement this. No setting yet, I may consider adding that but I doubt that many people will want to change it. I'll think about the close button in the tooltip, I haven't felt the need for that so far. I think that moving the mouse outside of the tooltip will work faster than aiming and clicking a button. |
all right, I'll try it out. |
It seems that 500 ms it's too fast, maybe 800 ms would be better... what's about option to show the tooltip always on fixed position, like above the toolbar with buttons - this kind of quick fix could make the plugin usable for the time being. |
Maybe related: the tooltip won't go away sometimes (debian, firefox 31, redmine 2.5.2, stable branch), many times just a random tooltip pops up (not the one I'm hovering over..), sometimes instead of the tooltips of the relation buttons the issues tooltips reappear Recommendation: immediately remove the tooltip onMouseLeave (no delay) |
Not that I know, I did only report the annoying thing, but not try to ... But if you know your way around from how to get the plugin from the
Beware, I'm a bit rusty in javascript atm, this might or might not work.. Cheers On 18.12.2014 13:28, Jan Breuer wrote:
|
Thank you Rafael. I have made similar change, but it is now impossible to click on anything on tooltip. It needs to use completely different algorithm to show and hide tooltip then current one
Now I know where is the problem and it is just JavaScript (no ruby) so I think I can solve it by myself and lately propose it to the main line. Cheers, |
I am not able to use the plugin (it's very frustrating) because the tooltop opens immediately, I am not even able to click on the isssue because of the tooltip.
What about setting a delay before the toolop open, like 500ms? (possibly configurable in the admin panel)
other, additional option could be possibility to close the tooltip with exit button or esc button.
The text was updated successfully, but these errors were encountered: