[Webkit-unassigned] [Bug 200435] New: Overflow:hidden on body prevents PDF scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 06:46:23 PDT 2019


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

            Bug ID: 200435
           Summary: Overflow:hidden on body prevents PDF scroll
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: michiel.debackker at esoptra.com

Test device: IOS 13.0 Beta 4 (17A5547d) on iPad Pro 10.5-inch (MPMF2NF/A).

Adding the overflow:hidden property to the body of a page blocks scrolling in any PDF file opened from that page.

Minimal reproduction scenario:
Given the following html page:
<html>

<head>
</head>

<body style="overflow:hidden;">
    <a href='/test.pdf'>Open me</a>
</body>

</html>

When clicking on "Open me" opens the PDF file but the user can't scroll in it. It remains stuck at the top of the document.

Expected behavior: The PDF file is scroll-able as works on desktop.

-- 
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/20190805/92a192ad/attachment.html>


More information about the webkit-unassigned mailing list