bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Tubular does not respect Modernizr #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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