Closed
Bug 1802519
Opened 3 years ago
Closed 1 year ago
The persist search term is not displayed in the address bar after a refresh
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | affected |
| firefox109 | --- | affected |
| firefox134 | --- | unaffected |
People
(Reporter: cbaica, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sng-scotchbonnet])
Found in
- Fx 109.0a1
Affected versions
- Fx109.0a1
- Fx108.0b6
Affected platforms
- Windows 10
- Ubuntu 22.04
- macOS
Precondition
Have browser.urlbar.showSearchTerms.featureGate set to true.
Default search engine set to Duckduckgo.
Steps to reproduce
- Launch Firefox.
- Perform a search from the address bar.
- Refresh the SERP.
Expected result
- Search term is still displayed in the address bar.
Actual result
- FULL url of the SERP is displayed in the address bar.
Regression range
- This is not a regression.
Additional notes
- This might be a dupe after 1798693 as it looks similar (coming back to a SERP).
Updated•3 years ago
|
Has STR: --- → yes
Comment 1•3 years ago
•
|
||
This is because when refreshing a SERP, the browser will load the current URI, which can be different due to redirects and History pushes. And so, the currentURI will change, from something generated by a SearchEngine to possibly a completely different URI. I suppose one way around this is if we know that the trigger is from a refresh, don't update the originalURI.
Updated•2 years ago
|
Priority: -- → P3
Updated•1 year ago
|
Whiteboard: [sng-scotchbonnet]
Updated•1 year ago
|
Comment 2•1 year ago
|
||
This behavior is fixed now, cannot reproduce on 134.0a1 (2024-11-14) (64-bit) on Windows 10 and Ubuntu 24.
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → unaffected
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•