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 offset when Chrome zoomed #153

Open jasco opened 7 years ago

jasco commented 7 years ago

There is a issue with Chrome due to https://bugs.chromium.org/p/chromium/issues/detail?id=489206 whereby zooming the page can cause the popup to be offset from its intended position. Is there interest in a pull request for this issue?

stevenbenner commented 7 years ago

What a frustrating bug. Basing the browser scroll properties on the raw, scaled viewport seems like pretty silly decision.

Sure if you have a good solution to the problem I would welcome a pull request.