Closed (fixed)
Project:
MediaElement
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 20:04 UTC
Updated:
8 Sep 2012 at 13:11 UTC
Thanks for a module that simplifies the job of playing media. I installed mediaelement and created some some content. So far it works well with firefox, chrome and ie9, but not ie8. Does anybody has any hints where I can start to fix it? There doesn't seem to be a lot of places to change the configuration of the module.
Comments
Comment #1
Weehaa commentedSame problem with ie8 in winXP
Comment #2
kitling55 commentedI have to use ie8's compatibility view to make it work.
Comment #3
jmoughon commentedI am not able to get any of my videos to load in IE8. The first has no controls. The others do not show anything, empty space. It does not look like the js is completing the job...
Comment #4
jmoughon commentedComment #5
nkruby commentedsame issue, can't show the video even using compatibility view.
Comment #6
jdanthinne commentedIn IE8, the following javascript error appears:
Object doesn't support this property or method in mediaelement-and-player.min.js on line 44 - col 103Comment #7
jdanthinne commentedFound the bug…
in mediaelement-and-player.min.js, I've replaced
if(d.indexOf(a)>-1)b=cby
if(mejs.$.inArray(a,d)>-1)b=cI'll open a ticket for that bug on mediaelement's github page
Comment #8
jmoughon commentedThis helped out a bunch!
Comment #9
jdanthinne commentedThe bug has been fixed in the latest mediaelement release (2.9.3) : https://github.com/johndyer/mediaelement/commit/96a9f4ab0ad390a957672f92...