Closed
Bug 730567
Opened 13 years ago
Closed 13 years ago
Bookmark with keyword and %s replacement displays spaces wrong (plus sign [+] instead of percent encoding [%20])
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 446403
People
(Reporter: bugzilla.mozilla.org-6h11, Unassigned)
Details
Attachments
(1 file)
15.31 KB,
image/png
|
Details |
Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120224 Firefox/13.0a1
Awesomebar displays the wrong URL when using spaces in bookmarks with keyword and %s.
Steps to reproduce:
1. Create bookmark:
URL: http://example.org/%s
Keyword: test
2. Enter test a b in the address bar
Expected results:
Awesomebar should show example.org/a%20b
Pressing enter should go to example.org/a%20b
Actual results:
Awesomebar shows example.org/a+b
Pressing enter goes to example.org/a%20b as expected (Firefox 3.6 goes to example.org/a+b)
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•