Closed
Bug 1536776
Opened 4 years ago
Closed 4 years ago
quantumbar doesn't decode percent-encoded urls
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
VERIFIED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | verified |
People
(Reporter: lilydjwg, Assigned: standard8)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
- set browser.urlbar.quantumbar to true
- visit https://zh.wikipedia.org/wiki/Wikipedia:首页 and close
- type in the urlbar to have the above URL in the list
Actual results:
The URL is shown as https://zh.wikipedia.org/wiki/Wikipedia:%E9%A6%96%E9%A1%B5
Expected results:
The URL should be shown as https://zh.wikipedia.org/wiki/Wikipedia:首页 (which is the case without quantumbar).
I'm using latest nightly on Arch Linux.
Comment 1•4 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
20190320112939
Blocks: quantumbar
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Component: Untriaged → Address Bar
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Comment 2•4 years ago
|
||
Thanks, it looks like we are missing a test for this.
Blocks: quantumbar-view, quantumbar-release
Updated•4 years ago
|
Priority: -- → P2
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Updated•4 years ago
|
No longer blocks: quantumbar
Assignee | ||
Comment 3•4 years ago
|
||
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8df98cd46907 Fix display of percent-encoded URLs in QuantumBar. r=adw
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Updated•4 years ago
|
Points: --- → 3
Comment 6•4 years ago
|
||
https://hg.mozilla.org/projects/ash/rev/8df98cd4690728964b11966931a7a690fb17dd56 Bug 1536776 - Fix display of percent-encoded URLs in QuantumBar. r=adw
Updated•4 years ago
|
Flags: qe-verify+
QA Contact: aflorinescu
Comment 7•4 years ago
|
||
I could not reproduce this issue on my Ubuntu device.
lilydjwg, can you help us confirm the fix?
Thank you!
Flags: needinfo?(lilydjwg)
Yes it's fixed.
Status: RESOLVED → VERIFIED
Flags: needinfo?(lilydjwg)
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•