-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Remove event aliases from JavaScript #12761
Conversation
I would recommend removing the minified files from the commit, as they're likely to prevent clean auto-merging. |
Makes life for people with custom jQuery builds excluding event aliases much easier.
Done. |
Is this really needed? |
Well, it is not needed if you use a jQuery build which excludes nothing. |
Yes, but performances are very similar in both cases. 2014-02-17 19:20 GMT+01:00 Heinrich Fenkart [email protected]:
Zlatan Vasović - ZDroid |
I know it is ridiculous to talk about performance on such a scale but still, the difference exists albeit it being relatively small. That is also why it was my second point and I tried to put more emphasis on the consistency argument. |
OK so far. 2014-02-17 20:15 GMT+01:00 Heinrich Fenkart [email protected]:
Zlatan Vasović - ZDroid |
Any news on this? It's not that big of a change and would really help me out. |
Sounds legit enough. |
Remove event aliases from JavaScript
❤️ |
This kinda breaks semver. 2014-02-22 10:59 GMT+01:00 Heinrich Fenkart [email protected]:
Zlatan Vasović - ZDroid |
Care to elaborate in which way it should? |
This removes .focus() to it breaks backwards-compatibility. 2014-02-22 14:18 GMT+01:00 Heinrich Fenkart [email protected]:
Zlatan Vasović - ZDroid |
No, it does not. When no parameter is passed to |
😕 |
So, not a problem then? |
I don't know, I just know that this removes .focus() alias, so that changes 2014-02-22 22:37 GMT+01:00 Mark Otto [email protected]:
Zlatan Vasović - ZDroid |
Maybe @cvrebert can weigh in—I'd like more opinions on this. |
OK then. You can leave it if you'd want. :) |
It's A-OK AFAIK. |
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
Makes life for people with custom jQuery builds excluding event aliases much easier.