-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Overriding selection gravity breaks keyboard navigation in RTL content #4528
Comments
P.S.: I used bold to showcase the issue because we don't use In fact, the real problem is with links, which do use |
I can only confirm such behavior. I didn't dig into the |
The thing is, whether LTR or RTL, once TBH, I'm not sure what |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
dir="rtl"
on editable,text-align: right
). Best try t/1151: Implemented the right–to–left (RTL) languages support for the UI and the content #1881.<h2><strong>لغة</strong></h2><p>اللغة نسق من الإشارات والرموز، يشكل أداة من أدوات المعرفة، وتعتبر اللغة أهم وسائل التفاهم والاحتكاك بين أفراد المجتمع في جميع ميادين الحياة. وبدون اللغة يتعذر نشاط الناس المعرفي. وترتبط اللغة بالتفكير ارتباطًا وثيقًا؛ فأفكار الإنسان تصاغ دومًا في قالب لغوي، حتى في حال تفكيره الباطني. ومن خلال اللغة فقط تحصل الفكرة على وجودها الواقعي. كما ترمز اللغة إلى الأشياء المنعكسة فيها.</p>
Expected
The caret moves to the next paragraph (as if no
overrideSelectionGravity()
was called).Actual
The caret is stuck.
More info
overrideSelectionGravity()
does not break anything.cc @scofalik @jodator
The text was updated successfully, but these errors were encountered: