Showing questions tagged: Show all questions
  • Archived

Code greyed out in Firefox developers

Trying to reinstall a working module that I deleted, but now it only displays the title. And none of the code works. Why is part of the code greyed out in Firefox develo… (read more)

Trying to reinstall a working module that I deleted, but now it only displays the title. And none of the code works.

Why is part of the code greyed out in Firefox developers.

Asked by gray_b 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Firefox 102.0.1.8221 launch causes Windows 7 64bit to reboot

Last few days any Firefox 102.0.1.8221 launch causes my Windows 7 64bit to reboot, usually when I try to mouse click anything in Firefox after it's fired up and restored … (read more)

Last few days any Firefox 102.0.1.8221 launch causes my Windows 7 64bit to reboot, usually when I try to mouse click anything in Firefox after it's fired up and restored open tabs, however even if I don't mouse click anything Firefox will force a reboot within a minute or so.

This Firefox Win 7 reboot behaviour only started after the last Firefox update, though I would point out that around update version 100.nn I started getting failed update notifications from within Firefox which necessitated a manual newer version Firefox download and install.

Running Windows 7 in safe mode with networking on allows Firefox to function without crashing, albeit slowly and with no MSE protection available etc.

Only one crash report dated 16/07/2022 with following content: Crash ID: bp-d8383165-9c77-45e4-9929-a3ce12160527

Please note I'm sending this report via Firefox on my iMac coz that still works...

Asked by JabbaLeChat 2 years ago

Last reply by JabbaLeChat 2 years ago

  • Archived

Using HTTP instead of HTTPS

I'm struggling to get Firefox to use `http` instead of `https` when I'm doing development on my laptop. Playing with the `HTTPS-only` in the settings didn't make differen… (read more)

I'm struggling to get Firefox to use `http` instead of `https` when I'm doing development on my laptop. Playing with the `HTTPS-only` in the settings didn't make difference. With enable or not. I tried to add my `localhost` to exception list, but Firefox still tries to use `https.`

I understand the security concern from Firefox team, but if I'm trying to load by typing `http,` I would appreciate if Firefox gave me a benefit of doubt that I know what I'm doing. Maybe I could disable this feature temporarily. Why force `https` on `localhost`?

Please allow us some flexibility.

Asked by Marcelo Garcia 3 years ago

Last reply by Marcelo Garcia 3 years ago

  • Archived

Unable to load "accounts.firefox.com" - regardless of browser - can't Sign in to use Sync as a result - Win11

Hi all, I've got a puzzling problem with just one desktop PC on my network, and only in Windows 11 (fully updated) - the same PC when booted into another OS (Ubuntu) work… (read more)

Hi all, I've got a puzzling problem with just one desktop PC on my network, and only in Windows 11 (fully updated) - the same PC when booted into another OS (Ubuntu) works without any issues.

I have a fresh install of the latest Firefox as well as the Developers Edition. MS Edge is also updated to the latest build, yet none of them can load the "accounts.firefox.com" page.

All I get is a completely blank page, save for a blue circle on the top left corner. I've tried all the usual resetting, Troubleshooting Mode... etc, (issue is present in Troubleshooting Mode) and pretty much stumped at this point.

All other websites I've tested with all browsers don't seem to have any issues at all, including the likes of "accounts.microsoft.com" or "accounts.google.com".

Google hasn't turned up with any results matching exactly what I'm seeing with this particular machine/problem... hoping someone can help pointing me in the right direction.

Thanks in advance,

Asked by red2thebones 1 year ago

Last reply by cor-el 1 year ago

  • Archived

tab crash on redirect to microsoft authentication

On all sites where I need to login with my work account I get a tab crash when the browser redirects to https://login.microsoftonline.com/ac4b0eb0-811e-4ab0-acca-8a870792… (read more)

On all sites where I need to login with my work account I get a tab crash when the browser redirects to https://login.microsoftonline.com/ac4b0eb0-811e-4ab0-acca-8a87079290dc/oauth2/v2.0/authorize?response_type=id_token&scope=user.read......

This is a recent failure (this week), that occured without any changes on my own account to Firefox developer version 121.0b2(64-bits)

I had to install google chrome to overcome this problem. Chrome has no issues with microsoft authentication.

Please solve as soon as possible, otherwise I will be switching to another browser.

Asked by chris vandert 1 year ago

Last reply by TyDraniu 1 year ago

  • Archived

When Opening PDF, I See Two Different Firefox Developer Applications Are Displayed (one with logo & other without)

I have had this problem for a while. I am not sure what to do so that I can fix this. Whenever I open a pdf or any application that can be opened in the browsers shows me… (read more)

I have had this problem for a while. I am not sure what to do so that I can fix this. Whenever I open a pdf or any application that can be opened in the browsers shows me two options for firefox browser. I attached a picture that will make it obvious what the problem is.

Asked by Mishri 1 year ago

Last reply by zeroknight 1 year ago

How to debug memory problems with extensions?

I'm having huge memory problems with Firefox. In about:performance I can see that the extensions process takes up way too much memory. When I start Firefox it usually sho… (read more)

I'm having huge memory problems with Firefox. In about:performance I can see that the extensions process takes up way too much memory. When I start Firefox it usually shows a memory usage of around 180MB. However, at some point the memory usage of the extensions process starts to increase and it doesn't stop increasing until my RAM is full and then it increases even further. It increases until I restart Firefox or until it uses so much RAM that my computer runs incredibly slow.

Below you can see a screenshot of the Task Manager showing how much RAM is available on my computer and a screenshot of the about:performance page showing the memory usage of the Extensions process. The RAM available on my laptop is 10GB (the default configuration was 4GB of soldered RAM plus 4GB of exchangeable RAM. I have upgraded from 4+4GB to 4+8GB but 2GB of the soldered RAM on this laptop are used as GPU memory so the remaining RAM is 10GB). The about:performance screenshot shows a memory usage of 13GB for the extensions process which is possible because Windows automatically pages RAM on the SSD when I'm running low on available physical memory. This enables programs to actually use more memory than the available physical RAM but of course programs become incredibly slow when the RAM is full and huge parts of memory have to be paged on the SSD.

My actual question: How can I find the cause of these memory problems?

What I've tried so far

- I have created a memory report on about:memory. The result is at the bottom of this post. - I have watched the about:performance page and tried to find out what action triggers the memory usage of the extensions process to increase. At the start of the browsing session the memory usage is only at around 180MB. It stays like that for a while. At some point it starts to steadily increase by many GBs. But I couldn't find the cause. I don't know what triggers the extensions process to increase memory usage. - I could simply disable extensions and see if the problem gets solved. But I want to know which exact extension causes this problem. It is very difficult to find out which one it is because I have many extensions and I don't know what causes the memory usage to increase. So I would have to disable extensions one by one and wait for an indefinite amount of time and check whether memory usage stays low. But I don't know how long I have to wait until the memory usage would increase because I couldn't identify what triggers it to increase.

Rather than just using trial and error I would like to find a way to use debugging tools to exactly determine what causes the problem.

_______________________

This (https://pastebin.com/U3QXTAt9) is the memory report from about:memory. This contains the whole extension (pid 18332) section (copy & pasted by selecting the text on the about:memory page). I have left out the rest because I don't know if it contains private data. Please note: this is not taken from the same browsing session as the screenshot that shows a memory usage of 13GB. Why? Because programs run very slow when memory is low and large parts of memory are being paged. The debug tools usually require a lot of RAM and CPU performance so it's very difficult to use the debug tools when the memory is already full and programs are already running slow. This memory report shows a very high memory usage of the extensions process. In this case it's "only" 3.5GB but it was taken in an early stage of the increasing memory usage. As shown in the screenshot below, memory usage can go even higher than the available physical RAM on my computer. The memory report doesn't clearly show which extension is responsible for the high memory usage. In the memory report, I can only see a high memory usage for the items gc-buffers and gc-heap which leads me to think that the memory problem has something to do with the garbage collector. However, I cannot see which extension is responsible for this. No item in this list with a description that identifies a specific extension has a high memory usage. This is only an excerpt from the memory report (only the extension section). I went through the whole memory report with Ctrl + F "moz-extension" and looked for items with a high memory usage but I didn't find a single item with high memory usage that belongs to a specific extension.

Asked by a72834234 1 week ago

Last reply by Ed 1 week ago

  • Archived

Mic and Cam

Hi, Its about time you looked at your Mic cam Cam settings I'm getting older, they should be set as on as Default, and switched to off if required This is a massive i… (read more)

Hi,

Its about time you looked at your Mic cam Cam settings

I'm getting older, they should be set as on as Default, and switched to off if required

This is a massive issue to a great part of the community I don't use Firefox as I used to, as so many of my clients are also moving away, ( Gone to different platforms to Edge and Chrome) I'm sure this can be easily fixed.

Dave, InfoTech Computers

Asked by hollafor 3 years ago

Last reply by cor-el 3 years ago

  • Archived

Jar files from GitLab are being turned into .jar.zip files

Since earlier this week my Firefox browser has been turning .jar files from GitLab into .jar.zip files, which prevents them from being used properly until renamed. Attemp… (read more)

Since earlier this week my Firefox browser has been turning .jar files from GitLab into .jar.zip files, which prevents them from being used properly until renamed. Attempting to download the same files on Edge or Chrome works correctly, and attempting to download any jar files from other websites (even GitHub) also works correctly. It seems that GitLab is the only website that is affected by this.

Examples of files being affected (they should be downloaded as normal .jar files): 1. https://gitlab.com/Trafalcraft/antiRedstoneClock/uploads/3b3c84814d76810f826c3803eaca1e66/antiRedstoneClock-1.4.1.jar 2. https://gitlab.com/Aristois/ui-installer/-/jobs/2505715157/artifacts/raw/packager/Aristois-Free.jar 3. https://gitlab.com/Aristois/Installer/-/jobs/2495195255/artifacts/raw/packager/free/Installer-2.0.3.jar

I'm using Firefox developer edition (102.0b3), and already tried using private mode, resetting Firefox, and reinstalling. Since I use GitLab as a main source to upload files, many users have also complained the same problem to me, in which all of the users were running Firefox. After they downloaded with a different browser, it worked for them as well.

Asked by Dyiing 3 years ago

Last reply by jscher2000 - Support Volunteer 3 years ago

  • Archived

When dragging a tab into a new window, how do you stop it from being full screen like previous window

I am wondering if it is at all possible to adjust the settings when pulling a tab into a new window. For example, if I am running Firefox fullscreen I would like the tab … (read more)

I am wondering if it is at all possible to adjust the settings when pulling a tab into a new window. For example, if I am running Firefox fullscreen I would like the tab that I pull to be opened in windowed form. I noticed that this is typically the case when using Chromium-based browsers, but noticed that on Firefox it stays in the format as the previous window. (if already windowed the pulled tab will also be windowed) is there a way to ensure that the pulled tab will always be windowed?

Asked by Grimprovise 3 years ago

Last reply by Grimprovise 3 years ago

  • Archived

Mozila Tab

Hi Mozilla Suport teams, i am currently using the mozilla for the developer version and the app runs flawlessly, and i love it. But i have some suggestion for the develop… (read more)

Hi Mozilla Suport teams, i am currently using the mozilla for the developer version and the app runs flawlessly, and i love it. But i have some suggestion for the developer at mozilla to make a tab that can group the tab into a fresh tab like the google chrome has, and since i open so many tab in this browser, i would absolutely love it where the feature of grouping tab is available for me, so i can group them in name and leave it there, rahter than open up more than 10+ tabs in a window. Thank you so much

Asked by nokromanx 1 year ago

Last reply by Paul 1 year ago

  • Archived

How to enable closing tabs in order of appearance to avoid jumping around

Today when I close many tabs using control w firefox seems to randomly jump around when choosing which next tab to close I wish to have firefox always close the adjac… (read more)

Today when I close many tabs using control w firefox seems to randomly jump around when choosing which next tab to close

I wish to have firefox always close the adjacent tab to the tab I just closed

This should be the default behavior ... I do not see any setting for this ... is there an addon to do this ?

I am using the latest firefox on ubuntu

      • UPDATE*** below answer for setting `browser.tabs.selectOwnerOnClose` has no impact on this

Asked by EventHorizon 1 year ago

Last reply by James (On Leave) 1 year ago

  • Archived

Drag & drop files from Firefox to Outlook

Hello, Why when I drag & drop files to Outlook only URL is pasted instead of file? Is it possible to change this behavior? In Opera browser it works fine. Example in… (read more)

Hello,

Why when I drag & drop files to Outlook only URL is pasted instead of file? Is it possible to change this behavior? In Opera browser it works fine. Example in attachment.

Asked by krystianw6 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

interface problems

Hi, Mozilla team I hope that you have a great day, straight to the point, my UI sometimes crashes or some components glitch or don't even work as it has to This is a vide… (read more)

Hi, Mozilla team I hope that you have a great day, straight to the point, my UI sometimes crashes or some components glitch or don't even work as it has to This is a video below slowed(I couldn't upload the video).

Asked by mabtheoriginal 1 year ago

Last reply by zeroknight 1 year ago

  • Archived

Twitch - Non-Supported Browser Message

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website a… (read more)

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website about "unsupported browser" and to contact browser support to resolve this issue.

Clearing cache, disabling extensions did not work. Using regular Firefox works without issues, only noticed this being an issue after most recent update for Firefox Dev browser.

Side effect as well since update is that any Cloudflare captcha is impossible and all website that use Cloudflare to "authenticate" that I'm human just outright fail or continue indefinitely.

Asked by BiddinWar 1 year ago

Last reply by zeroknight 1 year ago

  • Solved
  • Archived

How do I turn off this new address bar feature? This thing, with the buttons?

[See uploaded image] I don't know what this is, what it's called, or why the someone in your UI/UX team continues to think that it's a good idea to change the keyboard n… (read more)

[See uploaded image]

I don't know what this is, what it's called, or why the someone in your UI/UX team continues to think that it's a good idea to change the keyboard navigation in the browser with all these new, special, or whatever controls that are ultimately useless.

How do I turn this off?

Asked by metalphoenixrising 2 years ago

Answered by metalphoenixrising 2 years ago

  • Archived

Sites applevacations.com/cheapcaribbean.com, ipfire firewall console don't work in FF 101.0 (64-bit).

1. Sites www.applevacations.com / www.cheapcaribbean.com fail to display a city. 2. in the ipfire firewall console, FF doesn't render graphs correctly. I'm not sure w… (read more)

1. Sites www.applevacations.com / www.cheapcaribbean.com fail to display a city.

2. in the ipfire firewall console, FF doesn't render graphs correctly.

I'm not sure when these broke.

FF 101.0 (64-bit).

Pictures are of FF vs Chrome chrome and MS Edge also work correctly. the 2 pics with more graphs are the same pages @ %50 size.

Asked by RV 3 years ago

Last reply by RV 3 years ago