Buttons Causing Window to Close in IE8
hello,
i've got bizzare bug seems shouldn't possible. i'm using captivate 6 , publishing scorm 2004 .swf.
i have created captivate presentation has several software simulations embedded in animations.
the slides containing these simulations paused via blank widget hidden behind animation.
each simulation starts start button advances next slide , ends continue button javascript function advances parent presentation next slide. javascript is:
function nextslide(){
var objcp = document.captivate;
objcp.cpeisetvalue('rdcmndnextslide', 1);
}
nextslide();
each of 6 software simulations has same start , continue button copied , pasted first one.
this works in chrome, except javascript works when project published on lms.
however, in ie8, i've run strange issue. of buttons work expected, few of them cause ie8 window containing presentation close without warning or errors. non-working buttons remain consistent , continue have issues after many republishings , after recreating both buttons , slides containing simulations.
when run locally, throws following errors when click 1 of bad buttons:
49:wed jul 3 10:44:06 edt 2013 - in unload
50:wed jul 3 10:44:06 edt 2013 - in clearerrorinfo
51:wed jul 3 10:44:06 edt 2013 - in execfinish, exitype=suspend
52:wed jul 3 10:44:06 edt 2013 - in clearerrorinfo
anyone have ideas on this?
thanks,
brian
looks hit javascript bug found here:
and more info here:
http://www.cpguru.com/fix-for-the-adobe-captivate-6-javascript-bug/
this issue fixed in cp 7.0. version running?
More discussions in Advanced Adobe Captivate Users
adobe
Comments
Post a Comment