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

Update Pointer Events for Firefox for Android #9168

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Update Pointer Events for Firefox for Android #9168

merged 1 commit into from
Feb 25, 2021

Conversation

chrisdavidmills
Copy link
Contributor

The compat data for Pointer Events on Firefox for Android has gotten very out of date. This pull request updates all the relevant data points.

Note that this PR is part of the required work to close #4983. It would be great if we could chip away at it together until we can close it.

Note also that 79 was the chosen support version, as discussed in #4983 (comment)

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 18, 2021
@@ -4573,7 +4573,7 @@
],
"firefox_android": [
{
"version_added": false
"version_added": "79"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A recurring question I've got: a lot (all?) of these features land on Desktop in 59, but in 79 on Android. Is it right that Fennec never enabled Pointer Events by default, but Fenix did?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the features got enabled at different times. they eventually got enabled for Fenix in version 70: see https://bugzilla.mozilla.org/show_bug.cgi?id=1507495, but Fenix was not publicly released until 79.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, great. Thank you!

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @chrisdavidmills! 🎉

@ddbeck ddbeck changed the title updating FxA data for Pointer Events Update Pointer Events for Firefox for Android Feb 25, 2021
@ddbeck ddbeck merged commit 7bf68ab into mdn:master Feb 25, 2021
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

Successfully merging this pull request may close these issues.

Features enabled in Fennix/GeckoView before it is released
2 participants