Skip to content

fix(UI): Create watermark element only when necessary #8551

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

avelad
Copy link
Member

@avelad avelad commented May 6, 2025

No description provided.

@avelad avelad changed the title fix: Create watermark element only when necessary fix(UI): Create watermark element only when necessary May 6, 2025
@avelad avelad added type: bug Something isn't working correctly component: UI The issue involves the Shaka Player UI priority: P2 Smaller impact or easy workaround labels May 6, 2025
@avelad avelad added this to the v4.15 milestone May 6, 2025
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 20.00%

@@ -1055,7 +1055,7 @@ shakaDemo.Main = class {
}

if (params.has('watermarkText')) {
this.watermarkText_ = params.get('watermarkText');
Copy link
Contributor

Choose a reason for hiding this comment

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

Huh. I haven't reviewed this watermark feature before, and I kind of wonder how this was working in the past, without a call to configureUI_(). Maybe I'm missing something though.

@avelad avelad merged commit 95e6d01 into shaka-project:main May 6, 2025
44 of 54 checks passed
@avelad avelad deleted the watermark-ui branch May 6, 2025 18:21
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Jul 5, 2025
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Jul 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: UI The issue involves the Shaka Player UI priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants