You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numerous jQuery UI widgets are not working correctly with CSS zoom, as reported in jquery/jquery-ui#2292. The root cause is jQuery UI reliance on .offset() which returns final coordinates of the element, taking into account CSS transforms & CSS zoom - the jQuery UI issue is specifically about the latter.