Prikaz označenih pitanja: Prikaži sva pitanja

ClassicPress password reset links not working when clicking links from mail using Firefox Dev edition

Hi, I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it. When opening the email received to reset password in the f… (pročitajte više)

Hi,

I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it.

When opening the email received to reset password in the firefox dev edition browser and click the reset link I receive an error stating that the link is invalid.

I discovered by trial and error that copying the same link and pasting it manually in a new tab of the same firefox dev edition browser solves the issue because then the link is recognised as valid.

This happened after the update I received last week.

I am a linux mint user if that helps in tracking down the issue.

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… (pročitajte više)

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

Asked by Mathieu Simon prije 1 sedmicu

Last reply by cor-el prije 6 dana

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 … (pročitajte više)

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

Asked by Chole “Princess” Mickey prije 3 mjeseci

Last reply by Mary T. Hodge prije 1 sedmicu

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… (pročitajte više)

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?

Asked by Katerpie prije 1 mjeseci

Last reply by Paul prije 1 sedmicu

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… (pročitajte više)

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.

Asked by michaelgroves prije 1 sedmicu

Last reply by jscher2000 - Support Volunteer prije 1 sedmicu

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.… (pročitajte više)

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.

Asked by marilemaybali prije 2 sedmica

Last reply by cor-el prije 2 sedmica

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… (pročitajte više)

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?

Asked by macsonmacs prije 2 sedmica

Last reply by jscher2000 - Support Volunteer prije 2 sedmica

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… (pročitajte više)

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..

Asked by fatec31634 prije 3 sedmica

Last reply by Paul prije 2 sedmica

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… (pročitajte više)

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!

Asked by me267 prije 3 sedmica

Last reply by TyDraniu prije 3 sedmica

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… (pročitajte više)

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?

Asked by jamescobban prije 1 mjeseci

Last reply by Paul prije 3 sedmica

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… (pročitajte više)

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)

Asked by hslatery prije 3 sedmica

Last reply by jonzn4SUSE prije 3 sedmica

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… (pročitajte više)

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

Asked by Andrijan prije 1 mjeseci

Last reply by jscher2000 - Support Volunteer prije 3 sedmica