崔国棟
unread,Sep 10, 2024, 12:02:36 PMSep 10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
In the latest version of Chrome, when using the offset properties, if the zoom level is adjusted using something like body.style.zoom, the coordinates returned reflect the zoomed values. Previously, the original (unzoomed) coordinates were returned. This change is causing misalignment issues with pop-up windows, such as those in jQuery UI. What could be causing this issue?