Closed
Bug 2032105
Opened 17 days ago
Closed 15 days ago
Null string is added to urlbar when opening local search engines using search mode switcher
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | unaffected |
| firefox151 | + | verified |
| firefox152 | --- | verified |
People
(Reporter: phorea, Assigned: mbeier)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sng-scotchbonnet-followon])
Attachments
(2 files)
Found in
- Firefox 151.0a1 2026-04-15;
Affected versions
- Firefox Nightly 151.0a1;
Tested platforms
- Affected platform: Windows 11, Ubuntu 24, macOS 15;
- Unaffected platforms: N/A;
Steps to reproduce
- Open a new tab and click on the Unified Search Button (search mode switcher);
- Select any local search engine - Tabs / Bookmarks / History / Actions.
Expected result
- Tabs opened / Bookmarked sites / websites from History or the set of Actions are correctly displayed.
Actual result
nullstring is shown in the address bar. There are no errors in the web / browser console.
Regression range
- last good: 2026-04-07
- first bad: 2026-04-08
- pushlog url
- Found commit message:
Bug 2026387 - Perform search when user selects search engine. r=dao,urlbar-reviewers,mbeier
Comment 1•17 days ago
|
||
:daleharvey, since you are the author of the regressor, bug 2026387, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(dharvey)
| Assignee | ||
Comment 2•17 days ago
|
||
Ugh we really should have caught this. I reorganized this part of the code in bug Bug 1961789 so we should base the fix on that patch.
Updated•16 days ago
|
tracking-firefox151:
--- → +
| Assignee | ||
Comment 3•16 days ago
|
||
Updated•16 days ago
|
Assignee: nobody → mbeier
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•16 days ago
|
||
I noticed that the same change that caused this bug also caused bug 1963006 to reappear. This patch should fix both.
Flags: needinfo?(dharvey)
Updated•16 days ago
|
Attachment #9570629 -
Attachment description: Bug 2032105 - Null string is added to urlbar when opening local search engines using search mode switcher. r?#urlbar-reviewers → Bug 2032105 - Use input value instead of userTypedValue when entering search mode via unified search button. r?#urlbar-reviewers
Pushed by mbeier@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f7fa2309adfb
https://hg.mozilla.org/integration/autoland/rev/9b6a95063d54
Use input value instead of userTypedValue when entering search mode via unified search button. r=urlbar-reviewers,dao
| Assignee | ||
Updated•15 days ago
|
Whiteboard: [sng-scotchbonnet-followon]
Updated•15 days ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 days ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•13 days ago
|
QA Whiteboard: [S3][qa-found-in-c151] → [S3][qa-found-in-c151] [search] [qa-triage-done-c151/b150][qa-ver-needed-c151/b150]
Updated•10 days ago
|
QA Contact: oardelean
Reproducible on a 2026-04-15 Firefox Nightly build on Windows 10.
Verified as fixed on Firefox Nightly 152.0a1 and Firefox 151.0.b1 on Windows 10, Ubuntu 22, macOS 15.
Status: RESOLVED → VERIFIED
QA Whiteboard: [S3][qa-found-in-c151] [search] [qa-triage-done-c151/b150][qa-ver-needed-c151/b150] → [S3][qa-found-in-c151] [search] [qa-triage-done-c151/b150][qa-ver-done-c151/b150]
status-firefox152:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•