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 upiframe content does not resize when iframe element is resized #8301
Comments
Contributor
paulrouget
commented
Nov 3, 2015
|
|
|
(This works correctly from the perspective of content; it just doesn't get drawn on the screen correctly.) I thought this was a duplicate, but I can't seem to find it. |
|
It's a regression. Started with 1a494b1. /cc @mrobinson |
Maybe you were thinking of issue #8081 where iframe content is not drawn after navigation. |
|
@paulrouget I've confirmed this and have a fix locally. I think the actual culprit is #7423. That would not be too surprising because it was a major rework to fix an architectural flaw. I'll try to get a PR ready today. |
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Nov 3, 2015
When a layer containing an iframe changes, we also need to resize the root layer of the subpage. This ensures that content from the child layer tree is masked to the new size. Fixes servo#8301.
bors-servo
added a commit
that referenced
this issue
Nov 4, 2015
Properly resize iframe root layers When a layer containing an iframe changes, we also need to resize the root layer of the subpage. This ensures that content from the child layer tree is masked to the new size. Fixes #8301. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8322) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 4, 2015
Properly resize iframe root layers When a layer containing an iframe changes, we also need to resize the root layer of the subpage. This ensures that content from the child layer tree is masked to the new size. Fixes #8301. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8322) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 4, 2015
Properly resize iframe root layers When a layer containing an iframe changes, we also need to resize the root layer of the subpage. This ensures that content from the child layer tree is masked to the new size. Fixes #8301. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8322) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment