stevenbenner / jquery-powertip

:speech_balloon: A jQuery plugin that creates hover tooltips.
https://stevenbenner.github.io/jquery-powertip/
MIT License
821 stars 137 forks source link

PowerTip position for transformed SVG items using translate #112

Open BradyStephenson opened 10 years ago

BradyStephenson commented 10 years ago

I wanted to list this (possible) issue separately:

I'm putting together a site called MessiahsPassoverWeek.info and PowerTip is perfect for what I needed to accomplish. It works great on IE but I'm having issues with PowerTips positioning for transform/translated SVG items in Chrome or Firefox. (If you scroll over to the right in Firefox, the PowerTips show up where the SVG items were originally positioned not where they are currently positioned.

Thank you again for such a fantastic plugin!

stevenbenner commented 10 years ago

This is probably a bug with horizontal scroll, PowerTip was designed to work with side-scroll pages, but there may have been a regression introduced at some point.

I'll investigate.