Visual cursor movement broken with RTL text with LTR text in it #4878
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm going off of the latest release. I've reproduced this issue with the demo on the website. Steps to reproduce:
I am also explicitly setting "rtlMoveVisually: true" in my initialization config. It didn't help.
I think the ideal solution would be to add a config option to let the browser handle cursor movements. I am aware it's not consistent but at least it wouldn't be inconsistent compared to other websites.
I noticed there is a ~3 years old 'direction' branch of code. Do you think it'll work better? I can try to rebase, if so.
Thanks for your report! I can confirm that the position after moving left until the cursor jumps a line is wrong in your example. I'll have a look. The
directionbranch is mostly obsolete and un-rebaseable.That'd be great,
@adrianheine.Thank you.mentioned in issue #4921
This seems to only occur (or at least be much easier to reproduce) when the editor's direction is set to RTL.
@adrianheineDo you still have plans to look at it?I think this issue is back.
mentioned in issue #764