Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Firefox Account data lost

I accidentally cleared the Firefox app's data while my account was still logged in and now all of my account data is completely gone. Am I just done for or is there a way… (funda kabanzi)

I accidentally cleared the Firefox app's data while my account was still logged in and now all of my account data is completely gone. Am I just done for or is there a way to get this back?

Asked by May 1 ihora elidlule

Last reply by TyDraniu 1 ihora elidlule

Cannot share links to Google Messages

I am not able to share website links to Google Messages using Firefox Nightly for Android, version 127.0a1 (Build #2016020495). Steps to reproduce: open email message, t… (funda kabanzi)

I am not able to share website links to Google Messages using Firefox Nightly for Android, version 127.0a1 (Build #2016020495).

Steps to reproduce: open email message, tap on a link, once the link opens in the Powered by Firefox Nightly screen I tap on the sharing icon, select Google Messages, Google Messages opens but the link address is not pasted on the compose message box. Trying to manually copying and pasting the link has the same result. The only way to be able to share the link is to open the link in Firefox Nightly (the full browser) and then share it.

This happens on a Google Pixel 8 Pro using the latest Android 14 version with related updates.

Asked by Guatiao 5 amahora adlule

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

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.

Asked by rqcniqsobvdsrxhjet 8 amahora adlule

Firefox Android Notification Bitwarden

I keep getting these notifications, and because they relate to Bitwarden" I'm very reluctant to just click on the "accept" button in the message because of the possibilit… (funda kabanzi)

I keep getting these notifications, and because they relate to Bitwarden" I'm very reluctant to just click on the "accept" button in the message because of the possibility of a scam and the exposure it may create.

Is the notification genuine? How do I know? How can I update Firefox settings to achieve the same result without responding to the notification?

Bit paranoid I accept, but better careful than having regrets! Thks

Asked by Mildred PC 10 amahora adlule

Firefox browser issue

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that w… (funda kabanzi)

When on the Princess Cruise web site looking at various cruise options, the Firefox browser will not let me open the list of excursions for the ports on the cruise that we were looking to book, but I can see them when using Google Chrome. Why won't Foxfire allow me to view the excursions - it use to allow me to see them.

Asked by bright13 21 amahora adlule

Last reply by cor-el 17 amahora adlule

How do I change the default app Firefox uses to open downloaded files?

Currently, when I try and open downloaded .txt files and .log files (that is, when I click on them directly from the download pop-up that appears at the top-right of the … (funda kabanzi)

Currently, when I try and open downloaded .txt files and .log files (that is, when I click on them directly from the download pop-up that appears at the top-right of the browser), Firefox inexplicably opens Aegisub on my machine as the app to use. This is in contrast to when I open it directly from within my file browser, where it opens the Kate text editor, as suggested by the default app option in the permissions of the filetype.

How do I change the apps Firefox uses to open downloaded files? I've tried going into my settings and looking at applications, but .txt and .log don't appear, so I'm not quite sure what to do.

I'm on Kubuntu 22.04.3 LTS, using the Firefox deb package.

Asked by domojestic 1 usuku oludlule

Last reply by jonzn4SUSE 17 amahora 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 usuku oludlule

Last reply by cor-el 22 amahora adlule

Want Google gone or dead.

I want Firefox as my only browser, and have disabled google. I have Firefox as my default browser, but yet still have google as the browser that I'm forced to use. I seem… (funda kabanzi)

I want Firefox as my only browser, and have disabled google. I have Firefox as my default browser, but yet still have google as the browser that I'm forced to use. I seem to have to go through the whole process to have one search that isn't taken over by Google. Any advise? Thanks.

Asked by kestelooh 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

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

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

Webcam reversed

The webcam video image is being reversed or being flipped horizontally when using the latest version of Firefox. This is not happening in other browsers. I reset Firefox,… (funda kabanzi)

The webcam video image is being reversed or being flipped horizontally when using the latest version of Firefox. This is not happening in other browsers. I reset Firefox, but the issue still occurs. Can you advise/fix please?

Asked by Peter G 1 usuku oludlule

help session restore

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?

Firefox mobile android version 125.3.0 (Build #2016017559), 9f29904153+ GV: 125.0.3-20240425211020 AS: 125.0.1 On a samsung galaxy note 20 ultra 5g.

Asked by Katerpie 1 usuku oludlule

Ever since Firefox browser updated, my Home (specifically Shortcuts) has been glitching.

Ever since Firefox browser updated, my Home (specifically Shortcuts) has been glitching. They do not show up, no matter how many rows I add or subtract. Web search and R… (funda kabanzi)

Ever since Firefox browser updated, my Home (specifically Shortcuts) has been glitching.

They do not show up, no matter how many rows I add or subtract. Web search and Recent activity still works (to an extent) but Shortcuts? Never again. Please fix it ASAP.

Asked by petramarq666 1 usuku oludlule

Open previous windows and tabs

OPEN PREVIOUS WINDOWS AND TABS is unchecked but upon startup firefox always tries to do this and I get an error message. Computer crashes, shutoffs, sleep mode and Firefo… (funda kabanzi)

OPEN PREVIOUS WINDOWS AND TABS is unchecked but upon startup firefox always tries to do this and I get an error message. Computer crashes, shutoffs, sleep mode and Firefox wants to go to my previous windows and tabs : I HAVE IT UNCHECKED FOR A REASON, I DON'T WANT TO GO TO PREVIOUS TABS.

Asked by charma_craven 2 ezinsukwini ezidlule

browser not opening

Error message showing. Browser will not open no matter which search engine I use. https://www.google.com/search?q=adguard%20app&ie=utf-8&oe=utf-8&client=fire… (funda kabanzi)

Error message showing. Browser will not open no matter which search engine I use.

https://www.google.com/search?q=adguard%20app&ie=utf-8&oe=utf-8&client=firefox-b-1-m has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox Focus can only connect to it securely. You can’t add an exception to visit this site.

Asked by Grateful 2 ezinsukwini ezidlule

editing

Why are basic features like editing bookmarks not in the app. On chrome you are able to click and hold on a bookmark to select it, then click and hold on it again to move… (funda kabanzi)

Why are basic features like editing bookmarks not in the app. On chrome you are able to click and hold on a bookmark to select it, then click and hold on it again to move it anywhere you'd like in the folder. Also there is no "move to" option on Firefox which would make sorting much easier, it would be nice to have such a simple feature like this for convenience.

Asked by Mortis 2 ezinsukwini ezidlule

Last reply by Paul 2 ezinsukwini ezidlule