Skip to content

Improve cursor movement with RTL text in doc

Waqar Ahmed requested to merge work/fix-rtl-cursor-movement into master

Currently, empty lines are always treated as LTR which is not a good default to fall back on always. Instead if the line is empty, we can try to scan nearby lines and choose a direction. This way it is possible for RTL users to also navigate the text with keyboard.

BUG: 451789

Merge request reports