-
Notifications
You must be signed in to change notification settings - Fork 356
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 to jQuery 3 #5585
Comments
This comment has been minimized.
This comment has been minimized.
Problematic packages (any one of these may not be compatible without fixing, and is not maintained by anyone else):
|
@MelsHyrule @GilbertCherrie I know we've made some progress with the react conversions. From the list in #5585 (comment), has anything been completed there? |
✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory. |
Bad bot |
@Fryguy Looking through the list i think |
We're still using jQuery 2, because of some breaking changes in 3.0.
But, we should upgrade as soon as realistic :).
ui-classic changes needed:
this
inside the handlers.catch
everywheresuccess
/error
/complete
should bethen
+catch
, might as well rename done/fail/always too$.param
is treating spaces differently, check form serialization.foo
event handlers removed in favor of.on('foo'
- we have 42 $().click(...), and various other eventsmiqInitAccordions
andmiqInitMainContent
computations may now fail when horizontal scrollbar is present (outerHeight now includes the scrollbar size).size()
in app/assets/javascripts/services/topology_service.jsjust deprecations but still:
$(fn)
The text was updated successfully, but these errors were encountered: