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

(regression) iframe: hovering the iframe doesn't un-hover parent document nodes #11864

Open
paulrouget opened this issue Jun 25, 2016 · 2 comments
Open

Comments

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Jun 25, 2016

Previous issue: #7865

Hovering the div then moving mouse hover the iframe doesn't uncover the div.

<style>

  div {
    width: 100%;
    height: 20px;
    background: red;
  }
  div:hover {
    background: blue;
  }
  iframe {
    display: block;
    width: 100%;
    height: 100px;
    background: green;
    border-width: 0;
  }
</style>

<div></div>
<iframe src="http://example.com"></iframe>
@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Jun 25, 2016

We don't send the mousemove event to the previously hovered pipeline when using webrender.

See:

match self.find_topmost_layer_at_point(cursor / self.scene.scale) {

@nox
Copy link
Member

@nox nox commented Oct 2, 2017

I can still reproduce this.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.