Closed Bug 1169786 Opened 10 years ago Closed 9 years ago

[Bidi] Home and End key don't always work in bidi text.

Categories

(Core :: Layout: Text and Fonts, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1067788

People

(Reporter: tedders1, Unassigned)

Details

In an LTR paragraph, if a line of text starts with RTL text, the Home key won't work in that line. (Same for LTR text in an RTL paragraph.) Similarly, in an LTR paragraph, if a line of text ends with RTL text, the End key won't work in that line. (Same for LTR text in an RTL paragraph.) To see for yourself, copy this text into a textbox and try to use the Home key: אבגדה are the first 5 letters of the Hebrew alphabet. Interestingly, I see this problem on Linux, but not on Mac (using the Cmd-Left Arrow, the Mac equivalent of Home).
Oh, the reason I don't see the problem on my Mac is because of my pref settings.
Isn’t this just a difference between visual and logical cursor placement? When bidi.browser.ui is true, home goes to the visual start of the line (left side of the Hebrew word) and when it is false it goes to the logical start (right side of the Hebrew word).
I think this was fixed by Bug 1067788.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.