We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mux-player
Edge ("Edgeium")
Windows
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
listbox
menu
exportparts
No response
1.Install newest version like 3.2.5-canary.3 2. Try to style rendition menu
menu part is not exported
menu part will be exported for styling
3.2.5-canary.3
The text was updated successfully, but these errors were encountered:
fix: add missing menu part
efc64cd
fix muxinc#1065
luwes
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
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:
Now, in current version
listbox
part got changed tomenu
, butmenu
part is not found inexportparts
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 exportedExpected Behavior
menu
part will be exported for stylingErrors
No response
What version of the package are you using?
3.2.5-canary.3
The text was updated successfully, but these errors were encountered: