NEW 104692
Incorrect position of fixed position element relative to bottom and/or right of viewport when page is scaled
https://bugs.webkit.org/show_bug.cgi?id=104692
Summary Incorrect position of fixed position element relative to bottom and/or right ...
Xianzhu Wang
Reported 2012-12-11 11:36:40 PST
Sami reported this in https://bugs.webkit.org/show_bug.cgi?id=104303#c4. Maybe Chromium only. Steps to reproduce: 1. Open http://css.flepstudio.org/en/css-properties/position-static-absolute-relative-static.html in chromium-android 2. Zoom in the page Actual result: The bottom right fixed div isn't always at the bottom right corner of the viewport.
Attachments
Xianzhu Wang
Comment 1 2012-12-11 18:14:48 PST
For crbug.com/160223.
Simon Fraser (smfr)
Comment 2 2012-12-12 14:50:33 PST
This behavior was a deliberate choice to avoid fixed elements crowding the center of the page when zoomed.
Grace Kloba
Comment 3 2012-12-12 14:54:48 PST
Should we have an option to have a different behavior?
Simon Fraser (smfr)
Comment 4 2012-12-12 15:03:52 PST
If you want different behavior on your platform, sure.
Note You need to log in before you can comment on or make changes to this bug.