Zobrazenie otázok označených: Zobraziť všetky otázky

GIFs "saving as" webp only

Up until a month ago, I was able to download gifs from the giphy.com as actual GIFs. What has changed in Firefox and how can I troubleshoot this so I can get the desired … (ďalšie informácie)

Up until a month ago, I was able to download gifs from the giphy.com as actual GIFs. What has changed in Firefox and how can I troubleshoot this so I can get the desired file format of GIF?

Otázku položil(a) Toni Serofin Pred 11 hodinami

Posledná odpoveď od jonzn4SUSE Pred 2 hodinami

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 … (ďalšie informácie)

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>

Otázku položil(a) ngiatsog Pred 23 hodinami

Posledná odpoveď od ngiatsog Pred 3 hodinami

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… (ďalšie informácie)

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?

Otázku položil(a) drollere Pred 21 hodinami

Posledná odpoveď od drollere Pred 7 hodinami

Firefox Browser Defaults to the Wrong Time Zone

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to t… (ďalšie informácie)

I've seen a few submissions describing the same or similar issues, but is there a consistent, effective way of changing the time zone in Firefox? It keeps defaulting to the wrong time zone (despite everything else on my system displaying the correct time zone) and has been doing so for weeks. Solutions appreciated!

Otázku položil(a) linsilver888 Pred 7 hodinami

binance problem with live price

Hi support from yesterday firefox has a problem Different computers Different internet same problem Different versions of Brouzer I have the same problem with both of you… (ďalšie informácie)

Hi support from yesterday firefox has a problem Different computers Different internet same problem Different versions of Brouzer I have the same problem with both of you yesterday is a problem Binance prices does not cope in Live not only the prices but other items do not work. Tested on another brouzer neatly doing some problem to you

Thank's

Otázku položil(a) nebojsa3 Pred 7 hodinami

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… (ďalšie informácie)

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.

Otázku položil(a) warburton-alan Pred 1 dňom

Posledná odpoveď od cor-el Pred 10 hodinami

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… (ďalšie informácie)

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

Otázku položil(a) Jonezz Pred 1 dňom

Posledná odpoveď od cor-el Pred 14 hodinami

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… (ďalšie informácie)

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.

Otázku položil(a) bryant4 Pred 14 hodinami

  • Vyriešené

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 … (ďalšie informácie)

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.

Otázku položil(a) Mark Filipak Pred 18 hodinami

Na otázku odpovedal(a) TyDraniu Pred 17 hodinami

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… (ďalšie informácie)

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.

Otázku položil(a) eregister Pred 1 dňom

Posledná odpoveď od eregister Pred 18 hodinami

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… (ďalšie informácie)

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

Otázku položil(a) lauren.y.maples Pred 19 hodinami

Buzzing static noise when visiting certain sites

In Firefox, whenever I go to nab.com.au and then click on Login on the top right, I hear a constant stream of static noise coming out of the speakers. In Chrome, when I… (ďalšie informácie)

In Firefox, whenever I go to nab.com.au and then click on Login on the top right, I hear a constant stream of static noise coming out of the speakers.

In Chrome, when I just visit nab.com.au that same noise starts.

I have a set of Bose speakers connected via an optical cable.

This behaviour doesn't happen on all sites. Just some. As soon as you close the tab, the noise goes away.

It's driving me absolutely nuts.

Otázku položil(a) flecko561 Pred 1 dňom

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… (ďalšie informácie)

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!

Otázku položil(a) javajiving Pred 1 dňom

Posledná odpoveď od jscher2000 - Support Volunteer Pred 1 dňom

At some point browser back button stopped returning you to the same exact results page (order etc.)

I cannot begin to express how frustrating this change is... and I struggle to comprehend why anyone would introduce this by writing it into software, but I'm sure it has … (ďalšie informácie)

I cannot begin to express how frustrating this change is... and I struggle to comprehend why anyone would introduce this by writing it into software, but I'm sure it has something to do with money and profits.

There was a time when you could do a search and get a list of results, and then view a specific listing, and then return to your search page and view another listing. however, those days are evidently gone, as now when you return to your search page, it's slightly different results in a different order. Most are there, but some are missing entirely, and the ones that remain are varied slightly. Whaaaat for!? It is truly a form of torture.

Now in fairness I can't tell if it's the browser (Firefox), or the search engine (Duck Duck Go), because I am unfortunately not a developer. However, whatever is causing it should be fixed out of a sense of social responsibility to the greater good.

If anyone knows why this happens and knows how to fix it, I would be sincerely grateful if you shared the solution.

E

Otázku položil(a) obhke4e3 Pred 1 dňom

Posledná odpoveď od jscher2000 - Support Volunteer Pred 1 dňom

Mozilla Firefoz crashes multiple times after waking laptop from sleep

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet. Network con… (ďalšie informácie)

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet.

Network connectivity was confirmed as I was able to access my VPN and corporate teams.

I submitted as many crash reports as I could. Eventually the crash reporter ceased to function. The message is:

Firefox had a problem and crashed. Unfortunately, the crash reporter is unable to submit a report for this crash.

Details: expected value at line 1 column 1

Only a full reboot of the machine restored functionality but only temporarily. It returns after being put into sleep mode.

Running firefox in safe mode does not restore functionality. The behavior persists.

I am fully up to date according to firefox.

I am running a Lenovo Thinkpad Windows 11.

Otázku položil(a) Candlejack Pred 1 dňom

google setting page incomplete

when I sign into Goog/setting/2 step, the page does not show "app passwords." I've turned off my ad-blocker extensions and pop-up blocker on the page. See attached. … (ďalšie informácie)

when I sign into Goog/setting/2 step, the page does not show "app passwords." I've turned off my ad-blocker extensions and pop-up blocker on the page. See attached.

Otázku položil(a) metropical Pred 1 dňom

Posledná odpoveď od metropical Pred 1 dňom