Po shfaqen pyetje të etiketuara me: Shfaqi krejt pyetjet

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… (lexoni më tepër)

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?

Pyetur nga Floogle 4 javë më parë

Përgjigja e fundit nga cor-el 3 javë më parë

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 … (lexoni më tepër)

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>

Pyetur nga ngiatsog 4 javë më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 3 javë më parë

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… (lexoni më tepër)

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?

Pyetur nga drollere 4 javë më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 3 javë më parë

Bookmark Toolbar

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard /… (lexoni më tepër)

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard / personal bookmarks.

Pyetur nga FieldEagle 3 javë më parë

Përgjigja e fundit nga Paul 3 javë më parë

Credit card info

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find. … (lexoni më tepër)

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find.

Pyetur nga Steven 4 javë më parë

Përgjigja e fundit nga jonzn4SUSE 4 javë më parë

Google Not Responding and/or Timing Out

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, so… (lexoni më tepër)

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, sometimes the search just times out and goes back to the empty search bar, also when I click on links to websites they time out too. If I go straight to a bookmarked website, that seems to free things up and the next Google search I do will work. I've uninstalled and reinstalled Firefox but it doesn't make any difference. Google works fine on Chrome and Edge. Any advice would be gratefully received - please note I'm not technically minded! Thank you.

Pyetur nga kallen359 4 javë më parë

Përgjigja e fundit nga jonzn4SUSE 4 javë më parë

Log in

I can not log in to Outlook anymore on my computer when I use Firefox, but it is possible when I use Edge. But I prefer Firefox. What to do about this? Billy … (lexoni më tepër)

I can not log in to Outlook anymore on my computer when I use Firefox, but it is possible when I use Edge. But I prefer Firefox. What to do about this?

Billy

Pyetur nga billylarsson 4 javë më parë

Përgjigja e fundit nga Paul 4 javë më parë

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… (lexoni më tepër)

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.

Pyetur nga dmaxwell1 4 javë më parë

Përgjigja e fundit nga jonzn4SUSE 4 javë më parë

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!"… (lexoni më tepër)

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?

Pyetur nga johann.e.munguia 4 javë më parë

Përgjigja e fundit nga cor-el 4 javë më parë

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… (lexoni më tepër)

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

Pyetur nga kurt_matthys 4 javë më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 4 javë më parë

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… (lexoni më tepër)

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!

Pyetur nga javajiving 4 javë më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 4 javë më parë

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 … (lexoni më tepër)

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

Pyetur nga Silliness7034 1 muaj më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 4 javë më parë

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… (lexoni më tepër)

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.

Pyetur nga Silliness7034 4 javë më parë

Përgjigja e fundit nga jscher2000 - Support Volunteer 4 javë më parë

Extensions Greyed Out

Hi, I've recently downloaded firefox and trying to add extensions that were similar to the ones I used on chrome. My problem is that all the extensions (Hoverzoom, Short … (lexoni më tepër)

Hi, I've recently downloaded firefox and trying to add extensions that were similar to the ones I used on chrome. My problem is that all the extensions (Hoverzoom, Short Keys) in the extensions tab in the toolbar and appear to not be working (both in private and normal browsing). However the extensions (Ublock, SponsorBlock) that have their own icon on the toolbar seem to be working fine.

I've attached a reference image,

Any help would be greatly appreciated.

Pyetur nga adidbz 1 muaj më parë

Përgjigja e fundit nga MarkRH 1 muaj më parë

Copy pasting URL doesn't make a clickable link to the website, but instead the URL as string of text

On Edge or other search engines I've been able to highlight, copy and past a web address where the pasted result is a clickable link to the website, but this doesn't work… (lexoni më tepër)

On Edge or other search engines I've been able to highlight, copy and past a web address where the pasted result is a clickable link to the website, but this doesn't work for Firefox. I have looked through the settings and other questions online, but found no solution, from what I can see people more often ask about the opposite issue to mine. Is this a limitation of the search engine or am I dumb?

Pyetur nga Frank Scraprobot 1 muaj më parë

Përgjigja e fundit nga Paul 1 muaj më parë