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]: Listbox , Select , ComboBox items indicator not shown correctly in Righ-To-Left direction: #33210

Open
2 tasks done
NabaviFard-Mahdi opened this issue Nov 5, 2024 · 1 comment
Assignees

Comments

@NabaviFard-Mahdi
Copy link

Component

Other...

Package version

2

@microsoft/fast-element version

2

Environment

System:
OS: Windows 10 10.0.19045
CPU: (8) x64 Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Memory: 4.86 GB / 15.87 GB
Browsers:
Edge: Chromium (127.0.2651.74)
Internet Explorer: 11.0.19041.4355

Current Behavior

the listbox indicator dos not show correct in RTL mode
displayed on the left side instead of the right side
this bug is also exists in combobox , select
or components that used fluent-option
Image
Image
Image

Expected Behavior

the indicator displayed on the right side in RTL mode

Reproduction

https://stackblitz.com/edit/stackblitz-starters-7rcpbd?file=index.html

Steps to reproduce

1- Open Link https://learn.microsoft.com/en-us/fluent-ui/web-components/components/listbox?pivots=typescript
2- goto Example Section
3- in css tab
4- add direction:rtl; in body

body {
  padding: 1em;
  direction:rtl;
}

fluent-accordion-item div.panel {
  padding: 12px 10px 12px;
  margin: 12px 0 12px;
}

Image

Are you reporting an Accessibility issue?

None

Suggested severity

High - No workaround

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.
@ling1726
Copy link
Member

ling1726 commented Nov 7, 2024

FYI @chrisdholt, can you assign this to the SME in web components?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants