Add tab sharing support for Google Meet

Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google … (자세히 살펴보기)

Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google Meet and having the TAB sharing feature available is highly appreciated. I know this was requested a lot, but this is a real dealbreaker for many people.

What are your thoughts on this? Maybe it's somewhere in the roadmap already? Thanks!

23시간 전에 pounds.oiler_0j님이 질문

20시간 전에 jscher2000 - Support Volunteer님이 마지막 답변

tab hover (nightly) nightmare

I have just udated nightly. the tab hover shows a bunch of useless info. is there a way to get rid of it? apart from the image, that seems to be tweaked ibn settings for … (자세히 살펴보기)

I have just udated nightly. the tab hover shows a bunch of useless info. is there a way to get rid of it? apart from the image, that seems to be tweaked ibn settings for now, I don't need such a verbose mode. every usual surfer needs just and extended reading of the page title, that is usually cut when you have many tabs. I switched to FF because chrome conf made it unusable. hope FF isn't going into the same direction. Thanks for any help. andrea.

1일 전에 andrea menon님이 질문

20시간 전에 James님이 마지막 답변

Import Outlook 365 pst files into Thunderbird 115

I read that to import Outlook (I have 365) pst files I need 'downgrade' from Thunderbird 115 to Thunderbird v 38.1 . But that was an older post, so I am hoping there a… (자세히 살펴보기)

I read that to import Outlook (I have 365) pst files I need 'downgrade' from Thunderbird 115 to Thunderbird v 38.1 .

But that was an older post, so I am hoping there are now ways to import pst files directly into Thurderbird 115 (I have a lot, each with lots of e-mails).

If not: 1) can I leave 115 on my computer and install v 38.1 in addition - import the outlook pst files into 38.1, store them as 'local files' on my hard drive and then connect those to 115 ? 2) Since I read something about installing v 38.1, importing the pst files (and presumably storing them as local files on the hard drive/external drive?) and then updating that to v 115, I suspect that 1) is not an option. 3) so next question is (haven't searched for that yet) : if I have to delete 115, I will have to re-connect all my local folders once I am upgraded again to 115. I have them all (a lot) stored on an external drive - is there guidance somewhere on how to get those 'recognized' all at the same time by Thunderbird 115 ? (Outlook is not very userfriendly in that regard, one needs to 'open' each pst file individually). 4) final question while I am at it: latest outlook version has limitation on the number of pst files one can have open at the same time - I found that out the hard way. Is there also a limitation on how many local folders one can have in thunderbird 115 ? THANKS A LOT in advance for your help (this is my second time asking for help and last time I got an e-mail with an absolutely perfect answer). Annette.

21시간 전에 annette.kuesel님이 질문

21시간 전에 sfhowes님이 마지막 답변

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.

2일 전에 Stefan Curiban님이 질문

22시간 전에 jscher2000 - Support Volunteer님이 마지막 답변

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>

2일 전에 ngiatsog님이 질문

22시간 전에 jscher2000 - Support Volunteer님이 마지막 답변

TRNSFERRING THUNDERBIRD MAIL AND FOLDERS BUT NOT THE SETTINGS.

i SET UP THUNDERBIRD ON MY NEW COMPUTER, SUCCESSFULLY, BUT THREE DAYS AGO MY WEB HOST/SERVERS UPGRADED THEIR SYSTEM. i SPENT THREE DAYS SORTING OUT NEW SETTINGS. CONFIGUR… (자세히 살펴보기)

i SET UP THUNDERBIRD ON MY NEW COMPUTER, SUCCESSFULLY, BUT THREE DAYS AGO MY WEB HOST/SERVERS UPGRADED THEIR SYSTEM. i SPENT THREE DAYS SORTING OUT NEW SETTINGS. CONFIGURATIONS, PASSWORDS, ETC, TO GET IT ALL WORKING, IT WAS DIFFICUL BUT IT NOW WORKS. HOWEVER, I HAVE MANY FOLDERS OF MAIL ,AND MAIL NOT IN FOLDERS, IN THEUNDERBIRD ON AN OLDER COMPUTER. i WANT TO IMPORT THOSE FOLDERS OF MAIL, AND ADD THEM TO MY NEW COMPUTER THUNDERBIRD INBOX SET UP, BUT I DO NOT WANT TO IMPORT THE OLD SETTINGS AGAIN!" THAT COULD BE A DISASTER. I JUST WANT THE MAIL AND THE FOLDERS. ALL THE VIDEOS i SEE ARE TO IMPORT THE OLD SETTINGS AS WELL. CAN I JUST EXPORT/IMPORT THE ACTUAL MAIL FOLDERS AND MAIL, AND NOT SABOTAGE MY HARD WORK BY CHANGING ALL THE NEW SETTINGS AND PASSWORDS BACK TO WHAT THEY USED TO BE IN THE PROCESS?? IM NOT THAT TECHY; WOULD GREATLY APPRECIATE YOUR ADVICE. THANKS, STEVE

5일 전에 info897님이 질문

22시간 전에 david님이 마지막 답변

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?

2일 전에 drollere님이 질문

22시간 전에 jscher2000 - Support Volunteer님이 마지막 답변

software and Firefox app for Android

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me … (자세히 살펴보기)

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me I have android and don't recognize my galaxy fire fox for Android wrong software screw up my phone and accounts

2개월 전에 Chole “Princess” Mickey님이 질문

23시간 전에 Mary T. Hodge님이 마지막 답변

Refresh Local Folders After Turning on Remote Drive?

Hi, All. I store older emails in subfolders by year within Local Folders, and I've specified that Thunderbird store Local Folders on a toggleable remote drive. The idea i… (자세히 살펴보기)

Hi, All. I store older emails in subfolders by year within Local Folders, and I've specified that Thunderbird store Local Folders on a toggleable remote drive. The idea is that I will just toggle that remote drive on when I need to access Local Folders messages.

Thankfully, when I start Thunderbird with the remote drive off, Local Folders appears without any references to inbox or sent folders (since it can't find the drive), and also thankfully it doesn't throw any "Can't find drive x" error messages. When Thunderbird is open, and I turn the drive on, however, it does not display the remote Local Folders content.

Other than completely closing and reopening Thunderbird, is there a way to have it more easily load the Local Folders content when the drive is turned on - either automatically or manually?

Thank you

2일 전에 RIMSHOT3님이 질문

23시간 전에 david님이 마지막 답변

메일에 링크 삽입 시 링크주소가 다르게 나옵니다.

안녕하세요. 썬더버드 메일 사용 중 인데요. 메일에 링크 삽입 시 링크주소가 다르게 나옵니다. "링크 테스트"에 "cafe.naver.com/masterlesson" 링크를 주었으나 결과는 "mail.naver.com/v2/read/0/cafe.naver.com/masterlesson" 으로 링크됩니다… (자세히 살펴보기)

안녕하세요. 썬더버드 메일 사용 중 인데요. 메일에 링크 삽입 시 링크주소가 다르게 나옵니다.

"링크 테스트"에 "cafe.naver.com/masterlesson" 링크를 주었으나 결과는 "mail.naver.com/v2/read/0/cafe.naver.com/masterlesson" 으로 링크됩니다.

Html 사용해도 마찬가지 입니다.

메일은 네이버 메일 계정에서 네이버 메일 계정으로 메일을 전송했습니다.

추가로 첨부파일 넣었으니 확인해주시고 빠른 답변 부탁드립니다.

1일 전에 jongkyuda2님이 질문

23시간 전에 david님이 마지막 답변

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com Not only me: https://www.reddit.com/r/firefox/co… (자세히 살펴보기)

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com


Not only me: https://www.reddit.com/r/firefox/comments/1ctx1bm/twitter_not_working_on_private_browsing/ https://connect.mozilla.org/t5/discussions/firefox-s-enhanced-tracking-protection-strict-mode-is-known-to/td-p/57432 https://lemmy.world/post/15496431

https://news.ycombinator.com/item?id=40386418 Dunno if entirely accurate but regarding the Firefox error: “Twitter switched their top level domain to X, but didn't change any of their other domains, so they're still pulling assets from Twimg. Which makes Firefox (correctly) block the page if you have Tracking Protect enabled because it sees X trying to involve 3rd parties.“ Slow clap.

1주 전에 hokagegaara님이 질문

23시간 전에 Paul님이 마지막 답변

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 /… (자세히 살펴보기)

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.

1일 전에 FieldEagle님이 질문

23시간 전에 Paul님이 마지막 답변

Removing duplicates (30,000+ emails) systematically and **without** addons.

Using Thunderbird 115.11.0 (64-bit) on Manjaro (Linux - fully updated). Thunderbird is a great and fantastic email client and I will always appreciate Mozilla for its pri… (자세히 살펴보기)

Using Thunderbird 115.11.0 (64-bit) on Manjaro (Linux - fully updated). Thunderbird is a great and fantastic email client and I will always appreciate Mozilla for its principals.

I'm using IMAP and I moved some messages from a Gmail account to another IMAP account and somewhere along the way, an additional 10,000+ emails have been duplicated (about one third).

How can I systematically remove duplicates without the use of an add-on? The reason I don't wish to use an add-on is because every add-on I've found requires the following permission Have full, unrestricted access to Thunderbird, and your computer. and that is absolutely terrifying.

Are there any remedies for (systematically) handling duplicates without handing over all the keys to the kingdom?

2일 전에 mozilla586님이 질문

1일 전에 christ1님이 마지막 답변

Security Exception Error on 1 PC, not on other

My wife & I have the same PCs running Windows 10 & Thunderbird 115.11.0 (32bit). We have a hosted web-site that also supports email, and we each have an email ac… (자세히 살펴보기)

My wife & I have the same PCs running Windows 10 & Thunderbird 115.11.0 (32bit).

We have a hosted web-site that also supports email, and we each have an email account (eg neddy@goon.com.au & minnie@goon.com.au). I've checked that both our POP server configurations are identical but despite that about once a week minnie@goon.com.au receives a warning to add security exception but neddy doesn't. This started happening two weeks ago after a years error free running.

The host has checked that goon.com.au has a valid SSL certificate, so what could be causing the discrepancy and how do I set about fixing it please?

1주 전에 mike741님이 질문

1일 전에 christ1님이 마지막 답변

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (자세히 살펴보기)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

1개월 전에 Mateusz (Mateuszy)님이 질문

1일 전에 jscher2000 - Support Volunteer님이 마지막 답변