Showing questions tagged: Show all questions
  • Solved
  • Archived

imported bookmarks toolbar doesn't display as toolbar

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but does… (read more)

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but doesn't display as toolbar.

Asked by fostertom 8 months ago

Answered by fostertom 8 months ago

  • Solved
  • Locked
  • Archived

Extension button Firefox toolbar

The release notes for Firefox version 140.0.1 indicate the extension button can can now be removed from the toolbar.the noes say: "Firefox Extensions: Customize your tool… (read more)

The release notes for Firefox version 140.0.1 indicate the extension button can can now be removed from the toolbar.the noes say:

"Firefox Extensions: Customize your toolbar with the option to remove the extensions shortcut, giving you more control over your browser. When the button is hidden, you can access the extensions panel again at any time from the Firefox menu by clicking the Extensions menu item."

I still cannot drag the button down and out of sight by customising the toolbar.

Suggestions welcome.

Asked by SuMo Bot 8 months ago

Answered by jscher2000 - Support Volunteer 8 months ago

  • Solved

My Bookmarks and history is lost as I updated to IOS 26.0.1

Hello Firefox team, I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser. All my important data has … (read more)

Hello Firefox team,

I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser.

All my important data has been lost, can you please look into this and help me please.

Thanks, Sajeel Irkal

Asked by sajeel.irkal 5 months ago

Answered by KAMI 5 months ago

  • Solved
  • Archived

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Asked by phobrain 7 months ago

Answered by Paul 7 months ago

  • Solved
  • Archived

Browser being managed by my organization???

Hello, I think I may have asked about this in the past but cannot recall if I received an answer. Under Settings, I get the message "Your browser is being managed by you… (read more)

Hello, I think I may have asked about this in the past but cannot recall if I received an answer. Under Settings, I get the message "Your browser is being managed by your organization." This is my home computer and is not being managed by any organization. When I click for more information, it gives me a screen with the following information:

Policy Name Certificates

Policy Value ImportEnterpriseRoots

                         true

If I could get more information on this suspected error, or how to correct it, that would be great. Thanks!

Asked by Mister Dude 8 months ago

Answered by jonzn4SUSE 8 months ago

  • Solved
  • Archived

Keep Bookmark Folders Open

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after mid… (read more)

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after middle clicking each link 1 at a time. I can't open the entire folder - there are 100+ and say I want to open 10.

Is there a way to keep the bookmark folder open while I open each link in new tabs?

Thanks!

Asked by Thomas DiPasquale 8 months ago

Answered by TechHorse 8 months ago

  • Solved
  • Archived

Can't sign into Hotmail.

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answer… (read more)

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answering emails on my computer because of its large screen. I've tried signing in about 2000 times now. Firefox told me they can't help me because I'm not a Mozilla subscriber even though they own Firefox. Microsoft told me it's Mozilla's problem. Can anyone help me please. John in the Philippines.

Asked by John O'Kane 7 months ago

Answered by John O'Kane 7 months ago

  • Solved
  • Archived

Profiles on build 140

Hello all! According to the article [Firefox Profiles] there is supposed to be a way to manage profiles through the account icon. I do not have that option on my build 1… (read more)

Hello all!

According to the article [Firefox Profiles] there is supposed to be a way to manage profiles through the account icon. I do not have that option on my build 140 with windows 11.

I created profiles using the about:profiles command; however, they seem to want to be separate accounts, not profiles.

I want help to achieve the functionality as described in the article so I can stop using Edge because I need to keep my work/personal/school accounts separate.

Thanks!

Asked by HCVA 8 months ago

Answered by TyDraniu 8 months ago

  • Locked
  • Archived

How do I force firefox to always ask me where to save a bookmark without having to double click each time?

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without havi… (read more)

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without having to remember to double click the star icon, or go edit bookmarks menu to move it.

This seems like a poor design, at least for me when more than 90% of the time I don't want it to be in the last used folder. I have been adding bookmarks for decades and it has always asked me where to save them, so muscle memory forgets to go back and edit the bookmark I just saved, and then later on I have to go back and change them all because they are never in the right folder.

I understand if I double click the star in the url it will allow me to change it, but when I'm busy I don't remember to click it again, or double click it, then my bookmark is lost and I have to go searching for it and edit it and it's a hassle.

Is there an about:config setting I've missed to re-enable this basic feature to reduce all the clicking?

I've tried browser.bookmarks.editDialog.showForNewBookmarks both false and true without any change to the behavior.

Asked by SuMo Bot 7 months ago

Last reply by SuMo Bot 7 months ago

  • Locked
  • Archived

Where can I find Firefox Relay Dashboard in settings on my computer.

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. … (read more)

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. How do I locate it?

Asked by SuMo Bot 7 months ago

Last reply by Paul 7 months ago

  • Solved
  • Archived

How do i get FF to open a bookmark in a new tab, without having to create a new tab first? Its an annoying extra step

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This… (read more)

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This is an annoying extra step. How to I change it? I already tried the open links in new tabs instead of windows. Makes no difference On or Off

Asked by Raye Elaine 8 months ago

Answered by Bradforth 8 months ago

  • Solved
  • Archived

Unable to make Purchases on Firefox

Hello. I frequently shop at particular store and have never had a problem. Now, it's off and on. One order will go through with the help of their customer service (doing… (read more)

Hello. I frequently shop at particular store and have never had a problem.

Now, it's off and on. One order will go through with the help of their customer service (doing a direct purchase). Then a few weeks later I don't have a problem and can order without assistance. Now, once again, I can't purchase anything. Once my credit card goes through my address disappears. Then I add my address again and then my credit card is deleted. When my address or my credit card is deleted the order has in bold red letters telling me to add it again. I've tried Chrome after Firefox had issues but it had an issue too.

Is there something I can disable while I shop? I'm not having any problems with any other sites. Thank you!

Asked by Janice Viescas 8 months ago

Answered by Denys 7 months ago

  • Solved
  • Archived

Sound output problem

I am using FF desktop. All of a sudden, I get no sound through my laptop speakers when trying to watch videos (on YT and FB for example). I still get sound if I use exter… (read more)

I am using FF desktop. All of a sudden, I get no sound through my laptop speakers when trying to watch videos (on YT and FB for example). I still get sound if I use external speakers through the 3.5" jack. I still get sound through other browsers, no matter if it's through the laptop speakers or external ones. So, it is definitely an FF problem. Sound works fine on all other media files on the laptop. Refreshing FF didn't fix it. Nor did reinstalling or restarting the laptop. I tried changing the autoplay settings as suggested in the help article, but still no laptop audio via FF. How can I fix this? Thanks

Asked by Corvus Corax 7 months ago

Answered by Corvus Corax 7 months ago

  • Solved
  • Archived

Home Button goes away

My toolbar is visible when I click on the 'Open a new tab' plus sign at the top. But if I go to a site, either from a search or from bookmarks, the toolbar disappears. I … (read more)

My toolbar is visible when I click on the 'Open a new tab' plus sign at the top. But if I go to a site, either from a search or from bookmarks, the toolbar disappears.

I just (yesterday) had to delete profile, delete bookmarks, delete Firefox, install Firefox, in order to get it where it would save bookmarks again. The toolbar, prior to that, did NOT disappear when I went to a new site.

Please help.

Asked by rjrjack 7 months ago

Answered by bitdecay 7 months ago

  • Solved
  • Archived

Moving Tabs

Why on earth would you remove the ability to select move multiple tabs anywhere in an open window browser???? Until recently, I could select the first and last tab, hold … (read more)

Why on earth would you remove the ability to select move multiple tabs anywhere in an open window browser???? Until recently, I could select the first and last tab, hold shift and move them anywhere I chose. Now that feature doesn't work at all. It duplicates one tab or I'm given a choice to move to the front or last of all open tabs! Please give me the feature back!!1

Asked by mesfeld 8 months ago

Answered by mesfeld 8 months ago

  • Solved
  • Archived

Firefox Virus

I accidentally clicked on a site that was supposed to be a game review site that I found on a Bing search. Now I get pop up ads for fake virus programs whenever I run Fi… (read more)

I accidentally clicked on a site that was supposed to be a game review site that I found on a Bing search. Now I get pop up ads for fake virus programs whenever I run Firefox.

I ran a scan with Mallware Bytes and Microsoft Defender and both scans came up clean.

I am including a screenshot of the popups.

Any ideas?

Thanks

Asked by rinaldop75 7 months ago

Answered by jscher2000 - Support Volunteer 7 months ago