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

Can't scroll overflow:scroll elements #10434

Closed
paulrouget opened this issue Apr 6, 2016 · 6 comments
Closed

Can't scroll overflow:scroll elements #10434

paulrouget opened this issue Apr 6, 2016 · 6 comments

Comments

@paulrouget
Copy link
Contributor

Here is a test case:

<style>

  main {
    height: 300px;
    width: 250px;
    background-image: linear-gradient(to bottom, red, blue);
    overflow: scroll;
  }

  div {
    margin-top: 200px;
    height: 200px;
    width: 200px;
    overflow: scroll;
  }

  p {
    height: 250px;
    background-image: linear-gradient(to bottom, white, black);
    margin: 0;
  }

</style>
<main>
  <div>
    <p></p>
  </div>
</main>
@pcwalton
Copy link
Contributor

pcwalton commented Apr 7, 2016

Duplicate of #2742.

This will likely require a lot of work.

@pcwalton pcwalton closed this as completed Apr 7, 2016
@paulrouget
Copy link
Contributor Author

@pcwalton: if it's not something we can realistically fix by June, please let me know, we can probably work around that.

@paulrouget
Copy link
Contributor Author

Re-opening. I don't think this is fixed.

@paulrouget paulrouget reopened this Apr 13, 2016
@pcwalton
Copy link
Contributor

Yeah, WR doesn't support overflow:scroll scrolling yet.

@paulrouget
Copy link
Contributor Author

Yeah, WR doesn't support overflow:scroll scrolling yet.

Ok. So I will work around that.

P1 -> P3.

@pcwalton
Copy link
Contributor

pcwalton commented May 3, 2016

Fixed by #10717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants