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

Cursor flutters between default and pointer when moving cursor over links #11927

Open
cbrewster opened this issue Jun 29, 2016 · 4 comments
Open

Cursor flutters between default and pointer when moving cursor over links #11927

cbrewster opened this issue Jun 29, 2016 · 4 comments

Comments

@cbrewster
Copy link
Member

@cbrewster cbrewster commented Jun 29, 2016

cursorflutter

@cbrewster
Copy link
Member Author

@cbrewster cbrewster commented Jun 29, 2016

So it looks like this is running a hittest for both the iframe and the parent page behind the iframe. The page behind the iframe sets the cursor to Default and then the hittest on the iframe sets the cursor to Pointer.

@jdm jdm added the A-layout/query label Jun 29, 2016
@Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Jun 30, 2016

This is due to the SetCursor message being sent in the hit_test function in components/layout/query.rs. (I've long thought that was poor design; happy to see it's actually a bug.)

@nox
Copy link
Member

@nox nox commented Oct 2, 2017

I can't reproduce this anymore.

@nox nox closed this Oct 2, 2017
@jdm
Copy link
Member

@jdm jdm commented Oct 2, 2017

This still happens.

@jdm jdm reopened this Oct 2, 2017
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
4 participants
You can’t perform that action at this time.