[Webkit-unassigned] [Bug 55416] Viewport no longer allows an auto value for "user-scalable"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 21:00:12 PST 2011


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





--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org>  2011-03-07 21:00:12 PST ---
(In reply to comment #1)
> I'm totally OK with making this a float again. It would be good if we
> could make some tests for it as well.

My patch just makes all the WebKit ports set userScalable to true,
if it was seen as Auto after computing viewport attributes. So the
existing tests and behavior of those ports won't change. This
is basically handled by all the tests that don't define "user-scalable".

For example:

  <meta name="viewport" content="width=100">

The userScalable argument is Auto, and current ports will default
to userScalable true. I suppose I could add output about the
userScalable property to the existing DumpRenderTree
implementations. They print everything but the userScalable value.

-- 
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