RESOLVED FIXED 142706
scroll snap points do not properly account for zoomed pages
https://bugs.webkit.org/show_bug.cgi?id=142706
Summary scroll snap points do not properly account for zoomed pages
Brent Fulgham
Reported 2015-03-14 21:07:14 PDT
Zooming a page with scroll snap points causes the snap point logic to do the wrong thing. We should be properly dealing with zoomed state when searching for the nearest snap point, and when animating to the target location.
Attachments
Patch (4.27 KB, patch)
2015-03-14 23:01 PDT, Brent Fulgham
andersca: review+
Radar WebKit Bug Importer
Comment 1 2015-03-14 21:09:41 PDT
Brent Fulgham
Comment 2 2015-03-14 22:58:27 PDT
When computing snap point targets, we need to account for the current page zoom. This is currently ignored.
Brent Fulgham
Comment 3 2015-03-14 23:01:21 PDT
Brent Fulgham
Comment 4 2015-03-15 12:14:07 PDT
Note You need to log in before you can comment on or make changes to this bug.