mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #47383
[Bug 1757283] [NEW] The views.js file uses the javascript 'includes' function but this is not available to IE11
Public bug reported:
We have:
if (embedjs.includes("AC_Voki_Embed")) {
We need:
if (embedjs.indexOf("AC_Voki_Embed") !== -1) {
** Affects: mahara
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: In Progress
** Affects: mahara/17.10
Importance: High
Status: In Progress
** Affects: mahara/18.04
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: In Progress
** Affects: mahara/18.10
Importance: High
Status: In Progress
** Changed in: mahara
Assignee: (unassigned) => Robert Lyon (robertl-9)
** Also affects: mahara/17.10
Importance: Undecided
Status: New
** Also affects: mahara/18.10
Importance: Undecided
Status: New
** Also affects: mahara/18.04
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: In Progress
** Changed in: mahara/18.10
Status: New => In Progress
** Changed in: mahara/17.10
Status: New => In Progress
** Changed in: mahara/17.10
Importance: Undecided => High
** Changed in: mahara/18.10
Importance: Undecided => High
** Changed in: mahara/18.04
Milestone: 18.10.0 => 18.04.0
** Changed in: mahara/18.10
Milestone: None => 18.10.0
** Changed in: mahara/17.10
Milestone: None => 17.10.4
--
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/1757283
Title:
The views.js file uses the javascript 'includes' function but this is
not available to IE11
Status in Mahara:
In Progress
Status in Mahara 17.10 series:
In Progress
Status in Mahara 18.04 series:
In Progress
Status in Mahara 18.10 series:
In Progress
Bug description:
We have:
if (embedjs.includes("AC_Voki_Embed")) {
We need:
if (embedjs.indexOf("AC_Voki_Embed") !== -1) {
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1757283/+subscriptions
Follow ups
-
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
From: Cecilia Vela Gurovic, 2018-10-25
-
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
From: Cecilia Vela Gurovic, 2018-04-05
-
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
From: Robert Lyon, 2018-04-05
-
[Bug 1757283] A change has been merged
From: Mahara Bot, 2018-03-22
-
[Bug 1757283] A patch has been submitted for review
From: Mahara Bot, 2018-03-22
-
[Bug 1757283] A change has been merged
From: Mahara Bot, 2018-03-22
-
[Bug 1757283] A patch has been submitted for review
From: Mahara Bot, 2018-03-22
-
[Bug 1757283] A change has been merged
From: Mahara Bot, 2018-03-22
-
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
From: Robert Lyon, 2018-03-22
-
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
From: Kristina Hoeppner, 2018-03-21
-
[Bug 1757283] A patch has been submitted for review
From: Mahara Bot, 2018-03-20