Closed Bug 2010882 Opened 5 months ago Closed 4 months ago

urlbar search suggest not working

Categories

(Firefox :: Address Bar, defect)

Firefox 140
defect

Tracking

()

RESOLVED MOVED

People

(Reporter: michelbriand, Unassigned)

References

Details

Attachments

(5 files)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0

Steps to reproduce:

I enabled search suggestions in preferences:

Suggestions de recherche
Choisissez comment apparaîtront les suggestions des moteurs de recherche.
X Afficher les suggestions de recherche
X Afficher les suggestions de recherche avant l’historique de navigation dans les résultats de la barre d’adresse
Afficher les suggestions de recherche dans les fenêtres de navigation privée
Afficher les suggestions de recherche populaires
En savoir plus
X Afficher les recherches récentes

Actual results:

Suggestions do not work. No suggestion appear.

Expected results:

Suggestions appear in address bar.

The Bugbug bot thinks this bug should belong to the 'Firefox::Address Bar' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Address Bar

Can you provide a screenshot in the situation where you are not receiving suggestions but expecting them? And what is your default search engine set to?

Thanks

Flags: needinfo?(michelbriand)

Hello! I have tried to reproduce the issue with firefox 149.0a1(2026-01-19) on Ubuntu 22.04 and Windows 10 , unfortunately I wasn't able to reproduce the issue.
Could you please answer the following questions in order to further investigate this issue

  1. Does this issue happen with a new profile? Here is a link on how to create one: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles
  2. Could you please provide a video with the issue?

Could you please answering the question in comment 2, and also tell us which Search Engine you have set as default? Thank you.

Hello,

(I can't attach screenshot, neither video ; I didn't find here any menu/button to do that)

I created a new (blank) profile.
I setup up search suggestions in the preferences dialog.
I try to search for bookmarks, since there is no history.
I displayed the default bookmarks (Ctrl-b).
I tried to search for one of the bookmarks in the address bar.
No result.
No suggestion as I type.

I'd emphasis on the fact that it worked well until recently.
Typing in address bar would give me instant results for history, bookmarks, tabs and google search.

Regards

Flags: needinfo?(michelbriand)

I found how to upload screenshots.

I created a new profile (blank). It has default bookmarks, visible on the left.

I selected in the address bar the search in bookmarks.
I typed "mozilla".
No suggestion as I type.
No search result after I enter.

Select google as the search engine.
Type some words.
No suggestion as I type.
Type enter. Google page loads correctly.

Could you please go to about:support, copy the text log using the button at the top of the page, and attach it to this report?

Flags: needinfo?(michelbriand)
Attached file 2026-01-29_moz.log

Hello,
here is the log copied from about:support.

Flags: needinfo?(michelbriand)
Attachment #9540844 - Flags: data-review+
Attachment #9540844 - Attachment mime type: application/octet-stream → text/plain
Attachment #9540844 - Flags: data-review+

This is pretty strange, it looks like the results pane is not being shown at all.
There is no UserChrome (good), and main preferences look sane, afaict.
I wonder if it's some kind of issue specific to KDE or the specific distribution.

I'll ask you some additional question, sorry about that, but this needs a bit more info:

  1. if you go to about:config and set browser.urlbar.keepPanelOpenDuringImeComposition to true does it make any difference?
  2. if you open the Browser Console from main menu / Other Tools, when you type in the urlbar do you see new Errors being listed? If so could you please post them here?
  3. This was not installed through Flatpak or Snap, right?
Flags: needinfo?(michelbriand)

Hello, thanks for your answer.

Yes, I use KDE.

This is firefox packaged by Debian (trixie + security) :

firefox-esr
140.7.0esr-1~deb13u1
amd64

  1. I've set browser.urlbar.keepPanelOpenDuringImeComposition to true, but no change.
  2. Ok. It does not say much more. Log attached in next post.
  3. Debian

I tried to log out and log in in Cinnamon desktop. But no change : same behaviour for Firefox.

Flags: needinfo?(michelbriand)

Could you try enabling troubleshoot mode to check if the issue persists?

see comment 15.
if troubleshoot mode helps, it may be hardware acceleration, or an unexpected add-on conflict.
if troubleshoot mode doesn't help instead, you could also try launching from the console with MOZ_ENABLE_WAYLAND=0 firefox to force X emulation.

Flags: needinfo?(michelbriand)

Hello,
I tried troubleshoot mode.
No change.
I tried to remove all packages installed (apt purge firefox-esr-*) and to reinstall it.
No change.
:(

Flags: needinfo?(michelbriand)

can you please try launching firefox binary with the MOZ_ENABLE_WAYLAND=0 ENV variable set?

Yes, I do.
No change :(

Emilio, any ideas if we've heard about this before, we've already tried the normal troubleshooting? This is happening on ESR 140. Is there a simple way the user could determine what's happening with the pop-up?

Flags: needinfo?(emilio)

Not really...

I'd emphasis on the fact that it worked well until recently.
Typing in address bar would give me instant results for history, bookmarks, tabs and google search.

Hmm, if this works on a blank profile and doesn't anymore, could you try mozregression to try to see when it broke for you?

Flags: needinfo?(emilio) → needinfo?(michelbriand)

I'd guess it is not related to profile:

  • I logged in as a distinct Linux user and setup search suggestions on
  • I tried a search in address bar: no popup, no suggestion
  • I tried this procedure with my distinct user and 2 different desktop environments: Plasma X11 and XFCE X11
Flags: needinfo?(michelbriand)

I just opened my eyes :) ! In Plasma "start" menu, search feature returns, amongst main menu results, several firefox results:

  • opened firefox windows
  • opened firefox tabs
  • navigation history of firefox
    I have installed (or so it has been installed by plasma) the "Plasma Integration" extension (version 2.0, 2025-10-24).
    Is there a possibility that this extension could interfere with address bar search feature ?

I think that's nsGNOMEShellSearchProvider, it shouldn't interfere with the address bar, it uses its own search capabilities.
plus when you tested in troubleshoot mode, that disables all the add-on temporarily.

I think mozregression, as suggested in comment 21, is the best bet to figure out something here.

My test is to create a new tab and type in address bar (something that I know to be in history/bookmarks).
If nothing happen, then the test fails.
If a popup with some search result appears, then the test succeeds.

Using mozregression, my tests show:

  • system version (debian trixie 140.7.0esr-1~deb13u1) : FAILS
  • mozilla-central build for 2024-06-10, application_version: 129.0a1 : SUCCEEDS
  • mozilla-central build for 2025-05-26, application_version: 141.0a1 : SUCCEEDS

Please could you try downloading a build from here and see if that works for you? I'm wondering if there might be an issue with the system version that you are using.

Flags: needinfo?(michelbriand)

Hello,
I downloaded and tried the build 140.7.1 for Linux x86_64.
The url bar / address bar search is WORKING :) !
I'll submit a bug to Debian.

Flags: needinfo?(michelbriand)
Status: UNCONFIRMED → RESOLVED
Closed: 4 months ago
Resolution: --- → MOVED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: