Open
Bug 1376320
Opened 8 years ago
Updated 1 years ago
WebExtension search provider URL substitution fails if the parameter is not part of a query
Categories
(WebExtensions :: General, defect, P3)
Tracking
(firefox57 wontfix)
UNCONFIRMED
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: horridimpfoobarbaz, Unassigned)
Details
(Whiteboard: [omnibox])
Attachments
(1 file)
295 bytes,
application/json
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170613225334
Steps to reproduce:
Load the attached WebExtension. Type in, e.g., 'wiki foobar' and hit enter.
Actual results:
You will go to https://en.wikipedia.org/wiki/{searchTerms}
Expected results:
You would have gone to https://en.wikipedia.org/wiki/Foobar
The substitution works if the parameter is in a query string (e.g., if the search_url field was "https://en.wikipedia.org/wiki/Special:Search?search={searchTerms}").
Updated•8 years ago
|
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
Updated•7 years ago
|
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•