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-14076): Player v7 | Download | Download notification popup is being display behind download overlay. #916

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SivanA-Kaltura
Copy link
Collaborator

Description of the Changes

Move interactive area filter to a separate element
If interactive area itself has a filter, it affects every component within the interactive area, including popups, which should not be affected by it

Related PR: kaltura/playkit-js-ui-managers#61

Resolves FEC-14076

Issue:

Fix:

Resolves FEC-[Please add the ticket reference here]

filter: blur($blur);
.player.overlay-active .interactive-area {
.filter {
filter: blur($blur);
Copy link
Contributor

@JonathanTGold JonathanTGold Aug 1, 2024

Choose a reason for hiding this comment

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

this is the core component it should be agnostic and Un-Opinionated, style changes / customisation should be made locally for every plugin

@@ -26,6 +26,7 @@ class InteractiveArea extends Component<any, any> {
const {children} = this.props;
return (
<div className={style.interactiveArea}>
<div className={style.filter}></div>
Copy link
Contributor

Choose a reason for hiding this comment

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

core should not apply style

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