Some issues
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Hi,
I really like this plugin (this is in my opinion the best tooltip plugin) but there are some issues I would like to report :
1) zIndex issue :
I have a jQModal frame that I display, and when showing a tooltip for something in the modal frame, it is displayed below the frame. Maybe dynamic computation of zIndex would do the trick ?
2) title/body issue :
I love the ability to store title AND body in the title attribute of the elem thanks to a separator. But when sometimes there is no separator, the plugin seems to be messed up and body is displayed with the title attribute or else. Maybe it is due to issue 3 below. (I think you have a hideOnEmpty() function or approaching, maybe the issue comes from here ? I really dunno)
3) title/body issue :
When dynamically changing title attribute of some elements (thanks to ajax code for example), I cannot disable the tooltip if no more title is present. This is more a feature than a bug... Or not :) And when the new title contains a separator, it is not taken into account for the tooltip. Maybe a "refresh" method could be added to refresh the tooltip content on demand ?
Thank you, and once again I really like this plugin !
