Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrolling down page with IFrame 'scrolls' the IFrame contents #12827
Labels
Comments
|
This doesn't reproduce if webrender is not enabled. cc @pcwalton |
|
I'm working on this now - fixing this properly is a prerequisite for fixing things like #12286 without hacks. |
|
This is fixed when servo/webrender#355 lands and gets updated in servo. |
|
Fixed by #12932 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is an IFrame on a page with a scroll, the IFrame contents remain on the page and scroll when the page is scrolled:
Online test case here.
This bug is blocking us on our 'doge times reading view' demo where we are using IFrames to display ads.
mozdevs/servo-experiments#2