dryhurst/jquery-tubular

Tubular does not respect Modernizr

Opened this issue · 1 comments

What steps will reproduce the problem?
1. Boot up Modernizr v3, include a test for $(':root').hasClass('videoautoplay')
2. Place Tubular inside of the test
3. Tubular does not create the video elements

What is the expected output?
Beautiful background video

What do you see instead?
Beautiful background without video (expected behavior if test fails)


Original issue reported on code.google.com by a...@armstrongs.org on 26 Feb 2015 at 10:45

Be advised that in Modernizr v.2.x, the same behavior occurs with "touch" 
detection. If Tubular fires any later than at doc ready, it fails.

Original comment by a...@armstrongs.org on 26 Feb 2015 at 10:49