Scissors Tool Missing

My screenshot scissors tool has disappeared from the toolbar. I looked in "Customise Toolbar" and "Edit controls" is the only related toolbar that's there. Has the scisso… (మరింత చదవండి)

My screenshot scissors tool has disappeared from the toolbar. I looked in "Customise Toolbar" and "Edit controls" is the only related toolbar that's there. Has the scissors tool been replaced by this?

Asked by eugbug1 3 రోజుల క్రితం

Last reply by eugbug1 3 రోజుల క్రితం

Link colors

Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an op… (మరింత చదవండి)

Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an option to turn it on again.

Asked by hperry459 3 రోజుల క్రితం

Fox Filter

I was wondering how to restrict certain words from being browsed on the account, is that possible? I heard FoxFilter does something similar but I can’t seem to find it. … (మరింత చదవండి)

I was wondering how to restrict certain words from being browsed on the account, is that possible? I heard FoxFilter does something similar but I can’t seem to find it.

Asked by 123juli17 3 రోజుల క్రితం

Can't configure New Release 139_0_2 with Classic View from Release 128.11

My desktop computer died, so I needed to copy all my data files from backup (which worked fine) and then install all the apps that I regularly run on my laptop. When I … (మరింత చదవండి)

My desktop computer died, so I needed to copy all my data files from backup (which worked fine) and then install all the apps that I regularly run on my laptop. When I installed Thunderbird, I got the latest Release 139.02. It behaves very differently from what I think is called the "Classic View" that was running on my Desktop. I REALLY hate it, but can't figure out how to set the Thunderbird parameters to do that. My problems include:

-- Overview of Thunderbird "Views". I can't find any documentation that explains [a] the various viewing options that Thunderbird offers and [b] EXACTLY how to set them.

-- Release Notes. I haven't found any release notes to explain when/why a major change to view was done.

-- Periodically, even for same release, Thunderbird CHANGES my parameter settings. Most annoying is changing the General Message-List settings to "Show Only Display Names For People in My Address Book". I live in a retirement community where many husbands & wives share the same Email address. With this setting, Thunderbird shows the name associate with the first message I received from this Email address. So the heading doesn't show which person actually sent it (although I can make a good guess when Thunderbird is telling me it came from a dead person. [g]

Is there ANY way I can get Release 139.0.2 to display messages the way I've been seeing them for at least 10 years? I REALLY need help. (If I can't get Thunderbird to behave the way I want, seem like I might as well switch to reading/writing messages directly from Google Gmail web site. It's equally lacking in documentation, but I suppose that eventually I could figure it out.)

Thanks in advance for any help anybody can offer.GMail, I'd seriously consider switch to using Gmail directly without Thunderbird.)

Asked by Mandy W 6 రోజుల క్రితం

Last reply by Mandy W 4 రోజుల క్రితం

Is there a way to change the order in which the Collections list appears?

I am adding tabs to Collections and have noticed that I cannot change the order in which the list of Collections appears, either on the Home page under subheading "Collec… (మరింత చదవండి)

I am adding tabs to Collections and have noticed that I cannot change the order in which the list of Collections appears, either on the Home page under subheading "Collections" or upon clicking "Save to collection" from the three-dot menu.

The order seems to be fixed by an ordering system of oldest to newest. There is no way to rearrange this ordering, either to alphabetical ranking or custom ordering.

Is there a way to switch up the chronological ordering? Any help would be much appreciated.

Asked by pebbletea 4 రోజుల క్రితం

Firefox broke Discord functionality

How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigat… (మరింత చదవండి)

How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigate between servers on discord.com. Instead those keys are now reserved by Firefox for navigating tabs (which seems superlative, there are already MULTIPLE other hotkey combos for switching tabs.) Absolutely bonkers that there's no user-friendly way to modify these hotkeys.

Asked by lchristakis 4 రోజుల క్రితం

Firefox display screen

My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now co… (మరింత చదవండి)

My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now comes up only on my second monitor screen. I want it back on my primary monitor where it has always been under Windows 10. Help and Thanks. Charles Klingsporn

Asked by northrockies 4 రోజుల క్రితం

Thundrebird loses settings and emails

Hi everyone I use Thunderbird Portable on an external SSD. I switch between a Windows 10 and a Windows 11 computer. On the Win11, I am experiencing some issues. When I ru… (మరింత చదవండి)

Hi everyone I use Thunderbird Portable on an external SSD. I switch between a Windows 10 and a Windows 11 computer. On the Win11, I am experiencing some issues. When I run TB, sometimes the app "loses memory" and it opens as the first time, although the local folders seemingly should have all the emails (some folders have appropriate date and time, and the total size of the folder is OK). But I have no possibility to recover these emails. I tried to import them, but there always is some problem. I tried to copy all the folders in a previous (working) backup copy of TB, but still doesn't work.... how can I fix this?

Asked by marco 4 రోజుల క్రితం

Last reply by marco 4 రోజుల క్రితం

Javascript off

On July 2nd, I began receiving error messages in emails that connect with Healthcare apps that I need to check settings in my browser for Javascript & turn it back o… (మరింత చదవండి)

On July 2nd, I began receiving error messages in emails that connect with Healthcare apps that I need to check settings in my browser for Javascript & turn it back on.

I read in solutions that it's automatic, but there must be a way to activate it again. I even restarted my phone hoping that would solve it.

Asked by vzwaan2 4 రోజుల క్రితం

User Chrome javascript to change keyboard shortcuts stopped working

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few wee… (మరింత చదవండి)

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few weeks ago. Now it only partly works. C+J is fine. The other two succeed in deleting the existing command, and the shortcut key does nothing. Any ideas please?

// C+J = open downloads var element = document.getElementById('key_openDownloads'); if (element) {

 element.setAttribute('key', 'j');
 element.setAttribute('modifiers', 'accel');

}

// C+D = Duplicate tab var element = document.getElementById('addBookmarkAsKb'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', "duplicateTabIn(gBrowser.selectedTab, 'tab')");

}

// CS+N = move tab to new window var element = document.getElementById('key_undoCloseWindow'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', 'gBrowser.replaceTabsWithWindow(gBrowser.selectedTab)');

}

Asked by Adam__S 4 రోజుల క్రితం

Scroll bar

The scroll bar on web pages has disappeared. What has happened? How can I restore it?

Asked by Lincoln 4 రోజుల క్రితం

Finish setup

I am prompted to FINISH SETUP. When I click on the button a pop up asking me to FINISH SETTING UP FIREFOX by completing 5 steps. All are checked. Nothing happens nor is t… (మరింత చదవండి)

I am prompted to FINISH SETUP. When I click on the button a pop up asking me to FINISH SETTING UP FIREFOX by completing 5 steps. All are checked. Nothing happens nor is there a button to execute the operation. How do I complete the SETUP?

Asked by JAMES 5 రోజుల క్రితం

Images versus Links in body of emails

Hello Following a recent thundebird update, the body of certain emails contains a list of links to images rather than the images themselves that appeared before. The scre… (మరింత చదవండి)

Hello Following a recent thundebird update, the body of certain emails contains a list of links to images rather than the images themselves that appeared before. The screen looks crowded, confusing and unattractive. How can I revert to the old, much more attractive appearance ? I have searched but can find no help. Regards

Asked by pyor66 5 రోజుల క్రితం

Hidding sub folders

I have a lot of folders in my account and most have sub folders. When I search the folders, it shows all the sub folders making selection a long task. Is it possible t… (మరింత చదవండి)

I have a lot of folders in my account and most have sub folders. When I search the folders, it shows all the sub folders making selection a long task. Is it possible to hide these sub folders as you can in GMail for android and TB for PCs.

Asked by tony.ainscough 5 రోజుల క్రితం

Empty Trash/Compact driving me crazy - "The messages could not be moved or copied to folder xxxxx because writing to folder failed. To gain disk space, from the file menu, first choose Empty Trash, and then choose Compact Folders, and then try again."

I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm… (మరింత చదవండి)

I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm now down to 7,634 in my Inbox and 4,965 in my Sent folder. I've allocated 2 weeks for this process and found that it's taking me about 3 hours per day to meet my daily goals. I'm finding that I'm spending at LEAST half the time responding to "Empty-Trash/Compact-folders" requests. There are times I can delete 50 e-mails at a time without getting a request. Other times I will try to delete ten e-mails and get the request. With the old version of Thunderbird I could literally delete hundreds of e-mails at a time. Can you help? Russ Bukwa Yardley, PA ps. I have intentionally given you specific numbers. Based on my software- and test-engineering experience, I speculate you need to create a stress test to solve this nagging problem.

Asked by newdayrj 3 వారాల క్రితం

Last reply by newdayrj 6 రోజుల క్రితం