[Webkit-unassigned] [Bug 150715] Excessive zoom applied to Bootstrap v3 modal (new iOS 9 breakage)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 31 12:06:30 PDT 2015


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

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Created attachment 264481
  --> https://bugs.webkit.org/attachment.cgi?id=264481&action=review
Reduced test case (standalone html)

The problem with the Bootstrap modals is reproducible by doing two things without using Bootstrap or jQuery:

1. Set a small (~50px) height on the <body>
2. Set overflow: hidden on the <body>

Observe that we start zoomed in to the text at max scale, and there's no way to zoom out. Again, we have to figure out if we're computing the height correctly, and if so, we'll need to make our zooming heuristic account for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151031/ef32357d/attachment.html>


More information about the webkit-unassigned mailing list