Summary: | JS positioned elements get misplaced on zooming | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick <patcito> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, dav.glass, patcito |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | OS X 10.5 | ||
URL: | http://jqueryui.com/demos/datepicker/ |
Description
Patrick
2009-07-10 16:02:22 PDT
This seems to be an issue in getBoundingClientRect. It's returning page level non-zoomed box information even when zoomed. Here is a small repro case: http://blog.davglass.com/files/bugs/safari/bug-27161.html Just tested against: Version 4.0.2 (5530.19, r46507) And it is fixed in that version.. Hey Dav, Did you test this too? http://jqueryui.com/demos/datepicker/ Patrick -- It looks to work for me with that nightly: http://skitch.com/davglass/b3qq9/jquery-ui-colorpicker-zoomed-2 That is the color picker zoomed x 2 Thanks for testing Dav! I took the test case from Comment 01 via Wayback Archive: Link - https://web.archive.org/web/20100521062155/http://blog.davglass.com/files/bugs/safari/bug-27161.html I am not able to reproduce this in Safari 16 and the numbers with and without zoom and marginal (due to pixel difference in clicking within red dot). Further, Comment 02 confirms that it was fixed and also again in Comment 04 for original test case. I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Thanks! |