Wrong text position with RTL in Google search box
Categories
(Core :: DOM: Selection, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | wontfix |
firefox-esr78 | --- | wontfix |
firefox79 | --- | wontfix |
firefox80 | --- | wontfix |
firefox81 | --- | fix-optional |
People
(Reporter: over68, Unassigned)
References
Details
(Keywords: regression)
Steps to reproduce:
- Open https://www.google.com/search?hl=ar.
- Type e.g.
goo
. - Press the Down key.
- Type anything.
See https://youtu.be/v4sw1igxGBk
Actual results:
Position the text on the left, see screenshot.
Regression range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=be4ba3d5ca9a&tochange=74edfbf0e6a3
I think this is a regression from bug 1077515 (doesn't appear in the range in comment 1).
Comment 3•4 years ago
|
||
This seems to behave correctly for me on macOS; may be a platform-dependent difference. Bug 1077515 does sound like a plausible regressor, though I haven't yet confirmed this.
More of a Selection bug than Layout, I think. The issue isn't that we're rendering the text wrong, it's that after the down-arrow causes the contents of the input box to be updated, we're placing the selection at the wrong end of it and so newly-typed text is inserted at the beginning rather than the end.
Updated•4 years ago
|
Updated•4 years ago
|
This bug has been fixed in bug 1666537.
Pushlog for fix range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=7d7e7333f2fa56caceeb9afeb58d18c6a3984ad1&tochange=9b0c73503e38034219fb944c66d207596ef536e1
Description
•