[Webkit-unassigned] [Bug 174648] New: FrameView::visibleSize() is unscaled on macOS, but scaled on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 18 19:58:07 PDT 2017


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

            Bug ID: 174648
           Summary: FrameView::visibleSize() is unscaled on macOS, but
                    scaled on iOS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

FrameView::visibleSize() is inconsistent between macOS and iOS (WK2). On macOS, it boils down to ScrollView::unobscuredContentRectInternal() which adjusts for scale. On iOS, it just returns m_unobscuredContentSize which was set by the UI process, but not adjusted for page scale.

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


More information about the webkit-unassigned mailing list