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 not changing on winit #1333

Open
johanholmerin opened this issue Aug 7, 2024 · 1 comment
Open

Cursor not changing on winit #1333

johanholmerin opened this issue Aug 7, 2024 · 1 comment

Comments

@johanholmerin
Copy link

Describe the bug
When using wry with winit it isn't possible to change the cursor using CSS. It works as expected with tao.

Steps To Reproduce
Run the winit example and hover any button, text, or input element

Expected behavior
The cursor should change

Screenshots

Tao
tao.mov
Winit
winit.mov

Platform and Versions (please complete the following information):
OS: macOS Sonoma 14.5
Rustc: 1.80.0

Additional context
Possibly related to #175

@johanholmerin
Copy link
Author

This is only an issue when using new_as_child with winit, which the example was switched to in #1323. Tao works with both new and new_as_child.

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

1 participant