[UrlbarView] Add LRM to URLs with the protocol trimmed in the results pane
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: dao, Assigned: mseibert)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1836962 +++
Bug 1836962 handles URLs in the address bar input, but we still need to take care of URLs in the address bar results, I think? https://searchfox.org/mozilla-central/rev/00e6644d0db8acf9372702324151b8077a3d2bb7/browser/components/urlbar/UrlbarResult.sys.mjs#265-270
Updated•2 years ago
|
Comment 1•2 years ago
•
|
||
I suspect for results we COULD use the LRM trick, since it's just visual.
This is mostly for consistency, since results cannot be use for phishing content (even if they may still be confusing and there's no formatting)
| Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
@dao Could you provide a case where the displayedUrl would require an LTR marker? Results, as far as I can tell, are always encoded in punycode.
| Assignee | ||
Comment 3•2 years ago
|
||
| Reporter | ||
Comment 4•2 years ago
|
||
As discussed on slack, let's figure out why we (might need to) display result URLs in punycode and if we can change that to make them consistent with how we display the current page's URL.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•