Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
If you look at hovertip.js, you can probable figure a way to change the code in there to do what you want. You basically want a clicktip to trigger on a hover event instead of a click event.
Personally, I don't think the layout of the page should change just by mousing over something. So I made the hovertips to appear in a "balloon". If you make it work feel free to post a patch here, but I'm not sure if anyone else will want pages to work that way.
Comments
Comment #1
Dave Cohen commentedIf you look at hovertip.js, you can probable figure a way to change the code in there to do what you want. You basically want a clicktip to trigger on a hover event instead of a click event.
Personally, I don't think the layout of the page should change just by mousing over something. So I made the hovertips to appear in a "balloon". If you make it work feel free to post a patch here, but I'm not sure if anyone else will want pages to work that way.
Comment #2
Flying Drupalist commentedI wish I can, but I'm perfectly ignorant of JS. I hope someone takes this up, especially if it's as easy as you make it sound.