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: updating time tooltips when player not in DOM #3991

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Jan 27, 2017

If the time tooltips try to update when the player isn't in the DOM,
they error out because the bounding rects for the player will not be available.
This does a null check and exists early.

If the time tooltips try to update when the player isn't in the DOM,
they error out because the bounding rects for the player will not be available.
This does a null check and exists early.
@gkatsev
Copy link
Member Author

gkatsev commented Jan 28, 2017

Looks like I should investigate IE8 more, since 3 restarts didn't work.

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

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

👍

@gkatsev
Copy link
Member Author

gkatsev commented Jan 30, 2017

waiting the weekend and restarting tests unstuck it and it finally passed, hurray.

@gkatsev gkatsev merged commit 22aade1 into master Jan 30, 2017
@gkatsev gkatsev deleted the null-check-tooltips branch January 30, 2017 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants