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

Auto setting for text direction for lists in the editor content #1084

Open
naelsaid opened this issue Aug 26, 2023 · 0 comments
Open

Auto setting for text direction for lists in the editor content #1084

naelsaid opened this issue Aug 26, 2023 · 0 comments

Comments

@naelsaid
Copy link

naelsaid commented Aug 26, 2023

Hello,
I am facing an issue when writing both RTL and LTR text in the Trix editor, where Trix automatically sets a direction by setting the dir attribute to tags inside the content of the editor. I think it would be great if there would be a config to disable or enable this feature upon the need of the developer. Or at least check if there is dir attribute set for the editor to anything but auto then this feature should be disabled automatically.
I even tried to force styling to ordered and unordered lists using the direction CSS but faced a problem that when changing language while writing content, Trix separates the listing items into a new list with padding or margin.

Steps to Reproduce
  1. Open https://trix-editor.org/ in Mozilla Firefox (or chrome if using Trix version: 2.0.5).
  2. Clear content in the editor.
  3. Write test in an LTR language.
  4. Start an new unordered list.
  5. Write an item in LTR language.
  6. press enter.
  7. write a new item in RTL language.
  8. press enter.
  9. write a new item in LTR language.
Details
  • Trix version: 2.0.4
  • Browser name and version: Mozilla Firefox 116.0.3 (64-bit)
  • Operating system: Ubuntu 22.04.2 LTS

Thanks

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

No branches or pull requests

1 participant