-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Windows] Fix RightToLeft is not working for Shell #28161
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
Conversation
|
Hey there @SubhikshaSf4851! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| { | ||
| App.WaitForElement("label"); | ||
| App.TapShellFlyoutIcon(); | ||
| VerifyScreenshot(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have committed the images.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |


Root Cause:
Flow direction implementation was not implemented in Shell, causing it to default to LeftToRight mode.
Description of Change:
I have implemented the necessary mapper for flow direction, updated it, and resolved the issue.
Tested the behaviour in the following platforms
Issue Fixed:
Fixes #27947
Output: