jnobre / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

tooltip property of connectors is not working in IE and Chrome. #256

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In http://jsplumb.org/jquery/demo.html page, the link/line connected between 
window4 to window5 is having tooltip property. But the tooltip is working only 
in Mozilla FireFox V 12.0, not in IE7 or higher versions and also google Chrome 
(I checked in localhost also).  

Original issue reported on code.google.com by irappa...@gmail.com on 19 Jun 2012 at 11:58

GoogleCodeExporter commented 8 years ago
Unfortunately, that's the expected behaviour.  tooltips are not documented 
because they don't work across all browsers and renderers, for various reasons. 
 my recommendation to people is that they implement tooltips themselves.

Original comment by simon.po...@gmail.com on 19 Jun 2012 at 9:48