• Løst

why is firefox suddenly forcing the use of the address bar for searching.

Suddenly I cannot search from the search bar. It defaults to the address bar. why "fix" something that was not broken. Being forced to use the address bar is frustrati… (læs mere)

Suddenly I cannot search from the search bar. It defaults to the address bar. why "fix" something that was not broken. Being forced to use the address bar is frustrating. If you go directly to the address bar, it tells you it cannot find that site.

Stillet af computerlady29048 for 3 uger siden

Besvaret af Denys for 3 uger siden

Firfox SEARCH Box in center of my Firefox Homepage does not work

My Hoepage is set to Firefox. In the center of that page is a Search box which I used always. Now when I try to type in it, my cursor shoots up to the top to the ADDRESS … (læs mere)

My Hoepage is set to Firefox. In the center of that page is a Search box which I used always. Now when I try to type in it, my cursor shoots up to the top to the ADDRESS bar. I do NOT want to SEARCH from the address bar. I want to search in the Firefox search box. I also have Duckduckgo set up in that search bar. After the last 2 Firefox updates, I can no longer type my search in that box, but can ONLY search in the ADDRESS bar. Please help be restore the use of the Firefox Search box.

Stillet af Luvzlaughing for 2 uger siden

Seneste svar af Paul for 2 uger siden

As of today, Firefox gets an "Access Denied" when accessing goddady.com. Chrome works.

Access Denied You don't have permission to access "http://www.godaddy.com/" on this server. Reference #18.acf7d517.1771548295.4f66cee0 https://errors.edgesuite.net/18.acf… (læs mere)

Access Denied You don't have permission to access "http://www.godaddy.com/" on this server.

Reference #18.acf7d517.1771548295.4f66cee0

https://errors.edgesuite.net/18.acf7d517.1771548295.4f66cee0 is what I get when going to https:\goddady.com as of today. Running on Windows7 (no, I won't upgrade). Tried a variety of changes. But Chrome works fine. Any suggestions?

Stillet af lyleleverich for 2 uger siden

Seneste svar af Denys for 7 timer siden

  • Løst

Address bar search

How do I get searches (my default is Google) to STOP going to the address bar? This started out of the blue and it is making me crazy. I don't want to be asked which sear… (læs mere)

How do I get searches (my default is Google) to STOP going to the address bar? This started out of the blue and it is making me crazy. I don't want to be asked which search to use, and I don't want it to search in the address bar. I want it in the search box. Thanks.

Stillet af TikvahCo for 1 uge siden

Besvaret af Denys for 1 uge siden

handoff to awesome bar

not really a request for help since release 147.0.3 searches handoff to awesome and can't be changed by using about:config dropping back to 145.0.2 allows prevention … (læs mere)

not really a request for help since release 147.0.3 searches handoff to awesome and can't be changed by using about:config dropping back to 145.0.2 allows prevention

Stillet af Duffa for 3 uger siden

Seneste svar af Agent virtuel for 3 uger siden

disable search engine

This is the 3rd time I have had to post this. I am getting very frustrated. I DO NOT want the search engine within my address bar. Nothing anyone from you "community" he… (læs mere)

This is the 3rd time I have had to post this. I am getting very frustrated. I DO NOT want the search engine within my address bar. Nothing anyone from you "community" helped to disable the search engine in my address bar. Opera, Edge, Chrome, the user can disable the search engine in the address bar. Why is Firefox so different? And difficult?

Stillet af marcellaolejniczak for for 1 måned siden

Seneste svar af TyDraniu for 1 uge siden

  • Løst

How to deactivate search within address bar?

I am reopening the question from 2020 as the solution described no longer seems to apply. https://support.mozilla.org/en-US/questions/1284577 I am running Windows 11. Fi… (læs mere)

I am reopening the question from 2020 as the solution described no longer seems to apply. https://support.mozilla.org/en-US/questions/1284577

I am running Windows 11. Firefox 144.0 (64-bit)

When entering search terms into the search bar in the centre of the page, the information typed appears in the address bar, even after following the fix described in 1284577.

Treating the address bar as the search bar appears to be the default. While the user can additionally deselect the search engine in the address bar, that is an unnecessary and undesired additional step for every search (the primary reason I am using Firefox)

Is there a way to permanently set the default for what I enter into the search bar to remain in the search bar and not to be managed by the address bar? Thanks, Rich

Stillet af sabha24 for for 4 måneder siden

Besvaret af Agent virtuel for for 4 måneder siden

I have enabled Ai on my Microsoft PC using Firefox latest Version 148 and yet Ai will not provide any information. Please help!

Hello. I love my Firefox but the latest Version 148 has removed Ai from providing any information when I search for anything in the search bar. I have went to my settings… (læs mere)

Hello. I love my Firefox but the latest Version 148 has removed Ai from providing any information when I search for anything in the search bar. I have went to my settings and enabled Ai to work and everything below says available, but no matter what I try to look for, Ai just says its 'thinking'. Please help! Thank you.

Stillet af lennysdocksideservice for 1 uge siden

  • Løst

Microphone in the AI Sidebar

I can't seem to locate how to activate the microphone in the AI sidebar. I have Gemini selected, and when I hit the microphone to dictate I get the following message.. Un… (læs mere)

I can't seem to locate how to activate the microphone in the AI sidebar. I have Gemini selected, and when I hit the microphone to dictate I get the following message.. Unable to access the microphone. Please check settings.

I looked through Firefox settings and my laptop's but I don't see where it is turned off or asking for activation.'

Tom Z.

Stillet af Tom Z for for 3 måneder siden

Besvaret af TyDraniu for for 2 måneder siden

Firefox Context Menu - Unwanted Navigation Images are Showing Again

Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu opt… (læs mere)

Hi All,

I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...

/* Content Area Context Menu - Navigation Vertical Text */
#context-navigation,
#context-navigation > menuitem{
  flex-direction: column !important;
}
/* hide images */
#context-back image, #context-forward image,
#context-reload image, #context-stop image,
#context-bookmarkpage image{
   display: none !important;
}
/* show text labels */
#context-back:after, #context-forward:after,
#context-reload:after, #context-stop:after,
#context-bookmarkpage:after{
   content: attr(aria-label) !important;
   margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */
}


It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.

My context menu now looks like the attached image below.

Any help with showing only text labels on this menu is appreciated.

Thanks.

Stillet af Slouch for for 4 måneder siden

Seneste svar af jscher2000 - Support Volunteer for for 4 måneder siden

Group Tab "save and close group", where are the Group Tab saved to, and where do I open them from?

Using Firefox 145.0 (64-bit), "Firefox is up to date" on PC with Windows 11 Pro. I was so pleased when Firefox's Group Tabs arrived. I often have about 12 tabs open to do… (læs mere)

Using Firefox 145.0 (64-bit), "Firefox is up to date" on PC with Windows 11 Pro.

I was so pleased when Firefox's Group Tabs arrived. I often have about 12 tabs open to do Railway research. So I thought, Group Tab, great idea. Save a group of tabs as one tab. Instead of creating a Bookmark Folder and each time opening all bookmarks from said folder, what better way to do than opening one tab. Or so I thought. I also created a "SHIP" tab for my hobby in the shipping industry, so I could have two group tabs that could be collapsed making the tab bar tidier. I saved an closed each group tab then closed down my PC. Next on restarting, Firefox starts up automatically as chosen by me. Both RAIL & SHIP tabs reappeared without me doing anything. Great! However yesterday, I inadvertently opened another Firefox window, forgot it was opened. So when I shut down my PC, I closed the Firefox browser and then discovered the over Firefox window I had opened. Closed it shut down my computer. Of course when I opened my PC today, Firefox started automatically, but with the tab that I had open in the last Firefox window. No problem I thought, I will just open the saved Group Tabs. It was a problem, where are the Group Tabs saved? Could I find the location? NO! I looked in Bookmarks, all the various History lists, even the down arrow to list all tabs. Nothing, the Group Tabs are none existent. I have checked on the "about:config" section for Group Tabs and everything is enabled "true". So where are the Group Tabs saved? I have been with Firefox for around 14 years, often citing it as the best browser. But over the last five years I find myself using Chrome more and more. Chrome has Group Tabs which do not not need the users to save them, they are saved automatically, and are easily found on opening the Chrome browser. Why doesn't Firefox have this?

Stillet af raylongdog for for 3 måneder siden

Seneste svar af G.W. for for 2 måneder siden

Passwords Lost

Dear Sir/Madam After the update toFirefox 145, I lost all my Passwords. The Firefox/Mozilla account keeps showing me that my password for login is incorrect when it corre… (læs mere)

Dear Sir/Madam

After the update toFirefox 145, I lost all my Passwords. The Firefox/Mozilla account keeps showing me that my password for login is incorrect when it correctively saved on my computer, and I have wrriten it down in my notebook.

Regards.

DR CLEMENT AKATENG MD

Stillet af DR CLEMENT AKATENG MD for for 2 måneder siden

Seneste svar af Paul for for 2 måneder siden

Unable to use Firefox to access an account - Chrome works...

Since the last update, I am unable to log into my American Express account using Firefox (I can log in using Chrome, but Firefiox is my default browser). After entering … (læs mere)

Since the last update, I am unable to log into my American Express account using Firefox (I can log in using Chrome, but Firefiox is my default browser). After entering user name and password, the little spinng arrow goes around for 8-10 seconds and goes off again - it won't to progress to the next screen . Never any error messages, it just spins awhile and stops.

Stillet af patwldr for for 4 måneder siden

Seneste svar af mattc for for 4 måneder siden