[Webkit-unassigned] [Bug 167349] New: When using 100vw and zoom, the vw doesn't get updated to show the zoom level

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 17:39:39 PST 2017


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

            Bug ID: 167349
           Summary: When using 100vw and zoom, the vw doesn't get updated
                    to show the zoom level
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aaronhickman311 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

When using viewport units, specifically 100vw in this scenario, it will not take into consideration any zoom level. For example, I have a <div> that I want to span the entire width of the page, so I give it a style of width=100vw. If I zoom out (View -> Zoom Out) it no longer takes up the entire width. 

I have a Stack Overflow issue created here: http://stackoverflow.com/questions/41817411/safari-100vw-layout-issue-when-zoomed-help-me-understand

And a jsFiddle here:  https://jsfiddle.net/4vax8Lga/

I would expect that 100vw should take up the entire width of the screen, even when zoomed out.

-- 
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/20170124/5f6c254e/attachment.html>


More information about the webkit-unassigned mailing list