Closed
Bug 1525018
Opened 5 years ago
Closed 5 years ago
Copying a search suggestion from QuantumBar can copy a bad URL instead of the suggestion
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: standard8, Assigned: dao)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
STR
- Enter
for
in the address bar - Look for a one-word search suggestion, e.g.
fortnite
- Arrow-down to that word
- Do select-all, e.g. cmd-A
- Paste the result somewhere else.
Expected Results
=> fortnite
Actual Results
=> http://fortnite
Our copy function is missing the piece of code to check for a search suggestion:
This also makes part of browser_urlbarSearchSuggestions.js fail.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/502cc11396ce Handle copying autocompleted non-URL values. r=Standard8
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•