顯示下列標籤的問題: 顯示所有問題

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… (閱讀更多)

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.

dmaxwell1 於 16 小時前 詢問

jonzn4SUSE 最近回覆於 2 小時前

126.0.1 (64-bit) so many problems

I have been using Firefox for years without any problem but 126.0.1 (64-bit) is making me to consider stopping it. I am having issues playing live cams, getting some webs… (閱讀更多)

I have been using Firefox for years without any problem but 126.0.1 (64-bit) is making me to consider stopping it. I am having issues playing live cams, getting some websites running properly, authentication issues, etc...etc..

Why?

aramartis 於 3 小時前 詢問

jonzn4SUSE 最近回覆於 2 小時前

Sky ID on my iPhone

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a… (閱讀更多)

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a Google error message denying access owing to a violation of Terms of Service. This means I am unable to update and could have future problems with access to Yahoo emails on my iPhone. Can you help? Alan Warburton.

warburton-alan 於 17 小時前 詢問

cor-el 最近回覆於 3 小時前

stop video autoplay

the only autoplay setting i can find is under privacy and security. the page shows DEFAULT FOR ALL WEBSITES: Block Audio and Video, but videos still open and play. the pa… (閱讀更多)

the only autoplay setting i can find is under privacy and security. the page shows DEFAULT FOR ALL WEBSITES: Block Audio and Video, but videos still open and play. the page does not retain the change when i select the button REMOVE ALL WEBSITES. this problem has not been happening for years. it may have begun about six months ago. thank you for your time

ekworks 於 13 小時前 詢問

cor-el 最近回覆於 7 小時前

XULRunner Error Pop-Up when starting and closing Firefox

Lately, I have been getting a pop-up error when I start and close Firefox. The error reads: "XULRunner Could not determine any profile running in backgroundtask mode!"… (閱讀更多)

Lately, I have been getting a pop-up error when I start and close Firefox. The error reads: "XULRunner Could not determine any profile running in backgroundtask mode!"

I have found posts such as this one: https://support.mozilla.org/en-US/questions/1398228 and other posts suggesting to disable the scheduled task in Windows Task Scheduler, but none of the solutions have worked thus far. Anyone know of any other solutions?

johann.e.munguia 於 11 小時前 詢問

cor-el 最近回覆於 7 小時前

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 … (閱讀更多)

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>

ngiatsog 於 15 小時前 詢問

jscher2000 - Support Volunteer 最近回覆於 11 小時前

When first started, Firefox takes way too long to load any website

I'm hoping someone can help with a conundrum. A few years ago, whenever I first started Firefox--whether I had just started up my computer or had exited Firefox and open… (閱讀更多)

I'm hoping someone can help with a conundrum.

A few years ago, whenever I first started Firefox--whether I had just started up my computer or had exited Firefox and opened it back up--it would take several minutes for Firefox to load any website (Google, Amazon, weather.com--anything). Once the first site loaded, it would load subsequent sites normally. Interestingly, it was only my default profile that was affected; if I used another profile or created a new one, websites would load within seconds of my starting Firefox.

I finally broke down and created a new default profile, imported my history/bookmarks/etc., reinstalled extensions, adjusted settings, etc. The new profile behaved nicely, loading the first website within a few seconds of Firefox starting. But over time, the load time has gradually increased to the point where it is now behaving just like the old profile: I load Firefox, I try to go to any website, and it takes several minutes for it to load.

Any ideas what's happening/what's the problem? Hoping someone out there has some wisdom and can help troubleshoot. Thanks!

pizzilla 於 1 天前 詢問

TyDraniu 最近回覆於 12 小時前

Firefox Can’t Open This Page

When I try to open a what may be a link in a page, which should bring up a PDF file, I think, I get the following: Firefox Can’t Open This Page To protect your securit… (閱讀更多)

When I try to open a what may be a link in a page, which should bring up a PDF file, I think, I get the following:


Firefox Can’t Open This Page

To protect your security, api.medicare.gov will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.

Learn more…

When I click on the Open Site in new Window button I get a new window with the following:


message "Unauthorized" context {} code null

kurt_matthys 於 13 小時前 詢問

jscher2000 - Support Volunteer 最近回覆於 13 小時前

mp4 videos fail to load using <video> tag

I am trying to add an mp4 video to my website using the following code: <video width="320" height="240" controls> <source src="images/###.mp4" type="video/mp… (閱讀更多)

I am trying to add an mp4 video to my website using the following code:

<video width="320" height="240" controls>
  <source src="images/###.mp4" type="video/mp4">
</video>

where ### is the name of the video file. I get the following error message:

"No video with supported format or MIME type found."

In the console the following is displayed:

"Media resource http://127.0.0.1:5502/images/###.mp4 could not be decoded. video.html All candidate resources failed to load. Media load paused. video.html Media resource http://127.0.0.1:5502/images/###.mp4 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)"

Runs just fine in Chrome and I have no pop-up blockers installed. Autoplay is set to be allowed for all websites.

Windows 11 version 23H2. Firefox version: 126.0 (64-bit)

crb001 於 1 天前 詢問

TyDraniu 最近回覆於 22 小時前

Printing emails

I have used Firefox for Windows for many years and have had no problems until recently. I have been unable to print my emails: when I click on the printer icon in the upp… (閱讀更多)

I have used Firefox for Windows for many years and have had no problems until recently. I have been unable to print my emails: when I click on the printer icon in the upper right corner of an email nothing happens. I was wondering if there was something in the settings that was causing this problem. Thank you!

javajiving 於 1 天前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 天前

credit card window

I am experiencing no window to enter my credit card number in. There is the window for the expiry date and CCC code. Just not the card number. I have tried numerous websi… (閱讀更多)

I am experiencing no window to enter my credit card number in. There is the window for the expiry date and CCC code. Just not the card number. I have tried numerous websites that I would never buy anything from just to test the failure and it repeats on all the sites I have tried including government payment site.

jjnowayhosa 於 1 天前 詢問

jonzn4SUSE 最近回覆於 1 天前

Cannot reorder or detach tabs after having done it once

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but onc… (閱讀更多)

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but once I detach one tab both functionalities do not work anymore.

- Firefox version 126.0 on Kubuntu 24.04 - After restarting Firefox I am able to do it again once - After rebooting I am also able to do it again once - The same issue in private window - I have refreshed Firefox through Help -> More troubleshooting information - Disabled all my add-ons - Tried it in Troubleshoot mode

I cannot seem to find a real answer online. Does somebody here have a solution for me :-)?

legousk 於 6 天前 詢問

jonzn4SUSE 最近回覆於 1 天前

Closing a tab next to an unloaded one jumps to previous tab

Hi, If I have an unloaded tab on right of the current tab and I close the current one, instead of going to the right tab, which is the unloaded one, it jumps to another … (閱讀更多)

Hi,

If I have an unloaded tab on right of the current tab and I close the current one, instead of going to the right tab, which is the unloaded one, it jumps to another tab which I'm not sure has what relation to it, it certainly is not the tab that opened it.

I removed every modified entry of "Browser.tab" in About:Config, installed "Select After Closing Tab", no result.

Thanks

Silliness7034 於 4 天前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 天前

Cannot download anything any addon refuse to install.

As title- Cannot download for example webm format, but jpg is okay. cannot install any addon, theme or anything. DRM didnt install as well. i was trying reinstall, refres… (閱讀更多)

As title- Cannot download for example webm format, but jpg is okay. cannot install any addon, theme or anything. DRM didnt install as well. i was trying reinstall, refreshing browser, rebooting.

pancerny 於 1 週前 詢問

Paul 最近回覆於 1 天前

Firefox jumps unloaded tabs when closing an adjacent one

If you close a tab that is next to one or more unloaded tabs, firefox jumps those and opens the next one that is loaded. Is there a way to disable this so upon closing it… (閱讀更多)

If you close a tab that is next to one or more unloaded tabs, firefox jumps those and opens the next one that is loaded. Is there a way to disable this so upon closing it would open the right tab, whether loaded or not. I tried "Select After Closing" add-on, didn't fix it. Disabled Auto Unloading via about:config, same result.

Silliness7034 於 1 天前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 天前

Secure Connection Failed

I am getting "Secure Connection Failed", Ive seen literally hundereds of same error also exist here. Like most of default solution (which is below) did not work for me. M… (閱讀更多)

I am getting "Secure Connection Failed", Ive seen literally hundereds of same error also exist here. Like most of default solution (which is below) did not work for me. My laptops time is correct, And I highly doubt reddit and most of internet has issue with its security certificates. And other browser works just fine. So What is my solution other than immigrating to new browser?

https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect?as=u&utm_source=inproduct

sinan50563 於 3 天前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 天前