Page MenuHomePhabricator

VisualEditor: Ctrl+cursor (Opt+cursor on Mac) moves the caret too far in Hebrew
Closed, ResolvedPublic

Description

Ctrl-Arrow is supposed to move the caret one word in the direction of the arrow.

In RTL wikis it moves too far. It looks like to goes to the next reference or the next sentence rather than the next word.


Version: unspecified
Severity: major

Details

Reference
bz64872

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:15 AM
bzimport set Reference to bz64872.

On a Mac it's Alt-Arrow a.k.a. Option-Arrow.

This looks like just a problem with Hebrew. The new Unicode spec introduced a "HebrewLetter" group which we didn't add to the WordBreak checker.

Change 131767 had a related patch set uploaded by Esanders:
Update moveBreakOffset to include 'HebrewLetter' category

https://gerrit.wikimedia.org/r/131767

Presuming that the rename of this bug is correct, marking this as FIXED.

Change 131767 merged by jenkins-bot:
unicodejs: Update moveBreakOffset to include 'HebrewLetter' category

https://gerrit.wikimedia.org/r/131767