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

api.MouseWheelEvent - Not supported in Chrome/Safari #8226

Closed
saschanaz opened this issue Dec 23, 2020 · 2 comments
Closed

api.MouseWheelEvent - Not supported in Chrome/Safari #8226

saschanaz opened this issue Dec 23, 2020 · 2 comments
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@saschanaz
Copy link
Contributor

What information was incorrect, unhelpful, or incomplete?

BCD says it's supported.

What did you expect to see?

Proper removed_version values.

Did you test this? If so, how?

A simple existence check.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent

@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 23, 2020
@ddbeck
Copy link
Collaborator

ddbeck commented Jan 20, 2021

This seems right, but with a caveat.

I couldn't find any evidence that the MouseWheelEvent name was ever implemented in WebKit. However, I did find that the wheelDelta* properties from MouseWheelEvent were implemented as properties on the WheelEvent interface, which is a bit odd (Chrome also supports these legacy properties).

I think the right fix here might be to mark MouseWheelEvent as unsupported in Safari, but add the non-standard features to WheelEvent at the same time.

@saschanaz
Copy link
Contributor Author

Fixed by #12565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

3 participants