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

Bug: Unable to style rendition and playback-rate menus #1065

Open
1 task done
theazgra opened this issue Jan 22, 2025 · 0 comments · May be fixed by #1066
Open
1 task done

Bug: Unable to style rendition and playback-rate menus #1065

theazgra opened this issue Jan 22, 2025 · 0 comments · May be fixed by #1066
Assignees

Comments

@theazgra
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Which Mux Elements/Packages does this apply to? Select all that apply

mux-player

Which browsers are you using?

Edge ("Edgeium")

Which operating systems are you using?

Windows

Description

Prior to version 3.2.x, (we were using 2.4.1) the rendition menu and playback-rate menu could have been styled using part selector like this:

&::part(bottom rendition listbox) {
  // some styles
}
&::part(bottom playback-rate listbox) {
  // some styles
}

Now, in current version listbox part got changed to menu, but menu part is not found in exportparts

Image

Reduced test case

No response

Steps to reproduce

1.Install newest version like 3.2.5-canary.3
2. Try to style rendition menu

Current Behavior

menu part is not exported

Expected Behavior

menu part will be exported for styling

Errors

No response

What version of the package are you using?

3.2.5-canary.3

@theazgra theazgra added bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Jan 22, 2025
@luwes luwes removed bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Jan 29, 2025
@luwes luwes linked a pull request Jan 29, 2025 that will close this issue
luwes added a commit to luwes/elements that referenced this issue Jan 29, 2025
@luwes luwes self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants