Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

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… (funda kabanzi)

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.

Asked by elisabetta.marina.clelia 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

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… (funda kabanzi)

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 1 isonto elidlule

Last reply by cor-el 6 ezinsukwini ezidlule

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 … (funda kabanzi)

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 3 izinyanga ezidlule

Last reply by Mary T. Hodge 1 isonto elidlule

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… (funda kabanzi)

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 1 inyanga edlule

Last reply by Paul 1 isonto elidlule

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… (funda kabanzi)

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 1 isonto elidlule

Last reply by jscher2000 - Support Volunteer 1 isonto elidlule

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.… (funda kabanzi)

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 2 emasontweni adlule

Last reply by cor-el 2 emasontweni adlule

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… (funda kabanzi)

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 2 emasontweni adlule

Last reply by jscher2000 - Support Volunteer 2 emasontweni adlule

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… (funda kabanzi)

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 3 emasontweni adlule

Last reply by Paul 3 emasontweni adlule

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… (funda kabanzi)

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 3 emasontweni adlule

Last reply by TyDraniu 3 emasontweni adlule

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… (funda kabanzi)

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 1 inyanga edlule

Last reply by Paul 3 emasontweni adlule

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… (funda kabanzi)

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 3 emasontweni adlule

Last reply by jonzn4SUSE 3 emasontweni adlule

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… (funda kabanzi)

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 1 inyanga edlule

Last reply by jscher2000 - Support Volunteer 3 emasontweni adlule

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… (funda kabanzi)

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.

Asked by Sterrence 1 inyanga edlule

Last reply by cor-el 4 emasontweni adlule