[Webkit-unassigned] [Bug 50982] ViewportArguments.h uses an enum to intialize a bool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 12:37:22 PST 2010


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





--- Comment #3 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-12-23 12:37:22 PST ---
Well ValueAuto means that it is unset and thus will use the default (which might depend on some of the other values). I guess the most right thing is to make userScalable a float and convert it to true or false in the compute* method. For instance if I set min-scale = 1.0 and max-scale = 1.0, it is basically not scalable, but I guess the iPhone might still consider it scalable, as it affects more than just the scale change. From docs: Setting user-scalable to no also prevents a webpage from scrolling when entering text in an input field.

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