Kukhonjiswa imibuzo ethegiwe:

Unable to

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (funda kabanzi)

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?bold text

Ikhiyiwe Okugcinwe kunqolobane 1 212

Cannot access Ralph's coupons

I cannot access grocery coupons from Ralphs Market. When I try, I receive the message: Secure Connection Failed An error occurred during a connection to www.ralphs.com.… (funda kabanzi)

I cannot access grocery coupons from Ralphs Market. When I try, I receive the message: Secure Connection Failed

An error occurred during a connection to www.ralphs.com. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.

Kusonjululiwe Ikhiyiwe Okugcinwe kunqolobane 3 211

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint a… (funda kabanzi)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<!DOCTYPE html>
<html lang="el">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Canvas</title>
  <style>
    #canvas {
      background-color: whitesmoke;
      border: solid 2px brown;
    }
  </style>
</head>

<body>
  <canvas id="canvas"></canvas>

  <script>
    function startDrawing(e) {
      isDrawing = true;
      context.beginPath();
      context.moveTo(e.offsetX, e.offsetY);
    }

    function draw(e) {
      if (isDrawing) {
        context.lineTo(e.offsetX, e.offsetY);
        context.stroke();
      }
    }

    function stopDrawing(e) {
      console.log("stopped drawing")
      isDrawing = false;
    }

    const canvas = document.getElementById('canvas');
    const context = canvas.getContext('2d');
    var isDrawing = false;
    canvas.width = 1000;
    canvas.height = 1000;
    context.strokeStyle = "#913d88";
    context.lineWidth = 2;
    canvas.onmousedown = startDrawing;
    canvas.onmouseup = stopDrawing;
    canvas.onmousemove = draw;
  </script>
</body>

</html>

Okugcinwe kunqolobane 4 210

Sidebar unlocatable

Bought a new computer. All my toolbar bookmarks migrated across successfully. Sidebar symbol missing from the menu bar and I couldn't find where these Book Marks were at … (funda kabanzi)

Bought a new computer. All my toolbar bookmarks migrated across successfully. Sidebar symbol missing from the menu bar and I couldn't find where these Book Marks were at first. But then I right clicked on the menu bar, clicked on Manage Book Marks which opened a Library box and there they were. Does anyone know an easier way to access them please? Any tips gratefully received. Thanks, Bob

Kusonjululiwe Okugcinwe kunqolobane 3 207

Problem with sign in page on Amazon

Whenever I go in to sign into Amazon Prime, using Firefox, the sign in page automatically shows my E mail address, my phone no. and my password. I do not have Amazon as … (funda kabanzi)

Whenever I go in to sign into Amazon Prime, using Firefox, the sign in page automatically shows my E mail address, my phone no. and my password. I do not have Amazon as a saved log in. I contacted Amazon and they had me log into Amazon on a different browser and this information does not show up on Microsoft Edge, so Amazon said it has something to do with Firefox. Please let me know how I can eliminate this information from showing up automatically on Firefox

Okugcinwe kunqolobane 4 205

Tabs Lost, v.126.0.1

This morning I saw that images were not downloading within my GMAIL messages. Believing that something was wrong with my connection, I decided to give both my computers … (funda kabanzi)

This morning I saw that images were not downloading within my GMAIL messages. Believing that something was wrong with my connection, I decided to give both my computers a restart. This concerns my Windows 10 64-Bit, on which I had both Edge and Firefox opened, both with multi-tabs. In Firefox I had my Google account open with other tabs. After shutting down both computers I left my apartment. The Windows 10 restarted on its own; but both browsers lost their tabs even though I set each to reopen the previous session. With Edge and function keys I was able to restore my previous session; but not with Firefox. about:sessionrestore was not available. The Profile folder did not show a backup for these lost tabs. I hate hunting for them in History because I am working on multiple projects and don't have time for this wasteful activity, which is why I set Startup to Open Previous Windows And Tabs. What option did I miss?

Now, we have more wasted time. I reopened as many tabs as I remembered opened during the session I could not restore. Now, the only tabs that reopened since are the ones I opened that have posts about restoring sessions. The tabs I reopened are lost even though I checked off Open Previous Windows And Tabs. This browser is performing worse as of today for some reason I am not aware. What changed? From what I see here, there was no MS Windows update that might have occurred when I shut down and lost the tabs. Could I have disrupted the tabs by using the right hand, top corner "X" to shut out of Firefox?

This is getting more and more whacked up! It seems that every time I reopen a tab within the Library, it opens it in the same tab, overlaying the previous tab I opened.

Kusonjululiwe Okugcinwe kunqolobane 6 199

Firefox maintained and released by mozilla

Hi folks, I'd like to obtain some clarity on provenance aspects of Firefox released as a Flatpak. I see in this article that one of the options is to use flatpak package:… (funda kabanzi)

Hi folks,

I'd like to obtain some clarity on provenance aspects of Firefox released as a Flatpak.

I see in this article that one of the options is to use flatpak package: https://support.mozilla.org/en-US/kb/install-firefox-linux

Is this article produced / reviewed by mozilla? Is flatpak an officially trusted, backed by mozilla, means of installing firefox on a system?

On flathub one can observe the "Verified" seal which indicates that such package is developed and maintained by original package developers (in case Mozilla). One can also observe in multiple forums here and there that mozilla is the one that builds and maintain this package.

Though a seal is nice, and users opinions are ok, it would be good to have artifacts that would evidence better this relationship. Also, would be good to have this officially stated in mozilla's website, under "Download options and other languages" section, something like "you can also safely install firefox through the flatpak package available on flathub which is developed / maintained / signed by mozilla itself".

Or maybe all of this information is around and i am just not able to link it together.

Thanks

Okugcinwe kunqolobane 3 191

Copy Link to Highlight

There should be a feature where you can copy the link to particular text on a webpage (much like when you click on a Google result for a certain part of an article). Wher… (funda kabanzi)

There should be a feature where you can copy the link to particular text on a webpage (much like when you click on a Google result for a certain part of an article). Where do I suggest features for Firefox?

Okugcinwe kunqolobane 1 187

Random Total Freezes

For a while now, I've been having recurring issues with Firefox desktop freezing and becoming totally unresponsive. If there's any pattern to what causes it, I haven't be… (funda kabanzi)

For a while now, I've been having recurring issues with Firefox desktop freezing and becoming totally unresponsive. If there's any pattern to what causes it, I haven't been able to notice it; sometimes it happens as soon as I open the browser, sometimes it happens after several hours, sometimes it happens twice in ten minutes, sometimes it happens twice in a few hours (however, I can count the number of days it's happened less than twice in one day in the past few weeks on the fingers of one hand). When the browser freezes, it becomes totally unresponsive - it doesn't fade or display "Not Responding", and Task Manager shows nothing abnormal, but it doesn't accept any input at all, any video or other animated material that may have been displaying freezes, and it can only be "fixed" by force quitting from the task manager and reopening. This is exclusively a firefox issue; other programs open at the same time as the browser freezes are not affected.

The only real lead I have as to what could be going on is that sometimes, things don't freeze all at once, but in a cascading effect. For example, tabs, bookmarks, etc. might not highlight when moused over, but still accept the clicks, or selecting another tab might causes the address bar to display the URL of the selected tab, but the screen displayed in the window will not change. Once these cascading changes start, they generally progress to total freeze before I have a chance to do much with that information (only a few seconds), but it's unusual enough behavior to be worth noticing.

Things I've already tried that haven't fixed the issue:

  • Reducing the number of tabs used and otherwise reducing Firefox's system resource usage has not impacted the problem in any way.
  • Running in Troubleshoot Mode has not had a consistent effect on the problem (the most recent time I did, the browser ran stably for longer than I could stand to use the internet without my ad blocker, but this is only one data point in an already inconsistent spread; prior instances of the problem have occurred in Troubleshoot Mode)
  • Disabling hardware acceleration has not fixed the issue.
  • The issue has persisted through multiple refreshes and at least one full uninstall and clean reinstall.
  • The issue persisted after creating and switching to a new profile multiple times.
  • The issue persisted after renaming places.sqlite
  • The issue persisted after clearing cache and cookies multiple times.
  • The issue persisted after clearing downloads and history.
  • And very likely some other stuff that I'm forgetting, I've been trying to fix this on my own for a while now.
Okugcinwe kunqolobane 13 183

Bing Maps causes firefox to crash

When I open Firefox and call up bing maps , it starts to load the page , then Firefox crashes . Has been doing this for several firefox versions . Looking at the crash r… (funda kabanzi)

When I open Firefox and call up bing maps , it starts to load the page , then Firefox crashes . Has been doing this for several firefox versions . Looking at the crash report , I always get "The debug symbols are missing for firefox. Please install firefox-dbg." but I can't find firefox-dbg to load

Kusonjululiwe Okugcinwe kunqolobane 6 182

firefox browser help

Ive tried reinstalling firefox because i am not able to download anything with this browser. I thought freshly installing firefox would fix the issue and allow me to do… (funda kabanzi)

Ive tried reinstalling firefox because i am not able to download anything with this browser. I thought freshly installing firefox would fix the issue and allow me to download but it didnt. I also am tried to download an addon/extension, and that automatically fails to download. How can i fix this?

Ikhiyiwe Okugcinwe kunqolobane 2 181

stubborn cached web content

I have 228 kb of cached web content that refuses to clear. Say there is 1.5 mb cached, and when I clear, the 228 kb is still there. It interferes with a web site I visit.… (funda kabanzi)

I have 228 kb of cached web content that refuses to clear. Say there is 1.5 mb cached, and when I clear, the 228 kb is still there. It interferes with a web site I visit. Please help me get rid of this! Thanks in advance.

Okugcinwe kunqolobane 10 177

Account sync: account history missing?

Firefox was logged into my account and synced before migrating computer to Azure AD. After installing and logging into the fresh install of Firefox, there is no data asso… (funda kabanzi)

Firefox was logged into my account and synced before migrating computer to Azure AD. After installing and logging into the fresh install of Firefox, there is no data associated with the account. It looks as though it was created today, even though I logged into the pre-existing account. I even have emails to this account from over a year ago.

Any way to recover?

Okugcinwe kunqolobane 1 176

One site blank in Linux FF but not in Windows FF

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as… (funda kabanzi)

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as a blank white screen. Every other website I try on the Linux install works perfectly; it is only this one website which does not work.

There are no add-ons, no proxies, no security suites, nothing extra. I cleared all cookies and cache. Tried running FF in Protected Mode. Nothing seems to fix it.  There are no error messages displayed - just a blank white screen.

And, to make it worse, I am not particularly computer-literate, (I'm 82 years old...), so you will have to give me simple guidance if I need to get involved with deeper logging etc.

Okugcinwe kunqolobane 6 176

Can I get Firefox to ask for the primary password only if it is needed?

I would like to further secure my passwords but don't want to have to enter the primary password every time I start the browser. I would like it to only prompt me if a p… (funda kabanzi)

I would like to further secure my passwords but don't want to have to enter the primary password every time I start the browser. I would like it to only prompt me if a password is needed. I can go days without needing a password to be entered and open and close Firefox every time I use it. It gets tedious. Thanks!

Okugcinwe kunqolobane 2 173

Youtube audio is cutting/bugging out on vids after looping sometimes.

Ever since I switched to Firefox a few months ago, i've noticed that the audio on youtube music vids cuts out when I put the video on a loop sometimes. Moving the play ba… (funda kabanzi)

Ever since I switched to Firefox a few months ago, i've noticed that the audio on youtube music vids cuts out when I put the video on a loop sometimes. Moving the play bar to a different point/time on the video fixes it but it is extremely annoying. Can anyone help with fixes? Thanks

Okugcinwe kunqolobane 2 173

When opening Firefox, screen is so large toolbar is almost hidden at top

When I open Firefox these days, the window is so big that the toolbar is barely visible. I have to put the cursor in just the right little spot to pull the window down an… (funda kabanzi)

When I open Firefox these days, the window is so big that the toolbar is barely visible. I have to put the cursor in just the right little spot to pull the window down and resize it. It is NOT full screen or maximized, it just opens a huge window that's too far up on the screen. I just want to resize the default window that it opens with.

Kusonjululiwe Okugcinwe kunqolobane 1 173

history deleted recover requsted this date 18\06\2024 this account firefox

I am writing to request assistance with recovering my deleted browsing history for my Firefox account. On June 18, 2024, I accidentally deleted my browsing history and I … (funda kabanzi)

I am writing to request assistance with recovering my deleted browsing history for my Firefox account. On June 18, 2024, I accidentally deleted my browsing history and I am hoping there is a way to restore it.

Okugcinwe kunqolobane 3 173