Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE8 issues from 5.0 changes #2206

Merged
merged 1 commit into from
May 28, 2015
Merged

Fix IE8 issues from 5.0 changes #2206

merged 1 commit into from
May 28, 2015

Commits on May 28, 2015

  1. Fixed a number of IE8 and Flash issues from 5.0 changes

    IE8 compatiblity fixes - Babel loose mode and ES5-shim
    
    Reverted to old isPlainObject to fix IE8
    
    Lodash.isplainobject was throwing a "Member not found error" on elements,
    specifically the 'custom' track element being passed in options.
    
    (turned out to be that we were using lodash modern, not compat)
    
    Fixed full-window mode in IE8 by fixing fullscreen API check
    
    Fixed the swf events by creating the object in component.createEl
    fixes videojs#2184
    
    Added es5 shim and sham to the sandbox example
    related to videojs#1687
    heff committed May 28, 2015
    Configuration menu
    Copy the full SHA
    a88e311 View commit details
    Browse the repository at this point in the history