Open Bug 1504779 Opened 6 years ago Updated 2 years ago

Hard to select full line of bidi text

Categories

(Core :: DOM: Selection, enhancement, P3)

enhancement

Tracking

()

UNCONFIRMED

People

(Reporter: xiaochengh, Unassigned)

Details

Version: 60.2.0esr (64-bit)

Demo: http://jsfiddle.net/g9ojmrt8/

When a line's logical start or end is reordered to the middle, it can be quite hard to select the full line. Mouse dragging through the full line (in either direction)  only selects the line partially.

Example: <div>abc&#x05D0;&#x05D1;&#x05D2;123</div>

Mouse dragging through the line selects "abc" only.

Also note that if the text node ends with a collapsible space then dragging through selects the full line.


Background: I'm a Chrome developer working on bidi caret/selection issues (http://bit.ly/2xVMjdc). I'd like to know how Firefox sees this issue. Thanks!
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.