-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior #40652
Merged
mnajdova
merged 2 commits into
mui:master
from
mnajdova:slider/keyboard-nav-improvements
Jan 18, 2024
Merged
[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior #40652
mnajdova
merged 2 commits into
mui:master
from
mnajdova:slider/keyboard-nav-improvements
Jan 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mnajdova
added
docs
Improvements or additions to the documentation
component: slider
This is the name of the generic UI component, not the React module!
package: base-ui
Specific to @mui/base
labels
Jan 17, 2024
Netlify deploy previewhttps://deploy-preview-40652--material-ui.netlify.app/ Bundle size report |
mnajdova
changed the title
[Slider][base][docs] Fix plain CSS wrong keyboard behavior
[Slider][base][docs] Fix Plain CSS demo's wrong keyboard behavior
Jan 17, 2024
danilo-leal
changed the title
[Slider][base][docs] Fix Plain CSS demo's wrong keyboard behavior
[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior
Jan 17, 2024
Just a heads-up that there's a tangential PR of mine to this one that's also surfacing some problems regarding the focus-visible state styles (depending on whether it's using the native class or our own) → #40332 |
michaldudak
reviewed
Jan 17, 2024
docs/data/base/components/slider/UnstyledSliderIntroduction/css/index.tsx
Show resolved
Hide resolved
Indeed, it seems that just the plain CSS demo was affected. |
michaldudak
approved these changes
Jan 17, 2024
1 task
colmtuite
approved these changes
Jan 17, 2024
github-actions
bot
added
the
PR: out-of-date
The pull request has merge conflicts and can't be merged
label
Jan 17, 2024
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
github-actions
bot
removed
the
PR: out-of-date
The pull request has merge conflicts and can't be merged
label
Jan 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: slider
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
package: base-ui
Specific to @mui/base
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.
Fixed the wrong keyboard behavior, and updated the demo to match the style definition in the MUI System demo. Fixes #39792 (cc @michaldudak can you verify that the issue was happening only on the plain CSS demo?).
Steps to reproduce:
Preview link with the fix: https://deploy-preview-40652--material-ui.netlify.app/base-ui/react-slider/#introduction