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-13889): Download_close being reported too many times to application events #192

Merged
merged 1 commit into from May 9, 2024

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented May 8, 2024

Resolves: FEC-13889

issue:

issue: the _deactiveItem() (which in turn calls this.dispatchEvent(TranscriptEvents.TRANSCRIPT_CLOSE)) is called twice , one: on close icon click, second: as a callback from onDeactivate() parm of sidePanels() API

solution: remove the callback, which is redundant since the _deactiveItem() is called manualy every time...

Related PRs:

kaltura/playkit-js-navigation#360
kaltura/playkit-js-qna#342
kaltura/playkit-js-ui-managers#52

@JonathanTGold JonathanTGold merged commit 8742c1f into master May 9, 2024
6 checks passed
JonathanTGold added a commit to kaltura/playkit-js-ui-managers that referenced this pull request May 9, 2024
… & onDecativate callback params from SidePaneItem Interface (#52)

### Description of the Changes

Please add a detailed description of the change, whether it's an
enhancement or a bugfix.
### Resolves:
[FEC-13889](https://kaltura.atlassian.net/browse/FEC-13889)

#### Related PRs:
kaltura/playkit-js-transcript#192
kaltura/playkit-js-qna#342
kaltura/playkit-js-navigation#360

[FEC-13889]:
https://kaltura.atlassian.net/browse/FEC-13889?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
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

2 participants