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

Pointer Events in Opera #50

Open
trkoch opened this issue Oct 22, 2010 · 4 comments
Open

Pointer Events in Opera #50

trkoch opened this issue Oct 22, 2010 · 4 comments
Labels

Comments

@trkoch
Copy link

trkoch commented Oct 22, 2010

Opera 10.63 does not support CSS pointer events, but advertises this feature. The test provided therefore returns, that Opera does support pointer events.

@jdalton
Copy link
Contributor

jdalton commented Oct 22, 2010

which test/file are you referring to?

@trkoch
Copy link
Author

trkoch commented Oct 22, 2010

Not sure what you mean.

All snippets shown below report support for pointer events in Opera. Just thought I'd tell you.

"pointerEvents" in document.documentElement.style document.documentElement.style.pointerEvents === ''
typeof document.documentElement.style.pointerEvents == "string"

@jdalton
Copy link
Contributor

jdalton commented Oct 22, 2010

Oh I see the has("css-pointerevents") pointers test. Thanks for catching that.

@hexalys
Copy link

hexalys commented Jul 15, 2015

FYI, this has been fixed by Modernizr with a new test preventing all false positives in Opera Mini and IE 9-10.

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

No branches or pull requests

3 participants