error after upgrade course presentation content
Submitted by shadow762 on Wed, 09/06/2017 - 11:57
Forums:
Hello!
I have uploaded content - course presentation 1.9.0 in wp. I upgraded it to version 1.17.2 and when i select summary slide i get js error like on screenshots.
TypeError: this.$currentKeyword.position(...) is undefined
H5P.CoursePresentation.prototype.scrollToKeywords = function () { var $parent = this.$currentKeyword.parent(); var move = $parent.scrollTop() + this.$currentKeyword.position().top - 8; if (H5P.CoursePresentation.isiPad) { // scrollTop animations does not work well on ipad. // TODO: Check on iPhone. $parent.scrollTop(move); } else { $parent.stop().animate({scrollTop: move}, 250); } };
icc
Thu, 09/07/2017 - 09:25
Permalink
Hi,Do you remember which
Hi,
Do you remember which version of Course Presentation you used before upgrading?
Would you mind uploading the H5P file so that we can check it?
shadow762
Thu, 09/07/2017 - 09:34
Permalink
Hi
yes, i used version 1.9.
shadow762
Thu, 09/07/2017 - 09:40
Permalink
file h5p after upgrade
file CoursePresentation h5p after upgrade from 1.9 to 1.17
icc
Thu, 09/07/2017 - 09:57
Permalink
Thanks for sharing. There is
Thanks for sharing. There is indeed a bug here. We'll have a fixed 1.17.3 out as soon as possible! I'll let you know when it's ready.
shadow762
Thu, 09/07/2017 - 10:02
Permalink
Thanks
Thanks
icc
Thu, 09/07/2017 - 13:39
Permalink
You should be able to update
You should be able to update CP now and it should fix the issue.
Thank you for letting us know!