Skip to content

Event: Remove pageX/pageY fill for event object #3106

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

Closed
wants to merge 1 commit into from

Conversation

dmethvin
Copy link
Member

@dmethvin dmethvin commented May 5, 2016

Summary

Fixes gh-3092

IE8 was the last major browser missing these. Support elsewhere looks good, according to http://www.quirksmode.org/mobile/tableViewport.html . Our existing unit tests for them are pretty sparse but they did catch when the properties were left off the list. Creating fake events with predefined pageX/Y won't help our ability to determine whether the browser values are correct. Docs issue isn't needed because we will still be copying them.

Checklist

Mark an [x] for completed items, if you're not sure leave them unchecked and we can assist.

Thanks! Bots and humans will be around shortly to check it out.

Sorry, something went wrong.

Fixes jquerygh-3092

IE8 was the last major browser missing these.
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @jeresig, @gibson042 and @mgol to be potential reviewers

@dmethvin
Copy link
Member Author

dmethvin commented May 5, 2016

OBTW this is -102 🎉

@mgol
Copy link
Member

mgol commented May 6, 2016

LGTM

@dmethvin dmethvin closed this in 931f45f May 6, 2016
@dmethvin dmethvin deleted the 3092-pagexy branch May 24, 2016 19:07
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

MouseEvent.pageX/pageY fill isn't needed in jQuery 3.0
4 participants