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(FEC-8826): element sent from UI for fullscreen #382

Merged
merged 5 commits into from
Apr 4, 2019
Merged

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Apr 4, 2019

Description of the Changes

default element decided on kaltura player (kaltura/kaltura-player-js#235) instead on UI

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@Yuvalke Yuvalke self-assigned this Apr 4, 2019
OrenMe
OrenMe previously approved these changes Apr 4, 2019
@@ -54,7 +54,7 @@ class FullscreenControl extends BaseComponent {
*/
toggleFullscreen(): void {
this.logger.debug(`Toggle fullscreen`);
this.props.fullscreen ? this.player.exitFullscreen() : this.player.enterFullscreen(this._targetDiv);
this.props.fullscreen ? this.player.exitFullscreen() : this.player.enterFullscreen();
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this._targetDiv reference and props

yairans
yairans previously approved these changes Apr 4, 2019
@Yuvalke Yuvalke merged commit b686d28 into master Apr 4, 2019
@Yuvalke Yuvalke deleted the FEC-8826-2 branch April 4, 2019 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants