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

feat(FEC-10766): create text config section and option for styling #387

Merged
merged 12 commits into from
Dec 29, 2020

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Dec 8, 2020

Description of the Changes

Issue: text track doesn't have a config for styling, there is only an API for styling.
Solution: create a text container for the text track and add the options for styling the text track.

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

Issue: text track doesn't have a config for styling, there is only an API for styling.
Solution: create a text container for the text track and add the options for styling the text track.
@Yuvalke Yuvalke requested a review from a team December 8, 2020 14:26
@Yuvalke Yuvalke self-assigned this Dec 8, 2020
playback: {
enableCEA708Captions: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe leave this test to check backward compatibility and add a comment to mention that?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, but its one config for all tests... Nevermind

OrenMe
OrenMe previously approved these changes Dec 27, 2020
@@ -434,6 +434,10 @@ class KalturaPlayer extends FakeEventTarget {
return this._localPlayer.textStyle;
}

get textDisplaySetting(): Object {
Copy link
Contributor

Choose a reason for hiding this comment

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

move next to its setter

OrenMe
OrenMe previously approved these changes Dec 29, 2020
@Yuvalke Yuvalke merged commit dac194d into master Dec 29, 2020
@Yuvalke Yuvalke deleted the FEC-10766 branch December 29, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants