mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #49272
[Bug 1776816] A change has been merged
Reviewed: https://reviews.mahara.org/8977
Committed: https://git.mahara.org/mahara/mahara/commit/7d09acabc47243b1f4806e661b476e613d132a18
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 7d09acabc47243b1f4806e661b476e613d132a18
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date: Wed Jun 27 14:30:49 2018 +1200
Bug 1776816: Update jquery-mobile - fix bind/unbind
behatnotneeded
Change-Id: I0072124f0f7efa0974fb439ca63daf8495ddac46
--
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:
Fix Committed
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