mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #48872
[Bug 1776816] Re: jquery-mobile warnings with jquery 3
** Summary changed:
- Update jquery-mobile to 1.5.0-alpha1 for compatibility with jquery 3
+ jquery-mobile warnings with jquery 3
** Description changed:
- https://blog.jquerymobile.com/2017/05/11/jquery-
- mobile-1-5-0-alpha-1-released/
+ jQuery 3 is deprecating bind and unbind methods. We already have the latest stable version for jquery.mobile.
+ There is a new alpha version but it doesn't change the touch event code that we actually use for mahara
+ https://github.com/jquery/jquery-mobile/blame/1.5.0-alpha.1/js/events/touch.js
+
+ since it hasn't been change in 2 years, we need to fix this bit of code.
+
+ According to the jquery site
+ https://github.com/jquery/jquery-migrate/blob/master/warnings.md
+ the solution is to change the method call to use .on() or .off()
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1776816
Title:
jquery-mobile warnings with jquery 3
Status in Mahara:
In Progress
Bug description:
jQuery 3 is deprecating bind and unbind methods. We already have the latest stable version for jquery.mobile.
There is a new alpha version but it doesn't change the touch event code that we actually use for mahara
https://github.com/jquery/jquery-mobile/blame/1.5.0-alpha.1/js/events/touch.js
since it hasn't been change in 2 years, we need to fix this bit of
code.
According to the jquery site
https://github.com/jquery/jquery-migrate/blob/master/warnings.md
the solution is to change the method call to use .on() or .off()
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1776816/+subscriptions
References