mediafront / osmplayer

The Open Standard Media Player is an all-in-one media player for the web. It is an industry changing, open source (MIT) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.
http://www.mediafront.org
MIT License
342 stars 181 forks source link

Default playlist player template IE8 scrollbar doesnt display #30

Open accessamg opened 11 years ago

accessamg commented 11 years ago

When I use the playlist player, the scrolling fuction / scrollbar does not display ie8. To be sure it wasnt something with my implementation I used your demo site as well and it generated the same problem when tested in Browserstack.

I spent some time trying to mess around with the CSS code in the default css file(templates/defaults/css/osmplayer_default.css) but could not get anything to stick. Its not surprising though, given IE8's less than stellar support of CSS3 & jquery direct dom manipulation methods.

But I did notice that the player template/skin used here: http://html5video.org/wiki/OSM_HTML5_Video_Player does indeed work in IE8. Which probably can be attributed to the fact that the playlist and scrollbar are visible and doesn't use the automatic hover show hide found in the current default.

Since I am not really all that familiar with OSM. I cant seem to figure out if that is an old template, custom template, skin or combination of the above or how one goes about implementing the template / skin.

I also couldnt find a help forum regarding the player so I apologize if this isn't the appropriate place to post.

regards-