Picture of Rob Mausser
ie8 Legacy Adapt 2.0 Console error
by Rob Mausser - Monday, 5 February 2018, 4:37 PM
 

Hey guys,

 

Using the legacy 2.0 version of Adapt (https://github.com/adaptlearning/adapt_framework/tree/legacy)

with the demo adapt course, and I mean exactly right after building

$ adapt create course my-adapt-course legacy
$ grunt build

 

I get this console error in ie8:

 

"SCRIPT445: Object doesn't support this action"  (adapt.min.js (1,9078)

 

and the course refuses to load. 

 

Picture of Matt Leathes
Re: ie8 Legacy Adapt 2.0 Console error
by Matt Leathes - Monday, 5 February 2018, 6:05 PM
 

Hi Rob

I've just done exactly that and it's all working fine for me.

Check the version number in package.json quickly as it's entirely possible that you might have got hold of what was labelled v2.2.4 but actually was v3.0.0 that got released accidentally.

Picture of Rob Mausser
Re: ie8 Legacy Adapt 2.0 Console error
by Rob Mausser - Monday, 5 February 2018, 8:10 PM
 

It actually says 

 

"version": "2.2.5"

not 2.2.4

Picture of Matt Leathes
Re: ie8 Legacy Adapt 2.0 Console error
by Matt Leathes - Tuesday, 6 February 2018, 1:15 PM
 

It would have said 3.0.0 if you'd downloaded what was tagged 2.2.4 - on account of how the wrong branch was tagged-and-released.

I've just tried 2.2.5 again... all works for me.

adapt v2.2.5 running on IE8

If you do grunt dev rather than grunt build you may be able to see more detail about the error you are getting.