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

Add support for CSS cursor images #66

Open
adamjs opened this issue Dec 11, 2018 · 4 comments
Open

Add support for CSS cursor images #66

adamjs opened this issue Dec 11, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@adamjs
Copy link
Member

adamjs commented Dec 11, 2018

Within CSS, it is possible to define cursors with custom images. For example

cursor: url('path-to-image.png'), auto;	

We should extend ViewListener::OnChangeCursor to support custom cursor images as well.

@adamjs adamjs added the enhancement New feature or request label Dec 11, 2018
@adamjs adamjs self-assigned this Dec 11, 2018
@m4heshd
Copy link

m4heshd commented Jan 6, 2020

cursor: pointer; also doesn't seem to work at the moment.

@gaetandezeiraud
Copy link

@m4heshd
Same problem for cursor: pointer; :(

@ThomasFrans
Copy link

cursor: pointer; still seems to be broken...

@Steven-L-42
Copy link

still a problem.. please add this ability to change or set cursor to none.

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

No branches or pull requests

5 participants