A mostrar questões marcadas: Mostrar todas as questões

Too many spawn child processess and browser freeze

Firefox spawn too many child processess, with cause the browser to freeze. Proposed solution: Reduce to absolute minimum the spawn child processess. The value should be… (ler mais)

Firefox spawn too many child processess, with cause the browser to freeze.

Proposed solution:

Reduce to absolute minimum the spawn child processess. The value should be set according to the device performance and additionally show allow the user to set manually the limits.

Example: 1 (maximal 3) child process per tab/window

Colocada por Mcgiwer 1 semana atrás

Última resposta por Mcgiwer 3 horas atrás

  • Resolvido

Lower Toolbar prevents using Search Box

Hi, The Lower Toolbar is quite handy, with for example Roboform. Unfortunately, the way it's implemented, it comes above the lower part of the browser window, instead o… (ler mais)

Hi,

The Lower Toolbar is quite handy, with for example Roboform.

Unfortunately, the way it's implemented, it comes above the lower part of the browser window, instead of being inserted at the bottom while the browser windows height is reduced.

That hides the search box when you type Control-F.

It would be nice if this could be addressed in a future release. I am using Firefox Developer 127.0b2.

Colocada por Bob4K 1 semana atrás

Respondida por Bob4K 10 horas atrás

  • Resolvido

The page is not redirecting properly

Hi, On this site: https://www.opensubtitles.org/en/search/sublanguageid-eng/idmovie-1380901 selecting a sub and trying to download gives "The page is not redirecting p… (ler mais)

Hi,

On this site:

https://www.opensubtitles.org/en/search/sublanguageid-eng/idmovie-1380901

selecting a sub and trying to download gives "The page is not redirecting properly"

I am using Firefox Developer Edition 127 b07, and that happens also in safe mode.

It used to work not too long ago with FF, and it works with Chrome latest.

Colocada por Bob4K 12 horas atrás

Respondida por cor-el 11 horas atrás

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank.… (ler mais)

Recently my home page is blank. Each new tab opens as blank, bookmark icons are missing. I used to have a search engine when i opened Mozilla but now it's totally blank. I need to click on the bookmarks icon to open the list of bookmarks saved instead of seeing them on the toolbar. I didn't change anything and now it's all gone. I have uploaded a screenshot of my screen when I open Mozilla.

Colocada por marilemaybali 1 dia atrás

Última resposta por cor-el 1 dia atrás

  • Resolvido

Export to file does not work.

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Dat… (ler mais)

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Data".

It used to work. So I wonder why nothing happens when I click the button now... There is no network call made when I click the button. No error.

Colocada por Phil's Bookmarks 1 dia atrás

Respondida por jonzn4SUSE 1 dia atrás

Authenticator software

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't ge… (ler mais)

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't get the icon into the menu bar, I can't scan a QR code, it just will not perform. Why not?

Colocada por derek.peters 2 dias atrás

Running Firefox beta along side release - can I have macOS default to one of them?

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly vers… (ler mais)

I'm running both versions of firefox on my mac by renaming the .app for nightly. However, when I click on a link on an application, it seems to default to my nightly version instead of release.

For both versions, the "default browser" setting is enabled. One thing I tried was letting chrome take the default again, and setting it from the release version after. Both versions then showed it checked again. I cannot uncheck it from the beta version.

It seems they might be reporting to the OS as the same app for this purpose.

Another thing I tried was changing the app name in it's Info.plist. Now, I see a new name in the menu bar and it shows as a distinct browser in the OS' "default browser" settings. However, it doesn't seem to solve my issue. All links still open in the Beta, even if the only one currently open is Release.


Is there a way to have it default to the normal version of firefox?

Colocada por macsonmacs 5 dias atrás

Última resposta por jscher2000 - Support Volunteer 5 dias atrás

How do I have site theming ignore OS/browser themes?

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I fe… (ler mais)

Firefox's website appearance settings include a setting to force a light theme, force a dark theme, or to have sites automatically adapt to the theme of the browser. I feel that's not exactly what I want. I don't want the browser's theme to have anything to do with themes of the sites I'm viewing, nor to force light or dark. I think I'd rather just use the site's default, or if not that, set a theme on the site itself. Is there any way for Firefox to just not meddle in a site's theming at all?

I kinda just don't want any connection between the theme of my operating system, the theme of my browser, or either of those and the theme of websites, and none to force a theme on any of the others. I'm not sure why that seems so desirable nowadays, but I don't want it.

Colocada por Sterrence 6 dias atrás

Display problems with Beta 127 on a Windows ARM PC (Adreno 685 GPU)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when h… (ler mais)

I have display problems with Beta 127 (b4) on a Windows ARM PC (Adreno 685 GPU). FF itself and websites. Version 126 and later runs fine. These errors do not occur when hardware acceleration is switched off!

Colocada por me267 1 semana atrás

Última resposta por TyDraniu 1 semana atrás

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (ler mais)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Colocada por jamescobban 1 mês atrás

Última resposta por Paul 1 semana atrás

[Firefox for Developers] Fonts don't show up properly on certain sites.

Hello! I recently decided to switch to Firefox Developer for personal choices and upon looking at certain sites that use custom fonts, a few of them break and show the d… (ler mais)

Hello!

I recently decided to switch to Firefox Developer for personal choices and upon looking at certain sites that use custom fonts, a few of them break and show the default font (Times New Roman) in their places instead. I've tried many solutions to fix this such as adjusting the settings, downloading TrueType fonts, and even messing with the settings in about:config and still the text would not show up properly. For some strange reason, though, the font's themselves seem to be working on the regular version of Firefox but not the developers' edition. I will post examples of my problem below if that helps.

Thank you!

(1st two images: Taken from the regular version of Firefox) (2nd set of images: Ditto, but taken from Firefox for Developers (3rd image: Settings from my extension that allows custom fonts and CSS changes)

Colocada por pony 1 semana atrás

not loading phots and data on products on a store web site

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data an… (ler mais)

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data and photos will show up. Nothing shows. (cutterbuck.com)

Colocada por hslatery 1 semana atrás

Última resposta por jonzn4SUSE 1 semana atrás

Dark mode for iOS is not dark enough yet

Is there any way to make Firefox iOS browser Dark Mode a little darker by avoiding the moments when it is loading or reloading a page and the screen is fully bright white… (ler mais)

Is there any way to make Firefox iOS browser Dark Mode a little darker by avoiding the moments when it is loading or reloading a page and the screen is fully bright white?

Colocada por Foxfree99 1 semana atrás

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (ler mais)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Colocada por Andrijan 2 semanas atrás

Última resposta por jscher2000 - Support Volunteer 1 semana atrás

How do I dismiss a permission dialog?

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out o… (ler mais)

Sometimes a box pops up on the screen that asks if I want to block or allow something. Sometimes I have no interest in doing either, and just want the damned dialog out of my face. The page seems to work otherwise, but the stupid browser keeps the dialog over top of things, and clicking outside of it, and hitting Esc, don't make it go away. I think those actions used to work, and I think there, sensibly, used to be a dismiss option, but that seems to be absent now. There's no sense to trying to force me to make a decision I don't want to make, and doesn't even need to be made, and I want this thing to cut it out.

Colocada por Sterrence 2 semanas atrás

Última resposta por cor-el 1 semana atrás

firefox browser on face book

Hello when i am on facebook,and i want to do a video chat or a call chat it now tells me that video or voice calling is not supported by this browser,yet it was all worki… (ler mais)

Hello when i am on facebook,and i want to do a video chat or a call chat it now tells me that video or voice calling is not supported by this browser,yet it was all working fine about a week ago and i went to do a video call two days ago and now i can't,i have no idea what has happened regards mark

Colocada por mdk308 1 semana atrás

firefox PDF editor losing changes

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there… (ler mais)

Firefox seems to forget edits made to text boxes. I was reading a large pdf and adding notes to previously made text boxes. I thought I must be going crazy as I saw there was no notes I thought I had already made multiple times so I tested it. I edited a text box, scrolled a bit and continued browsing on another monitor. Checked in a minute and boom edit gone. If anyone has a solution I'd appreciate it as I have been using Firefox PDF editor for a bit and quite liked it until now.

Colocada por rqcniqsobvdsrxhjet 2 semanas atrás

Última resposta por cor-el 1 semana atrás

Web developer tool keeps autonomously toggling on/off in any Firefox window/tab

Hi, My Mozilla Firefox Web developer tool keeps autonomously toggling on/off in any Firefox window/tab.. Its as-if I'm repeatedly hitting Ctrl-Shft-I (which brings up t… (ler mais)

Hi,

My Mozilla Firefox Web developer tool keeps autonomously toggling on/off in any Firefox window/tab..

Its as-if I'm repeatedly hitting Ctrl-Shft-I (which brings up the web developer tool in the bottom 1/4 of the browser).

I've checked all Setting, turned off all hardware acceleration as suggested for similar flickering problem (which wasn't on anyway).

I use Norton 360 Security Software but have Norton Safe Web disabled. The only active Extensions are Firefox Multi-Container and Firefox Sideview.

Its not doing it at the moment, but I'm not sure exactly what triggers it and expect it to happen again.

Last time it happened I was browsing Amazon. Hitting Ctrl-Shift-I only makes is turn off until start scrolling again, etc.

I don't think its virus related, because I use Norton 360, and Task manager "Performance Tab" show the computer is generally very mellow.

Please help, as I love Firefox, but this problem can drive one crazy.

Thanks Larry Zdanis

Colocada por larryzdanis 1 semana atrás