-
Notifications
You must be signed in to change notification settings - Fork 103
ObjectPage: Header button not working with RTL #366
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
Comments
Hi @lpohren - just released in version |
Hi @MarcusNotheis , |
Hi @lpohren I found the root cause for this Issue. Our Custom Components expect to have a |
Describe the bug
On the Object header, whenever we have a button in the header, RTL is not applied on it.
To Reproduce
Steps to reproduce the behavior:
dir="rtl"
on the root elementExpected behavior
A clear and concise description of what you expected to happen.
Screenshots

UI5 Web Components for React Information
Operating System:
@ui5/webcomponents-react
version: 0.9.0-rc.1Additional comments
For the element in the image above, a possible solution is changing:
float: right; right: 1.25rem
for
float: left; left: 1.25rem
The text was updated successfully, but these errors were encountered: