mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #47421
[Bug 1757283] Re: The views.js file uses the javascript 'includes' function but this is not available to IE11
How to replicate:
On IE 11
1. Set up a page.
2. Add a "Files to download" block and select a file.
3. Save
Expected result: The block configuration closes on its own and the block is saved.
Actual result: The block configuration stays open and the spinner is visible.
--
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
References