Revert making volumeMenuButton vertical by default #1592
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There's currently no way to disable the vertical volume bar when using
volumeMenuButton
, but it seems like the default should more closely match the existing functionality regardless. IfvolumeMenuButton
is used instead ofvolumeControl
with no other settings, the expected behavior should be the same slider behavior as before, just in a menu. If someone wants to make it vertical, that should be explicitly set in the options.I originally set out with this PR to also fix the CSS if someone did set the vertical option, but I've since thought better of it for multiple reasons (being a pain in the butt not being the least of those). Until #1553 is resolved, I don't think it's reasonable for us (or someone working on a skin) to need to account for both layouts. If someone explicitly sets vertical to true, they would also need to customize their own skin to account for the vertical slider. Someone should not need to customize the CSS for something that's a default. Also, it's a pain in the butt to fix now, so I'm deferring that fix until we come up with a good fix for #1553.