-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use of deprecated $.browser #14267
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
Comments
Looks like jQuery hashchange is no longer needed for IE9+ support: cowboy/jquery-hashchange#42 |
@jonathanKingston, thank you for your report. |
Hi @jonathanKingston. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
@osrecio @kirmorozov Was this fixed in 2.3.0 ? I still get it. |
I can confirm I also get this error on most pages in the BO. |
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi @jonathanKingston thank you for your report. I am not able to reproduce issue by steps you described on 2.3-develop If you'd like to update the issue, please reopen it. |
Preconditions (*)
Steps to reproduce (*)
git grep "$.browser"
Expected result (*)
$.browser
Actual result (*)
Reopening from: #13799 this is deprecated and still exists in the core, it doesn't look like the hacky usages are needed any more either.
Only lib/web/mage/popup-window.js and app/code/Magento/Checkout/view/frontend/web/js/model/step-navigator.js are actual non lib usage which are old commits (ignoring refactoring etc).
The text was updated successfully, but these errors were encountered: