briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
326 stars 97 forks source link

Tooltip not moving on page scroll #41

Open raduluchian opened 9 years ago

raduluchian commented 9 years ago

When scrolling a page the tooltips don't change their position - i.e. scroll along with their parent element - but instead maintain their initial position. This is because they have the position: fixed; style which makes them relative to the viewport and it's especially noticeable as a bug when triggering the tooltips on click, instead of mouseenter.