hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

IE11: Video component: Youtube's embedded flash player stays on top all the things #188

Closed artjomsimon closed 9 years ago

artjomsimon commented 9 years ago

Good evening, Ladies and Gentlemen,

heavily relying on some embedded youtube videos, we discovered that those of our readers who are unfortunate enough to be stuck with the Internet Explorer, will see the flash player being overlaid on top of all the things. Even IE's own scroll bar:

z-index-ignored

This quirk seems to only occur when the flash player is loaded, not when the HTML5 player is loaded.

I found this discussion to be helpful, and shall make a Pull Request shortly available, while leaving you with this test case to enjoy:

[aesop_video width="100%" align="center" src="youtube" id="BROWqjuTM0g" loop="on" autoplay="on" controls="on" viewstart="on" viewend="on"]

artjomsimon commented 9 years ago

Thanks for merging!