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]: fluent-slider does not flip in RTL #28914

Open
2 tasks done
miroslavstastny opened this issue Aug 20, 2023 · 4 comments
Open
2 tasks done

[Bug]: fluent-slider does not flip in RTL #28914

miroslavstastny opened this issue Aug 20, 2023 · 4 comments
Assignees
Labels
Fluent UI WC (v3) Fluent UI Web Component V3 Resolution: Soft Close Soft closing inactive issues over a certain period web-components

Comments

@miroslavstastny
Copy link
Member

Library

Web Components (@fluentui/web-components)

System Info

Are you reporting Accessibility issue?

None

Reproduction

https://codesandbox.io/s/fuiwc-slider-rtl-z5ky59?file=/index.html

Bug Description

Render fluent-slider in RTL applied either to the slider element itself or to its parent:

<fluent-slider dir="rtl"></fluent-slider>

<!-- or -->

<div dir="rtl">
  <fluent-slider></fluent-slider>
</div>

Actual Behavior

✅ the value increases from right to left (the screenshot shows value 8/10)
🚨 keyboard navigation is not flipped - right arrow increases value
🚨 track is filled from left

image

Expected Behavior

  • right arrow decreases value
  • track is filled from right

Logs

No response

Requested priority

Normal

Products/sites affected

No response

Are you willing to submit a PR to fix?

no

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.

Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes.

Still require assistance? Please, create a new issue with up-to date details.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Resolution: Soft Close Soft closing inactive issues over a certain period label Jan 19, 2024

This issue has not had activity for over 180 days! We're adding Soft close label and will close it soon for house-keeping purposes.
Still require assistance? Please add comment - "keep open".

@puneet4236
Copy link

This issue still exists and need assistance on this.

@puneet4236
Copy link

Filed another issue with updated details. #33592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fluent UI WC (v3) Fluent UI Web Component V3 Resolution: Soft Close Soft closing inactive issues over a certain period web-components
Projects
None yet
Development

No branches or pull requests

5 participants