@markcofield
August 5, 2013 12:00 AM
Hi,
I have published courses from version X.4 that no longer work in IE 10.
Text boxes with transitions (Wipe Right or Down for example) are no longer working.
I have tried editing the travantis.js file as below as was recommended in another post, but then the course page would no longer load properly.
Any thoughts or suggestions, besides upgrading to version 11?
Thanks,
Mark
(change this.ns = (name=="ns" && this.v>=4)
...
this.ie = (name=="ie" && this.v>=4)
to this
"this.ns = (name=="ns" && this.v>=4 || navigator.appVersion.indexOf('MSIE 10')>-1))
this.ie = (name=="ie" && this.v>=4 && navigator.appVersion.indexOf('MSIE 10')==-1)
)
Discussions have been disabled for this post
Scanner - hand held
Next Page and Entry Field not working in new version of Lectora
Signup or login to get started!