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

[Editor] Indent/Outdent do not work with RTL #4418

Open
mbechev opened this issue Oct 1, 2024 · 0 comments
Open

[Editor] Indent/Outdent do not work with RTL #4418

mbechev opened this issue Oct 1, 2024 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Oct 1, 2024

Description

The Indent and Outdent tools work perfectly when using left-to-right (LTR) support:

Screen.Recording.2024-10-01.at.9.07.31.mov

But do not work when using right-to-left (RTL) support:

Screen.Recording.2024-10-01.at.9.13.32.mov

Steps To Reproduce

Try to indent the text in RTL mode:
https://stackblitz.com/edit/angular-zfbdtu

Screenshots or video

No response

Actual Behavior

Text not indented when using the tool in RTL mode.is

Expected Behavior

The text should be indented the same as using LTR mode.
Reported in private support thread:

The rendered text should appear indented. This could be accomplished by simply applying a margin-inline-start property instead of a margin-left property to the target element.

Browser

All

Browser version

latest

OS type

No response

OS version

No response

Last working version of the Kendo UI for Angular package (if regression).

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant