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-12916): share Plugin Keyboard Functionality #727

Merged
merged 7 commits into from
Feb 14, 2023
Merged

Conversation

lianbenjamin
Copy link
Collaborator

Description of the Changes

add functions to time-format.js to support kaltura/playkit-js-share#19

Solves FEC-12916

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

src/utils/time-format.js Outdated Show resolved Hide resolved
src/utils/time-format.js Show resolved Hide resolved
src/utils/time-format.js Show resolved Hide resolved
src/utils/time-format.js Outdated Show resolved Hide resolved
src/utils/time-format.js Outdated Show resolved Hide resolved
lianbenjamin added a commit to kaltura/playkit-js-share that referenced this pull request Feb 14, 2023
### Description of the Changes

related PR- kaltura/playkit-js-ui#727

- disable/enable start from input according to the checkbox
- removing onChange handler of start from input; handle the input only
when user focus out of the input element.
- in case the value in the input start time element is longer than video
duration- set the startTime to video length.
- allow toggling the start video at checkbox with space keyboard (in
addition to Enter)
- cover user input cases for start at input element. for example if user
sets the start at to "1", format it to "00:01"; if user sets the start
at to "67", format it to "01:07" etc.
- fix readme file

Solves [FEC-12916](https://kaltura.atlassian.net/browse/FEC-12916)

### 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


[FEC-12916]:
https://kaltura.atlassian.net/browse/FEC-12916?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@lianbenjamin lianbenjamin merged commit d1ff90b into master Feb 14, 2023
@lianbenjamin lianbenjamin deleted the FEC-12916 branch February 14, 2023 13:27
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.

None yet

3 participants