Prikaz označenih pitanja: Prikaži sva pitanja

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… (pročitajte više)

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 prije 12 sati

Last reply by cor-el prije 1 sat

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… (pročitajte više)

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 prije 7 sati

Last reply by cor-el prije 1 sat

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 … (pročitajte više)

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 prije 9 sati

Last reply by jscher2000 - Support Volunteer prije 5 sati

High battery usage with low screen time

I really like this app. I always use it on desktop also but after a few last updates I noticed that battery usage of this app increased a lot and the percentage is very h… (pročitajte više)

I really like this app. I always use it on desktop also but after a few last updates I noticed that battery usage of this app increased a lot and the percentage is very high. 1 hour screen time on youtube was 4% battery usage but on the firefox side it was 17 min / 11% battery usage. If you fix this It will be perfect for me. Here are the screenshots with different days. And I'm using sync feature and ublock addon. I always close the opened apps and I use deep sleep feature on my samsung device. And I forced to close the app. For now I stop using firefox for test purposes.

Asked by gldio prije 3 mjeseci

Last reply by alogh prije 2 sati

Changing your e-mail password within Thunderbird to enable incoming and outgoing email.

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable i… (pročitajte više)

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable incoming and outgoing emails. My account is already established, I only want to change the password so Thunderbird can get and send from my email account.

Asked by RRRichmond prije 4 sati

Last reply by david prije 4 sati

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… (pročitajte više)

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 prije 10 sati

Last reply by jscher2000 - Support Volunteer prije 5 sati

Thunderbird update lost address book and email.

The last version of Thunderbird that I downloaded and installed was V91.0.2 in 2021. When I installed this latest upgrade my email was totally screwed up. I lost my addre… (pročitajte više)

The last version of Thunderbird that I downloaded and installed was V91.0.2 in 2021. When I installed this latest upgrade my email was totally screwed up. I lost my address book and everything else. Support finally gave up I guess because they quit replying to my posts. I have been just using GMail as my email host. I think I would like to try to be able to use Thunderbird again but, I assume it would require a totally new install and I have no idea where to start. I am not a computer guru so would need my hand held to do this. Thank you

Asked by Travelingelk prije 20 sati

Last reply by Wayne Mery prije 7 sati

Can't get messages from Yahoo mail

My email from cox.net was just moved to yahoo mail. I still have my @cox.net email. I change the server name to imap.mail.yahoo.com, port 993, SSL/TLS, normal password, a… (pročitajte više)

My email from cox.net was just moved to yahoo mail. I still have my @cox.net email. I change the server name to imap.mail.yahoo.com, port 993, SSL/TLS, normal password, and the SMTP server to smtp.mail.yahoo.com, Port 465.

I cannot download any new emails. Help!

Asked by George Paik prije 17 sati

Last reply by Toad-Hall prije 8 sati

date order

I want to Change date order (ascending/descending) of messages when there are no headings for mail including the date column. How do I do this? I recently installed lates… (pročitajte više)

I want to Change date order (ascending/descending) of messages when there are no headings for mail including the date column. How do I do this? I recently installed latest version of Thunderbird.

Asked by Leigh prije 19 sati

Last reply by david prije 12 sati

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… (pročitajte više)

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!

Asked by javajiving prije 20 sati

Last reply by jscher2000 - Support Volunteer prije 18 sati

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 … (pročitajte više)

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

Asked by obhke4e3 prije 19 sati

Last reply by jscher2000 - Support Volunteer prije 18 sati

Keyboard Shortcuts for Zoom Not Working in TB 115

When I open a message in my TB 115 Inbox, and wish to zoom in or out on the message using the keyboard commands for Zoom (Command+Plus, Command-Minus, Command-0), nothing… (pročitajte više)

When I open a message in my TB 115 Inbox, and wish to zoom in or out on the message using the keyboard commands for Zoom (Command+Plus, Command-Minus, Command-0), nothing happens.

I am running TB 115.3.1. My OS is Mac OS Monterey, 12.7.3

I have restarted TB 115 in Troubleshoot Mode, and the shortcuts still do not work. I have manually disabled all add-ons, and this has made no difference, either.

The only thing that works for zooming in or out on an email is to first use the drop-down menu for View -> Zoom. Then the Zoom keyboard shortcuts do work for that specific email. With each different email, the keyboard shortcuts for Zoom do not work, unless I first use the drop-down menu commands.

How do I get the keyboard shortcuts for Zoom to work without having to first use the drop-down menu?

Thanks,

- Alan

Asked by Alan Kirk prije 2 mjeseci

Last reply by Wayne Mery prije 22 sati

Display count of select items

I believe that TBird in the past would show the count of the selected messages in the bar at the bottom. For example if I selected 10 messages in a folder for deletion i… (pročitajte više)

I believe that TBird in the past would show the count of the selected messages in the bar at the bottom. For example if I selected 10 messages in a folder for deletion it would show at the bottom how many were selected. If I selected a thousand it would show that number, and then when I hit delete it would show a progress of x number deleted of so many selected.

Now it no longer shows the number selected and during the delete process only occasionally flashes the x number deleted of the number selected.

I believe this is a bug in 115.11.1 It is occurring on two different PCs both running Win 10 Pro.

Asked by eberger5 prije 2 dana

Last reply by Wayne Mery prije 23 sati

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… (pročitajte više)

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.

Asked by jjnowayhosa prije 1 dan

Last reply by jonzn4SUSE prije 1 dan

want old email box back, new inbox sucks.

The new inbox format is similar to Apple inbox. I used Thunderbird because, in my opinion, the inbox layout was much better than Apple mail inbox which is one of the pri… (pročitajte više)

The new inbox format is similar to Apple inbox. I used Thunderbird because, in my opinion, the inbox layout was much better than Apple mail inbox which is one of the primary reason I use Thunder bird. Is there a way to go back to the previous inbox version?

Asked by b9btpzrmsn prije 1 dan

Last reply by david prije 1 dan