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 touch-action attribute for Polymer PointerEvents #184

Closed
steida opened this issue Jul 10, 2013 · 3 comments
Closed

Add support for touch-action attribute for Polymer PointerEvents #184

steida opened this issue Jul 10, 2013 · 3 comments

Comments

@steida
Copy link

steida commented Jul 10, 2013

http://www.polymer-project.org/platform/pointer-events.html needs nonstandard touch-action attribute to work.

Btw, I don't know why React just don't render anything what user needs? Custom attributes should work OFTB. For control freaks there can be option React.doesNotAllowUnknownAttributtes = true.

@steida
Copy link
Author

steida commented May 29, 2014

Please allow touch-action attribute.

@sophiebits
Copy link
Contributor

React needs a list of properties so that it knows whether to use the property accessor or setAttribute when changing the attribute (and also to convert between camel-casing and dash-cased, though that's not as critical). We'd like to make it easy to configure React with custom attributes; sorry this isn't easy right now.

@syranide
Copy link
Contributor

syranide commented Oct 8, 2014

It seems your other issue #140 addresses this concern already and I don't see React adding this specific attribute to the global whitelist.

@syranide syranide closed this as completed Oct 8, 2014
bvaughn pushed a commit to bvaughn/react that referenced this issue Aug 13, 2019
simoparaschi added a commit to simo-vargasp-sonarsource/react that referenced this issue Sep 20, 2024
…r tampering

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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

3 participants