Menampilkan pertanyaan yang diberi tag: Tunjukan semua pertanyaan

List what the 'about:conffig' preferences are used for

Hello, I am a tinkerer and I would like to tweak my Firefox Developer Edition to suit my tastes, but I don't know what each of the preference commands does. Could you pr… (baca lebih lanjut)

Hello, I am a tinkerer and I would like to tweak my Firefox Developer Edition to suit my tastes, but I don't know what each of the preference commands does. Could you provide a list explaining what each command does and, if possible, how to use them? I don't want to reinstall Firefox.italic text I prefer to do things properly. Thanks

Ditanyakan oleh Mathieu Simon 4 hari yang lalu

Jawaban terakhir oleh cor-el 3 hari yang lalu

software and Firefox app for Android

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me … (baca lebih lanjut)

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me I have android and don't recognize my galaxy fire fox for Android wrong software screw up my phone and accounts

Ditanyakan oleh Chole “Princess” Mickey 3 bulan yang lalu

Jawaban terakhir oleh Mary T. Hodge 6 hari yang lalu

tabs and auto updates

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed tod… (baca lebih lanjut)

I just lost several hundred tabs on Firefox mobile right after it updated itself. The most recent tabs show only ten of those tabs, which were all opened and closed today and aren't part of what I need to restore.

How do I get my tabs back? I've seen no 'restore previous session' option. My laptop only shows the few I have open now. What do I do to restore them?

Ditanyakan oleh Katerpie 1 bulan yang lalu

Jawaban terakhir oleh Paul 1 minggu yang lalu

Cut and paste is still broken

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google ch… (baca lebih lanjut)

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google chrome and Wonderfox which don't suffer this issue. I fail to understand why Firefox is alone in this problem. I would switch to Wonderfox as a default but it only works on SSL sites. Please stop ignoring this issue and fix it. Running Windows 11 fully updated on an AMD cpu.

Ditanyakan oleh michaelgroves 1 minggu yang lalu

Jawaban terakhir oleh jscher2000 - Support Volunteer 1 minggu yang lalu

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.… (baca lebih lanjut)

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.

Ditanyakan oleh marilemaybali 2 minggu yang lalu

Jawaban terakhir oleh cor-el 1 minggu yang lalu

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… (baca lebih lanjut)

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?

Ditanyakan oleh macsonmacs 2 minggu yang lalu

Jawaban terakhir oleh jscher2000 - Support Volunteer 2 minggu yang lalu

Firefox Android, want to export history?..please someone make addon for this..

Now that firefox Android supports addons, please someone make addons for History export.. Is there any other better way to export history.. I have tried sync.. but there… (baca lebih lanjut)

Now that firefox Android supports addons, please someone make addons for History export..

Is there any other better way to export history.. I have tried sync.. but there seems to be some limitations in sync, it didn't sync all the history..

Ditanyakan oleh fatec31634 3 minggu yang lalu

Jawaban terakhir oleh Paul 2 minggu yang lalu

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… (baca lebih lanjut)

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!

Ditanyakan oleh me267 2 minggu yang lalu

Jawaban terakhir oleh TyDraniu 2 minggu yang lalu

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… (baca lebih lanjut)

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?

Ditanyakan oleh jamescobban 1 bulan yang lalu

Jawaban terakhir oleh Paul 3 minggu yang lalu

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… (baca lebih lanjut)

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)

Ditanyakan oleh hslatery 3 minggu yang lalu

Jawaban terakhir oleh jonzn4SUSE 3 minggu yang lalu

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… (baca lebih lanjut)

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

Ditanyakan oleh Andrijan 3 minggu yang lalu

Jawaban terakhir oleh jscher2000 - Support Volunteer 3 minggu yang lalu

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… (baca lebih lanjut)

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.

Ditanyakan oleh Sterrence 3 minggu yang lalu

Jawaban terakhir oleh cor-el 3 minggu yang lalu

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… (baca lebih lanjut)

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.

Ditanyakan oleh rqcniqsobvdsrxhjet 3 minggu yang lalu

Jawaban terakhir oleh cor-el 3 minggu yang lalu