[RTL] Quantumbar autocomplete urls are shown from the end of the URL instead of its beginning
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: mak)
References
Details
(Keywords: rtl)
Attachments
(3 files)
See attached.
This works okay in non-quantumbar.
Comment 2•2 years ago
|
||
Duplicate of bug 1534735?
(In reply to Dão Gottwald [::dao] from comment #2)
Duplicate of bug 1534735?
I don't think so. At least, this is still not fixed after bug 1534735.
See attached.
Comment 5•2 years ago
|
||
Bug 1534735 probably helps towards this, since we can now apply the gradient to the other end of the urls/secondary spans easily.
However, we'll need to somehow limit the widths of the secondary spans and make it overflow at the other end.
When I had a quick glance at it last week, I couldn't see an 5-minute way to do that so I went with just fixing the one bug to begin with.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 6•2 years ago
|
||
Moves the mask to the url and title elements, uses a flex layout to ensure
elements properly overflow, and fixes alignments and paddings because the new
layout would be more compact. rows are slightly taller than before, but they were
smaller than the legacy bar, so in the end we should be good.
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/841e248130ae Title and url in RTL mode are not properly overflowing in Quantum Bar. r=dao
Comment 8•2 years ago
|
||
| bugherder | ||
This looks very nice on latest Nightly, thank you! I couldn't find any edge cases (yet) where this doesn't work as expected.
I'm guessing the fading effect is here to stay, instead of the ellipsis?
Description
•