Hi, I have started converting qtip to jQuery UI tooltip and pushed to master.
I have an issue on which I hope someone can help. When hovering the mouse too quickly over the column headers, some tooltips do not disappear. Maybe it's a bug on my part, or maybe in jQuery UI tooltip itself.
On 01/06/2013 06:36 PM, Marc Delisle wrote:
Hi, I have started converting qtip to jQuery UI tooltip and pushed to master.
I have an issue on which I hope someone can help. When hovering the mouse too quickly over the column headers, some tooltips do not disappear. Maybe it's a bug on my part, or maybe in jQuery UI tooltip itself.
Setting duration to 0 in PMA_tooltip() fixes the issue. Besides, I find that animation annoying anyway...
Bye, Rouslan
Rouslan Placella a écrit :
On 01/06/2013 06:36 PM, Marc Delisle wrote:
Hi, I have started converting qtip to jQuery UI tooltip and pushed to master.
I have an issue on which I hope someone can help. When hovering the mouse too quickly over the column headers, some tooltips do not disappear. Maybe it's a bug on my part, or maybe in jQuery UI tooltip itself.
Setting duration to 0 in PMA_tooltip() fixes the issue.
Thanks.
Besides, I find that animation annoying anyway...
Animation now removed.