[Webkit-unassigned] [Bug 107997] Implement desktop compatibility viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 19:42:42 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107997


Alexandre Elias <aelias at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aelias at chromium.org




--- Comment #3 from Alexandre Elias <aelias at chromium.org>  2013-01-26 19:44:37 PST ---
We'd like to implement pinch zoom while behaving well on existing desktop websites which weren't designed with it in mind.  In particular, fixed-position elements tend to be positioned strangely in the presence of pinch zoom.  We're planning to position those in a larger box which is always sized to the initial containing block, which we're tentatively calling "desktop compatibility viewport".

This patch is a very early WIP and not for review yet, but let us know if you have feedback on the general approach.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list