mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #49278
[Bug 1741987] A change has been merged
Reviewed: https://reviews.mahara.org/8825
Committed: https://git.mahara.org/mahara/mahara/commit/3d1abcc2cfd455889a6a2afabdacfba7a13c264a
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 3d1abcc2cfd455889a6a2afabdacfba7a13c264a
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date: Fri May 4 15:39:54 2018 +1200
Bug 1741987: Update jquery - Events
Event
Breaking change: .load(), .unload(), and .error() removed
Breaking change: .on("ready", fn) removed
Breaking change: event.pageX and event.pageY normalization removed
Breaking change: jQuery.event.props and jQuery.event.fixHooks removed
Breaking change: Delegated events with bad selectors throw immediately
Deprecated: .bind() and .delegate()
no calls to .bind() for events in core.
Only calls to bind() refer to the js bind of arguments to functions.
no calls to unbind() for event in core.
Only calls to unbind refer to the unbind method defined in
formChangeManager not related to the jQuery method.
Warnings fix
JQMIGRATE: jQuery.fn.click() event shorthand is deprecated
- also applies to the other event shorthands, including:
blur, focus, focusin, focusout, resize, scroll, dblclick, mousedown,
mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave,
change, select, submit, keydown, keypress, keyup, and contextmenu.
JQMIGRATE: jQuery.fn.hover() is deprecated
JQMIGRATE: jQuery(window).on('load'...) called after load event occurred
(for FileBrowser we can see this error when editing a block in a page)
behatnotneeded
Change-Id: I1a50050f882b864ad63d273de160e0b441a77705
--
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/1741987
Title:
Update jquery to version 3.3.1
Status in Mahara:
Fix Committed
Bug description:
jQuery 3.3.1 is available
http://jquery.com/download/
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1741987/+subscriptions
References