Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transform + overflow:scroll + iframe: element not painted #8325

Closed
paulrouget opened this issue Nov 4, 2015 · 1 comment
Closed

transform + overflow:scroll + iframe: element not painted #8325

paulrouget opened this issue Nov 4, 2015 · 1 comment

Comments

@paulrouget
Copy link
Contributor

screen shot 2015-11-04 at 06 34 41

<style>

.a {
  transform: translateX(0);
}

.b {
  height: 400px;
  width: 400px;
  background: red;
  overflow: scroll;
}

</style>

<iframe src='data:,x'></iframe>

<div class='a'>
  <div class='b'>
  </div>
</div>
@notriddle
Copy link
Contributor

This can be reproduced without actually using an iframe

image

<style>

.a {
  transform: translateX(0);
}

.b {
  height: 400px;
  width: 400px;
  background: red;
  overflow: scroll;
}

.c {
  background: green !important;
}

</style>

<div class='a'>
  <div class='b'>
  </div>
</div>

<div class='a'>
  <div class='b c'>
  </div>
</div>

bors-servo pushed a commit that referenced this issue Nov 14, 2015
Draw layers that are under sub-displaylists.

Fixes #8325

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8524)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants