Firefox add-on suggestion is not correctly displayed in RTL builds
Categories
(Firefox :: Address Bar, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: cbaica, Assigned: daisuke)
References
(Blocks 2 open bugs)
Details
Attachments
(4 files)
Found in
- Fx 115.0a1
Affected versions
- Fx 115.0a1
Affected platforms
- Windows 10
- macOS
- Ubuntu 20
Preconditions
browser.urlbar.addons.featureGate set to true
browser.urlbar.suggest.addons set to true
browser.urlbar.quicksuggest.enabled set to true
browser.urlbar.suggest.quicksuggest.nonsponsored set to true
browser.urlbar.quicksuggest.dataCollection.enabled set to true
browser.urlbar.merino.enabled set to true
browser.urlbar.merino.providers set to amo
browser.urlbar.bestMatch.enabled set to true
Use an RTL build locale like: ar, he.
Steps to reproduce
- Launch Firefox.
- In the URL bar, input a keyword of an add-on suggestion (e.g. typo, darker, video dl)
Expected result
- All elements of the add-on suggestion are correctly displayed in RTL.
Actual result
- Last character for the first 2 lines is not displayed in it's correct spot (e.g. '/' which is the last character for the URL is displayed at the begining of the title)
- Last review star orientation is not correct. If it's 1/2 of a star, the empty half of the star should be on the left side of the star, not the right side.
Regression range
- Not a regression
Additional notes
- Please see the attachment for more details.
- The issue occurs regardless of the section where the add-on suggestion is displayed (top pick or firefox suggest)
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
Depends on D179314
Assignee | ||
Comment 3•1 years ago
|
||
Hi Cristian! Thank you very much for the report.
I could reproduce and fix the following issues:
- Position of slash. This problem is not only the slash position, but we should change the component order as well to the opposite. https://phabricator.services.mozilla.com/D179315
- Rating star. https://phabricator.services.mozilla.com/D179314
However, the dot position of the description field might not be an issue (I'm not familiar with RTL..), or a bug belongs to another component at least, not AddonSuggestions. I attach a screenshot of about:addons
, the dot position is located at the beginning. Could you confirm that one?
Reporter | ||
Comment 4•1 years ago
|
||
Hello Daisuke,
Yes, I can confirm that the dot is positioned in the beggining of the add-on description in about:addons. Waiting for the patch for the other 2 fixes.
Updated•1 years ago
|
Comment 6•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/75eec6e58a8e
https://hg.mozilla.org/mozilla-central/rev/40997d8c121e
Description
•