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

RFC Pointer events #1375

Closed
syranide opened this issue Apr 8, 2014 · 5 comments
Closed

RFC Pointer events #1375

syranide opened this issue Apr 8, 2014 · 5 comments

Comments

@syranide
Copy link
Contributor

syranide commented Apr 8, 2014

http://handjs.codeplex.com/

Stumbled across this a few days ago, MS is seemingly pushing for it to become a standard and looking at other solutions/implementations they seem to align. http://www.w3.org/TR/pointerevents/

Practically it seems like a great thing to support, even if React doesn't provide a core polyfill. Simply adding support for the events so that users are free to polyfill themselves using a library of their choice seems like a great thing.

I don't mind providing a PR (should be a simple matter) if you agree.

@zpao
Copy link
Member

zpao commented Apr 8, 2014

Does #499 cover this? (also cc @joshduck who I think did something here at some point)

@syranide
Copy link
Contributor Author

syranide commented Apr 8, 2014

@zpao Right, saw that issue and forgot about it apparently. It's basically the same discussion, I guess the difference now is that it's becoming a proper standard, meaning there's no reason to support the prefixed events and with hand.js (or other polyfills) it's actually ready to be used, in all browsers, today. So to me it seems quite straightforward at this point, if we believe it to be the right path.

@sebmarkbage
Copy link
Collaborator

Can we close this issue and keep going in #499 ? We should just go ahead and adding these. A lower-level polyfill might be able to take over if we just allow the events to be added.

@plievone
Copy link
Contributor

plievone commented Apr 9, 2014

I don't mind providing a PR (should be a simple matter) if you agree.

@syranide Yes please :)

@syranide
Copy link
Contributor Author

syranide commented Apr 9, 2014

@sebmarkbage For sure

@syranide syranide closed this as completed Apr 9, 2014
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

4 participants