OnDonePlaying Actions doesn´t work in IE 11 in V11.3
November 11, 2013 12:00 AM
That´s about it. Thank god the customers doesn´t have IE11.:rolleyes:
Discussion (6)
I'm having the same problem as well with Internet Explorer 11. Besides OnDonePlaying Actions not working not other actions embedded in Flash Audio are working. Only way to resolve is to manually switch IE11 users to Compatibility Mode, but we have 5000 employees so we have delayed launching a course because of that. Will try updating to Lectora Version 11.3.1 to see if that works.
Hi,
I Updated to version 11.3.1. It resolved the issue. The auto download does not update so you need to download the update manually to fix it.
Eric
I updated Lectora to 11.3.1. I still have that issue in IE11.
Any other work around? Thanks.
Have you tried to publish it to server? The trigger doesn´t work locally or in browser preview.
@martiansam 58670 wrote:
I updated Lectora to 11.3.1. I still have that issue in IE11.
Any other work around? Thanks.
My workaround was to augment the Trivantis support files.
In trivantis.js, add the line:
this.ie11 = (navigator.userAgent.indexOf('Trident/') != -1)
after the lines:
this.ie = (name=="ie" && this.v>=4)
this.ie6 = (this.ie && navigator.appVersion.indexOf('MSIE 6')>0)
In trivantis-inline.js, replace the following line:
if( is.ie )
With:
if( is.ie || is.ie11)
Discussions have been disabled for this post