jquery - Bug in html5 video when overflow is hidden? -


i have div scrollsdown when called anchor tag , covers 50% of div underneath (using higher z-index). when div loads via ajax call, there video oversized (min-width: 150%, height: auto).

the overflow setting ajax div scrolls down set :hidden, html5 video playing, subsequently takes portion of entire window should hidden. video hidden should , viewable area visible. driving me crazy mouse hit area video isn't showing up, still registering within video's zone (er, hidden visible area).

currently i'm beating forcing underlying div have higher z-index div scrollsdown, doesn't seem should have if overflow of div video :hidden.

if interested, please let me know if showing code necessary. not posting might grasp of css, html5 video , :overflow value.

this happening in broswers being tested:

system osx (latest update, macbook pro retina) chrome, safari, firefox, ie3(kidding).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -