WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
175532
Can't scroll an iframe, unless its content is explicitly scrollable with css
https://bugs.webkit.org/show_bug.cgi?id=175532
Summary
Can't scroll an iframe, unless its content is explicitly scrollable with css
Haroen Viaene
Reported
2017-08-14 05:23:29 PDT
any iframe (codepen.io, codesandbox.io) that overflows its container, can't be scrolled. The only way around, is to add the following to the styling of the frame: html { height: 100%; } body { height: 100%; overflow: auto; } This wasn't the case in earlier Safari versions.
Attachments
Add attachment
proposed patch, testcase, etc.
Haroen Viaene
Comment 1
2017-09-25 06:17:59 PDT
Safari 11 stable doesn't have this issue, but the newest tech preview still has it
Haroen Viaene
Comment 2
2017-12-05 12:12:02 PST
Safari Tech Preview Release 44 (Safari 11.1, WebKit 13605.1.13.2) still exhibits this issue
Haroen Viaene
Comment 3
2018-02-07 06:26:35 PST
This is still only happening in Tech Preview 48, and still not happening in the main version
Simon Fraser (smfr)
Comment 4
2018-03-30 10:47:48 PDT
Can you provide a specific URL that shows this? Does STP 52 show it? Have you enabled any experimental features (like Async Frame Scrolling)?
Haroen Viaene
Comment 5
2018-04-03 01:53:20 PDT
Wow, thanks for making me check those options, I actually _did_ have async frame scrolling enabled, and the scrolling worked as expected again with it disabled. See
https://codepen.io/Haroenv/pen/pLKBjE
for a simple demo showing this.
Haroen Viaene
Comment 6
2022-04-04 08:12:35 PDT
Not sure when, but I can no longer reproduce this
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug