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

Asked by ekworks 5 ชั่วโมงก่อน

Last reply by cor-el 18 นาทีก่อน

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?

Asked by johann.e.munguia 4 ชั่วโมงก่อน

Last reply by cor-el 19 นาทีก่อน

Apostrophe is not showing up correctly ( )

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ). What I do: 1. Press the apostrophe button 2. Press space Expected res… (อ่านเพิ่มเติม)

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ).

What I do: 1. Press the apostrophe button 2. Press space

Expected result: '

Actual result:


I m on Firefox Linux and my keybord is set on INTL

Asked by Jonezz 11 ชั่วโมงก่อน

Last reply by cor-el 22 นาทีก่อน

Firefox is not showing "Details" and "Activity" on files in Google Drive

Hello, I have been facing this issue when accessing Google Drive using Firefox, after selecting a file and clicking on "File information" option the "Details" and Activi… (อ่านเพิ่มเติม)

Hello,

I have been facing this issue when accessing Google Drive using Firefox, after selecting a file and clicking on "File information" option the "Details" and Activity" tabs simply don't load, as you can see in these screenshots.

Also, I found this thread also here on Mozilla Support from two years ago that reports the same issue. Apparently the bug was solved but ended up returning in most current versions.

I opened the current thread just to report this bug again. Thanks.

EDIT.: Another user reporting the same, his thread was archived: https://support.mozilla.org/en-US/questions/1422875

Asked by Janderson James 36 นาทีก่อน

After update, when I click on auto fill option a settings tab opens every single time

After update, when I click on auto fill option a settings tab opens every single time. I close it and it happens again. I use firefox to fill out some repeated forms (and… (อ่านเพิ่มเติม)

After update, when I click on auto fill option a settings tab opens every single time. I close it and it happens again. I use firefox to fill out some repeated forms (and separate topic would also like to customize these autofils and pre-write some ideally), but this is a new problem that breaks using firefox totally for me, causing lots of scrolling clicks and time wastage. What changed that can be fixed in recent updates on this? Thanks.

Asked by bryant4 33 นาทีก่อน

firefox ate my history

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed perman… (อ่านเพิ่มเติม)

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed permanently on a single web address. this is the web address of a site that is in my toolbar. this site cannot be deleted from the history. this site cannot be deleted through the preferences menu. the same site shows in the history file as the only site visited in the past several months, even though i have not visited that site in the past several months. the browser does not show my browsing history. the browser does not create a browsing history. my history function is permanently broken.

help?

Asked by drollere 6 ชั่วโมงก่อน

Last reply by cor-el 51 นาทีก่อน

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>

Asked by ngiatsog 8 ชั่วโมงก่อน

Last reply by jscher2000 - Support Volunteer 4 ชั่วโมงก่อน

Blocker: Mozilla Firefox causes rows overlapping

Dear Support Team, After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire he… (อ่านเพิ่มเติม)

Dear Support Team,

After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire height of the table is correct calculated.

This is a blocking point. I need assistance urgently.

Asked by Stefan Curiban 12 ชั่วโมงก่อน

Last reply by NoahSUMO 2 ชั่วโมงก่อน

  • แก้ไขปัญหาแล้ว

Domain uniformity no uniform

FireFox assumes that text size is the same for all pages in a domain, rferl.org for example. That is _not_ true. If I have set size to 50% and then take a link to a page … (อ่านเพิ่มเติม)

FireFox assumes that text size is the same for all pages in a domain, rferl.org for example. That is _not_ true. If I have set size to 50% and then take a link to a page that's different and have to set size to 67% to read it, when I return to the original page, size is 67% and text is too large.

Asked by Mark Filipak 3 ชั่วโมงก่อน

Answered by TyDraniu 3 ชั่วโมงก่อน

firefox page

i cant get firefox to open main page no matter what i try. Ive download it a few times and then it ask me to no let it fix it i did and then it still wont open.use firefo… (อ่านเพิ่มเติม)

i cant get firefox to open main page no matter what i try. Ive download it a few times and then it ask me to no let it fix it i did and then it still wont open.use firefox more than any site. ty if you can help.

Asked by Sheree Maggard 3 ชั่วโมงก่อน

Import from Edge after forced migration - Firefox corruped user data after update

Dear fellows, I did lost all history data after a previous update, my user got corrupted data and somehow I did manage to import the info into Edge browser. To my surpri… (อ่านเพิ่มเติม)

Dear fellows,

I did lost all history data after a previous update, my user got corrupted data and somehow I did manage to import the info into Edge browser. To my surprise after I reinstalled a clean Firefox, it only imported back 3 months of browsing history. Topically, average user keep a computer 3-4 years.. I don't know from where developers came with the idea of limiting to such a shot interval. I have thousands of browsing history links from more that 10 years kept and I need them all.

Tried to increase the number from about:config, but there is an option only for Chrome which I never used and always hate :)

I did installed Chrome to convince myself about it's ingenuity, even if it was not necessary. It does have import option only from Microsoft Explorer, no Edge.

If there is a solution for importing a longer period and high number of entries, please share it.

I'm not an IT expert, but I can manage consoles if there is an even deeper option to modify config files.

Thank you in advance!

Asked by cristian.fan 3 ชั่วโมงก่อน

A new pop-up box is preventing me from using a site I have been using regularly for several years

I've been using a Rewards site regularly (3/4 times per month) for several years without problem. This weekend the attached pop-up appeared. It makes no difference wheth… (อ่านเพิ่มเติม)

I've been using a Rewards site regularly (3/4 times per month) for several years without problem. This weekend the attached pop-up appeared. It makes no difference whether I select Resend or Cancel, the program just re-displays the pop-up trapping me in an endless loop. The only exit is to close the window and abort the process. I was able to complete the task without any problem using Edge instead so it appears to be a Firefox specific issue. I haven't consciously changed anything since last using the site successfully on 24 May. Any help/suggestions appreciated.

Asked by eregister 11 ชั่วโมงก่อน

Last reply by eregister 3 ชั่วโมงก่อน

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.

Asked by dmaxwell1 9 ชั่วโมงก่อน

Last reply by jscher2000 - Support Volunteer 4 ชั่วโมงก่อน

Firefox blocks Piano-scripts

My name is Ievgeniia Kukushkina and I hope I can get help here 🙏 I represent company called Piano Software which provides user experience and paywall software to manage … (อ่านเพิ่มเติม)

My name is Ievgeniia Kukushkina and I hope I can get help here 🙏

I represent company called Piano Software which provides user experience and paywall software to manage subscriptions and access to content for companies. Our customers news websites use our software to make a relevant experience for end-users. But end users, who use your software could not access to that content, because your software blocks ours. We received multiple tickets regarding Firefox blocking the execution of Piano scripts

  1. 1

Hey,

It seems Firefox blocks all Piano Scripts in the strict privacy mode of the browser.

For a few days now users are reporting, that they can't access the Login via firefox. In the "strict" privacy mode all Piano scripts seem to get blocked. Even Paywalls and Banner are missing. When i choose a custom privacy setting and block everything but "tracking content", all piano functions are available again.

Did you change anything in your cookie handling, that may have be causing browsers to categorize piano cookies wrong and block them?

Steps to reproduce (see also video):

open

thepioneer.de in firefox

in standard brwoser privacy setting you should be able to see the Login button, Paywalls, Banner

open pricavy settings and turn on strict mode

Login Button etc. disappear

Turn privacy setting to custom and uncheck "tracking content" -> Login appears again.

Jon_0-1716558095816.png


https://youtu.be/Al50NzkxgtE


  1. 2

Hello,

there is a problem in the firefox browser, if you use "private window" the function "Extended tracking protection" is turned on automaticly and in this case you can't log in to the account and also article locks don't appear at all

I mean this:

here it doesn't appear in firefox https://prnt.sc/AqgqRBjTKUg5 this is normally displayed in chrome https://prnt.sc/PvJVJOZulUbt


  1. 3

Hello,

Recently we've received some reports from people that they are unable to sign-in on our website in Firefox. It seems like the Piano script is being blocked for some reason. One of our developers has provided a recording of what he was seeing here (a Sign-In / Subscribe button should be appearing in the top right if it were working properly).

He is using Firefox version 126.0 on macOS, in private browsing mode, using Standard browser privacy settings. We've had others report the same issue on Windows in normal browsing mode. We previously haven't had issues with those settings before, so we're not sure if something may have changed.

Do you have any suggestions on how to troubleshoot this?

Asked by Ievgeniia Kukushkina 11 ชั่วโมงก่อน

Last reply by jscher2000 - Support Volunteer 4 ชั่วโมงก่อน

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.

Asked by warburton-alan 10 ชั่วโมงก่อน

Last reply by jscher2000 - Support Volunteer 4 ชั่วโมงก่อน

Find in Page Not Working

The Find in Page feature is not working in my build of Firefox Nightly. Application Basics Name: Firefox Version: 128.0a1 Build ID: 20240602210803 Distribution ID: U… (อ่านเพิ่มเติม)

The Find in Page feature is not working in my build of Firefox Nightly. Application Basics


Name: Firefox Version: 128.0a1 Build ID: 20240602210803 Distribution ID: Update Channel: nightly User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0 OS: Windows_NT 10.0 22631 Launcher Process: Enabled Multiprocess Windows: 3/3 Fission Windows: 3/3 Enabled by default Remote Processes: 10 Enterprise Policies: Inactive Google Location Service Key: Found Google Safebrowsing Key: Found Mozilla Location Service Key: Found Safe Mode: true Memory Size (RAM): 31.8 GB Disk Space Available: 685 GB Pointing Devices: Mouse

Asked by lauren.y.maples 4 ชั่วโมงก่อน

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!

Asked by pizzilla 20 ชั่วโมงก่อน

Last reply by TyDraniu 5 ชั่วโมงก่อน

Firefox running in -kiosk mode randomly freezes/becomes unresponsive from time to time

Hello everyone! I have a really nasty problem (for almost 3 years now) that I just can't get a handle on (and I don't know the root cause 100% either). Here's my situatio… (อ่านเพิ่มเติม)

Hello everyone! I have a really nasty problem (for almost 3 years now) that I just can't get a handle on (and I don't know the root cause 100% either). Here's my situation:

  • We have a self-check-in terminal (kiosk) that is used in hotels
  • The terminal runs a web app in FF full-screen kiosk mode (-kiosk flag)
  • 99% of the time everything works fine and without any problems
  • Sometimes though, the problem occurs that the entire browser content no longer responds to touch events
  • My app continues to run, we see the visual feedback from the touch monitor, but Firefox no longer responds to anything
  • If you connect via AnyDesk (our remote maintenance tool), you can click with the mouse
  • Even the DevTools don't respond to touch interactions
  • As I said, everything is fine via mouse interaction (remote)

What I have already tried:

  • Disable hardware acceleration
  • Browser restart every day at 4:00AM (so far so good, but it still happens sometimes in between of these restart windows)
  • Set the widget.windows.window_occlusion_tracking.enabled to "disabled" - I read that the problem could be related to that

Does anyone know the problem and can help me? It's really critical for our business, as the guest cannot interact with the device and only a browser restart helps.

One more thing: I saw today that a second Firefox.exe process was running. After killing it, it worked again. What kind of process could it be that is affecting the main app so much?

THANK YOU

Asked by ronald.bluethl 12 ชั่วโมงก่อน