Showing questions tagged: Show all questions
  • Solved
  • Archived

Bookedmarl URL not visable

Since upgrading to Firefox 99.0.1 when I bookmark a web page into a specific folder, the URL does not appear when I open that folder. A restart of Firefox does not fix th… (read more)

Since upgrading to Firefox 99.0.1 when I bookmark a web page into a specific folder, the URL does not appear when I open that folder. A restart of Firefox does not fix the issue.

But if I try to Bookmark the same page again, I am asked to edit it. So it must be in the folder but it is not visible! Help!

Asked by zeus2022 1 year ago

Answered by cor-el 1 year ago

  • Archived

Firefox Issues With Files in Tempdir.

Firefox is having issues opening files in my tempdir directory. Opening a file directly, via File -> Open, there are no problems. But, when using either drag-and-dr… (read more)

Firefox is having issues opening files in my tempdir directory. Opening a file directly, via File -> Open, there are no problems. But, when using either drag-and-drop or when trying to open an attached file from Thunderbird I will get something like the following:

File not found

Firefox can’t find the file at /tmp/pid-15374/etfExpectations_2022-04-22.pdf.

   Check the file name for capitalization or other typing errors.
   Check to see if the file was moved, renamed or deleted.

Asked by jumpinJoe 1 year ago

Last reply by jumpinJoe 1 year ago

  • Solved
  • Archived

Firefox blocks FedEx tracking

Hello, I have had a few websites not work properly with Firefox and have needed to open my backup browser (Avast Secure Browser) to use those websites. Right now it is … (read more)

Hello,

I have had a few websites not work properly with Firefox and have needed to open my backup browser (Avast Secure Browser) to use those websites.

Right now it is FedEx that comes to mind again as I kept checking for tracking of packages shipped to me since receiving the tracking info. I queries consistently returned the error message "Unfortunately we are unable to retrieve your tracking results at this time. Please try again later."

Thinking maybe the website was having issues or maintenance (and forgetting I had the same issue with FedEx website the last time I tried tracking there in Firefox), I kept "trying again later".

Then I opened my Avast browser and pasted the same url there and, sure enough, received this report on the display:

Travel History Date or Time City & State Status Monday, April 18, 2022 9:47 PM SPARROWS POINT, MD Departed FedEx location Sunday, April 17, 2022 1:49 PM Shipment information sent to FedEx

I have tried disabling the extension NoScript as well as turning off the "Enhanced tracking protection" and allowing permissions for the FedEx site with no improvement.

I copied and pasted the RAW data as well as the text version from the "about:support" page to send you.

Any suggestions to fix this?

Thank you, Keith McNabb

Asked by kemcnabb 1 year ago

Answered by kemcnabb 1 year ago

  • Solved
  • Archived

Could Firefox ask for main password at launching, not tenth seconds after ?

Hello, I am French but I try to write in English... When I launch Firefox, I know it will ask for my main password. This is what I need, me for I activated "Sync" (to syn… (read more)

Hello, I am French but I try to write in English... When I launch Firefox, I know it will ask for my main password. This is what I need, me for I activated "Sync" (to synchronize my profile on PC and Android). My problem is not "how to prevent Firefox to ask for my main password" (many people ask for that on the net). It is "how to prevent Firefox to wait about 30 seconds before asking for my main password".

I did read only one thread about the trouble I encounter each time I launch Firefox but I gess many people experiment the same thing. https://support.mozilla.org/en-US/questions/1312988 (you can see the source is a very good one :-) ) I entirely agree with the author, who wrote :

"The delay in the master password prompt is up to 20 seconds and is so annoying, it just gets in the way when you are trying to work."

So, you launch Firefox, you look for one of your bookmarks to click on it but then, Firefox stops your action and a window asks your password. Worse : you are typing words in the adress bar and after some seconds you discover that you were typing the last words in the password pop-up window. Awfull ! You can then 1/ grumble and type your password 2/ grumble an press the Escape key

I use sometimes Seamonkey, that asks for the main password within the second you click its shortcut on Windows desktop. An excellent solution ! But after that, I notice that Seamonkey does not have a Sync function (and Firefox asks for the main password 20 or 30 seconds after opening only if Sync is activated).

To sum up, it would be great if Mozilla / Sync could remove the delay before asking for the main password, even if it has to ask for it right after clicking on the desktop shortcut. Thanks for any advice, Michel

Asked by Michel_T 1 year ago

Answered by cor-el 1 year ago

  • Archived

Unable to open email attachments

I use Firefox as the browser for my email. Recently I have been unable to open or download pdf attachments (or any attachment) to emails. When I click on the attachment … (read more)

I use Firefox as the browser for my email. Recently I have been unable to open or download pdf attachments (or any attachment) to emails. When I click on the attachment I get the message javascript:void(0).

I contacted the email company who said there was no problem at their end and that the problem was with Firefox and pop up blockers. I followed the advice in the attachment to unblock for my email account - but this did not solve the problem.

So I then tried Edge for my emails and I can open attachments in Edge.

So the problem is with Firefox.

Any advice please? Thanks

Asked by david_blake 1 year ago

Last reply by david_blake 1 year ago

  • Solved
  • Archived

Firefox breaks my desktop environment's scrollbar style and (gradient) color and in version 98+ refuses css to approximate it

I work on kubuntu 20.04 with plasma 5.18.8 desktop environment. I have a QtCurve-based custom application style, which I almost match with css for GTK apps. Firefox has t… (read more)

I work on kubuntu 20.04 with plasma 5.18.8 desktop environment. I have a QtCurve-based custom application style, which I almost match with css for GTK apps. Firefox has to be an exception by itself! Not only that, but it changes my ability to customize its interface, from time to time and even changes access to such ability, on some updates.

My scrollbar customizations in userChrome.css and userContent.css do not work any more (other CSS changes still work, for menu/addressbar/tabbar/bookmarksbar orderint and tab styling). I had to resort to settings in user.js file, to get a 20px width scrollbar, suitable for my big screen, but... it gets very wide when I increase the focus, on some webpages and becomes very ugly! Furthermore, I cannot make sense of the proper use of "ui.themedScrollbar*" settings and the scrollbar and its slider result in the same color. These are my settings in user.js:

user_pref("widget.content.gtk-theme-override", "backwater"); user_pref("widget.non-native-theme.enabled", false); // Use GTK-3.0 gtk.css: set to false user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // Use userChrome.css & userContent.css: set to true user_pref("widget.gtk.alt-theme.scrollbar_active", true); user_pref("widget.non-native-theme.scrollbar.size.override", 20); // If nothing else works, fix scrollbar width to 20px user_pref("widget.non-native-theme.gtk.scrollbar.round-thumb", false); user_pref("widget.non-native-theme.gtk.scrollbar.thumb-size", 1.0); // originally 0.75 user_pref("widget.non-native-theme.gtk.scrollbar.allow-buttons", true); // it was true, anyway... user_pref("layout.css.cached-scrollbar-styles.enabled", false); user_pref("layout.css.color-mix.enabled", true); user_pref("widget.non-native-theme.scrollbar.style", 4); // wide scrollbar theme: set to 4 user_pref("ui.themedScrollbar", "#bad1f5"); user_pref("ui.themedScrollbarInactive", "#668cc4"); user_pref("ui.themedScrollbarThumb", "#e4e4e4"); user_pref("ui.themedScrollbarThumbHover", "#e4e4e4"); user_pref("ui.themedScrollbarThumbActive", "#668cc4"); user_pref("ui.themedScrollbarThumbInactive", "#bad1f5"); user_pref("browser.dom.window.dump.enabled", false); user_pref("extensions.ui.sitepermission.hidden", false); user_pref("fission.experiment.max-origins.qualified", true);

Either with the "ui.themedScrollbar*" settings or without them (and cleared from the prefs.js file), the scrollbar and its slider result in the same color, unless I (tryingly) click on some place on the scrollbar outside its slider; then I can see the slider, _only_ for the duration of the mouse-down event (which causes up or down page-hight scrolling).

The default, very thin scrollbar, as well as my modified wide scrollbar with invisible slider are both useless to me! I have even tried fx-autoconfig (https://github.com/MrOtherGuy/fx-autoconfig) to make the scrollbar CSS work, but no result. At this point, I am considering switching to another browser, despite the trust I have to mozilla, for my data and privacy.

Asked by kavadias 1 year ago

Answered by kavadias 1 year ago

  • Archived

Bing!!!

When I use Firefox on my Mac, no matter what I have tried it keeps defaulting to the dreaded Bing Search Engine. I understand it has to do with Microsoft, but I don't use… (read more)

When I use Firefox on my Mac, no matter what I have tried it keeps defaulting to the dreaded Bing Search Engine. I understand it has to do with Microsoft, but I don't use any of their products because I don't like them. In settings/search I can restore the default search engines & delete Bing, but it always reverts back to insisting on using Bing again. I have followed several threads about this issue without permanent resolution. Help??

Asked by kathycasey 1 year ago

Last reply by margy809c 1 year ago

  • Archived

Firefox crashes/hangs cmputer when switching between tabs

Firefox crashes when switching between tabs. Worse than usual crash, the last page i was viewing is there but unresponsive to mouse or keyboard including contr-alt-delete… (read more)

Firefox crashes when switching between tabs. Worse than usual crash, the last page i was viewing is there but unresponsive to mouse or keyboard including contr-alt-delete. Must push and hold the power button on my Dell XPS8940. Windows 10 Home 21H2 OS Build 19044.1586. Windows Feature Experience Pack 120.2212.4170.0.

There was a window with 7 tabs, 1 playing a youtube video and 5 with videos not playing, one other site with no audio and another window with a website streaming only audio. When the system stopped, the speakers made an odd sort of buzz sound until powered off. I am on the latest version FF 99.0.1 but a similar crash happened on version 98.0.1. Before that this Dell never locked/crashed up this way.

This Dell PC has Realtek audio just like our HP W10 laptop and they both had issues when new with all sound not working when playing a youtube video only in Firefox (HP Feb 2021 and Dell Oct 2021). Launching Groove Music and playing an mp3 always got the sound working. Problem did not cause any program to crash. Windows updates to drives eventually fixed the problem but it only even happened in Firefox. Current problem is new in the last month or two and only on Dell.

Asked by MikeZZ 1 year ago

Last reply by MikeZZ 1 year ago

  • Archived

lost everything with firefox

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, hi… (read more)

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, history and saved passwords

Asked by dj_dean 1 year ago

Last reply by FredMcD 1 year ago

  • Archived

Network Protocol problems

After the latest Firefox update, some of my sites are returning "Network Protocol" Errors. I can log in on other browsers, but Firefox is the one I normally use. … (read more)

After the latest Firefox update, some of my sites are returning "Network Protocol" Errors. I can log in on other browsers, but Firefox is the one I normally use.

Asked by dad4204 1 year ago

Last reply by dad4204 1 year ago

  • Solved
  • Archived

after firefox update to 100.0 - i can't use any of my addons, and cant install new one

After firefox update to 100.0 - i can't use any of my addons, and cant install new one. All my current updates appears in "disabled" status, and there's no "enable" butt… (read more)

After firefox update to 100.0 - i can't use any of my addons, and cant install new one. All my current updates appears in "disabled" status, and there's no "enable" button. I have many addons, so it's the global problem.

Also, i can't install any of updates from addons.mozilla.org, i get message "Installation aborted because the add-on appears to be corrupt". All addon xpi files are downloaded without problem using "save as", also, after clicking "install" on addons website i see download progress.

Please help to resolve this issue!

Asked by Andy 1 year ago

Answered by Andy 1 year ago

  • Solved
  • Archived

Facebook page jumps when typing a reply

When I start to type a reply to a Facebook post, the page scrolls down so that the line I am typing disappears one line below the bottom of the screen. I have to scroll … (read more)

When I start to type a reply to a Facebook post, the page scrolls down so that the line I am typing disappears one line below the bottom of the screen. I have to scroll down to see what I'm typing. Also, it jumps down the same way whenever I hit the backspace key to edit what I'm typing.

I discovered a previous (archived) post on this forum that suggested using "about.config" and making sure that the value setting for browser.backspace_action is equal to 2. But that didn't change the annoying behavior. Is there any other value I should try? It's not clear what the number means.

Nor did setting browser.backspace to true (or to false) seem to help with the unwanted jumping upon use of the backspace key.

This only seems to happen with Facebook, but it's quite annoying.

Asked by jay46 1 year ago

Answered by jay46 1 year ago

  • Archived

how can I enable access to ftp sites in new Firefox (or else revert to older version)?

Until recently, I resisted allowing updates for Firefox because of the announcements of changes to prevent access to some technical kinds of website which I use. These i… (read more)

Until recently, I resisted allowing updates for Firefox because of the announcements of changes to prevent access to some technical kinds of website which I use. These include the public websites of the Paris Observatory which include useul informational ftp pages with important text, data and software files.

  I did recently allow a Firefox update, and now I find that I am cut off from access to these ftp pages. 
  How can I re-enable access to ftp? If it can't be done in the new version of Firefox, how can I return to an older Firefox version that does allow such access?

Asked by terry0051 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Firefox 99 is not applying the chosen content action for MSMoney OFX files - deosn't matter what action is chosen it just saves

Until the last FF release (99), when I downloaded files from my bank for MSMoney FF would apply the action to use the MS Money import handler. Not anymore. FF will now … (read more)

Until the last FF release (99), when I downloaded files from my bank for MSMoney FF would apply the action to use the MS Money import handler. Not anymore. FF will now only save the file. Even if I choose "always ask" it still just saves the file - never asks what to do with it (save or open with). Please fix this. It's worked fine for decades and now doesn't work at all. I tried adding images to show what happens but the ones that show what FF is doing and the FF settings won't upload. Only the banking download page images will upload. They just show that I pick MSMoney as the download format.

Asked by nvanbeancounter 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Archived

profile files getting corrupt

Hi For some reason i have to format my PC, so i took firefox profile backup "a4bbv2q5.default" and after reinstalling windows and firewall I copied the content of a4bbv2… (read more)

Hi

For some reason i have to format my PC, so i took firefox profile backup "a4bbv2q5.default" and after reinstalling windows and firewall I copied the content of a4bbv2q5.default to new profile "n9pw9oja.default-release". But as i start firefox the important files get renamed "corrupted" and a new file replaces, hence my restore of old profile is not completed. Screenshoot for reference.

Please help and assist.

Asked by leo.aslan 1 year ago

Last reply by HKSim 1 year ago

  • Archived

Firefox 98+: 'File Download Complete' prompt never disappears

Since Firefox 98, whenever a file is downloaded or a page is captured (using add-on Page Saver WE) a display/pop-up appears in the top right-hand corner of the screen (or… (read more)

Since Firefox 98, whenever a file is downloaded or a page is captured (using add-on Page Saver WE) a display/pop-up appears in the top right-hand corner of the screen (or possibly under the 'Display Download Progress 'button'). Previously, this prompt/display/pop-up would disappear after a few seconds. Now it stays there until there is a mouse click anywhere on the screen (including outside the Firefox window). This is presumably a bug and it is also extremely irritating. Please change this back to the way it used to be (disappearing after a few seconds) or provide an option to specify how long the prompt/display/pop-up should be visible - like the 'new mail' prompt from Thunderbird. Many thanks.

Asked by rob3109buy 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

When fullscreen, only showing bookmarks bar in new tab

Hello. Since I use the bookmark bar and fullscreen mode a lot, I would like to be able to see the bookmark bar in fullscreen, not on every tab, but only in a new (empty) … (read more)

Hello. Since I use the bookmark bar and fullscreen mode a lot, I would like to be able to see the bookmark bar in fullscreen, not on every tab, but only in a new (empty) tab, so that I can avoid disabling fullscreen to access the bookmark bar and at the same time not having any part of the interface visible unless I'm in a new tab. Thanks in advance for any reply!

Asked by Matteo 1 year ago

Answered by cor-el 1 year ago