jaz303 / tipsy

Facebook-style tooltips plugin for jQuery
http://onehackoranother.com/projects/jquery/tipsy/
MIT License
2.01k stars 557 forks source link

Default to 0 for `offsetWidth` or `offsetHeight` #181

Open benrudolph opened 10 years ago

benrudolph commented 10 years ago

In firefox an SVG element returns undefined when you call offsetWidth. It should fallback to 0 (Chrome returns 0).