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 fullscreen polyfill for MSIE 11 #777

Merged

Conversation

Ross-cz
Copy link
Contributor

@Ross-cz Ross-cz commented May 3, 2017

No description provided.

@Ross-cz Ross-cz force-pushed the feature/fix-fullscreen-polyfill branch from 9f173d4 to d718f2c Compare May 3, 2017 16:30
var newEvent;
if (typeof(Event) === 'function') {
newEvent = new Event(eventType, /** @type {EventInit} */(event));
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment here that IE 11 does not have an Event constructor.

@joeyparrish joeyparrish self-assigned this May 4, 2017
@joeyparrish joeyparrish added the type: bug Something isn't working correctly label May 4, 2017
@joeyparrish joeyparrish added this to the v2.2.0 milestone May 4, 2017
@Ross-cz Ross-cz force-pushed the feature/fix-fullscreen-polyfill branch from d718f2c to c627b0a Compare May 5, 2017 21:40
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@Ross-cz Ross-cz force-pushed the feature/fix-fullscreen-polyfill branch from c627b0a to 50d92b8 Compare May 5, 2017 21:58
@googlebot
Copy link

CLAs look good, thanks!

@joeyparrish
Copy link
Member

I'm going to run this through the build bot now, but we will also need to do a manual test in our lab to confirm. Thanks!

@shaka-bot
Copy link
Collaborator

Testing in progress...

@shaka-bot
Copy link
Collaborator

All tests passed!

@joeyparrish
Copy link
Member

I have confirmed that fullscreen on IE 11 throws when it tries to proxy the event. The build bot ran the linter, compiler, and all the automated tests. Looks good to me!

@joeyparrish joeyparrish merged commit 3831664 into shaka-project:master May 5, 2017
@joeyparrish
Copy link
Member

I just confirmed the fix, which led me to #787. Thanks for the PR!

joeyparrish pushed a commit that referenced this pull request May 8, 2017
joeyparrish pushed a commit that referenced this pull request May 10, 2017
@joeyparrish
Copy link
Member

Cherry-picked to v2.1.1 and v2.0.9.

@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants