Отображение вопросов с тегом: Показать все вопросы

Thunderbird keeps resetting the view settings for tasks

I changed the columns to be shown in the tasks view and have it sorted by due date. But every time Thunderbird starts, it resets my view settings for the tasks and shows … (читать ещё)

I changed the columns to be shown in the tasks view and have it sorted by due date. But every time Thunderbird starts, it resets my view settings for the tasks and shows me the default columns and order. How can I fix it?

Задан August3180 5 дней назад

  • Решено

check box at left of message threads.

When you highlight an email and then delete it, the little check box at the far left then 'jumps' into the email either above or below the one you deleted. How can you st… (читать ещё)

When you highlight an email and then delete it, the little check box at the far left then 'jumps' into the email either above or below the one you deleted. How can you stop that from happening? I've attached a screenshot to illustrate my problem. How do you stop the check box on a deleted email from jumping to an existing email you may not want to delete?

Задан Jim Lee 1 неделю назад

Дан ответ Matt 1 неделю назад

Twitter X Ad Blocker add on update

Hello, I've chatted with the creators of the add on "Twitter X Ad Blocker" and asked why it isn't working any more. They told me they have an update made and ready but yo… (читать ещё)

Hello, I've chatted with the creators of the add on "Twitter X Ad Blocker" and asked why it isn't working any more. They told me they have an update made and ready but you have not approved it yet. What will it take to get you to approve the update so this will work again?

Thanks, Tracy

Задан tracyjarchow 1 неделю назад

Последний ответ от cor-el 6 дней назад

Toggling visibility of the URL bar and tabs via the bookmarks toolbar visibility setting [SOLVED]

tl:dr Here's the CSS to put in userChrome.css file. This is the "hides everything" option. See toward the end of this post for others. navigator-toolbox:has(#PersonalT… (читать ещё)

tl:dr Here's the CSS to put in userChrome.css file. This is the "hides everything" option. See toward the end of this post for others.

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) {
 visibility: collapse;

}


+++

I was looking for a way to hide the nav bar and ran across this older forum topic (https://support.mozilla.org/en-US/questions/1288181).

The solution shown here seems to be non-functional these days (early 2024), but it gets us in the right direction, so below is the code for us to look at.

  1. main-window[chromehidden*="toolbar"] #nav-bar {
 visibility: collapse;

}

This is CSS, meant to be copied into a text document, itself placed in a folder called "chrome" that you'll need to create in your browser's active profile folder. Per step 6 in the instructions (https://www.userchrome.org/how-create-userchrome-css.html) linked by @jscher2000 in the above-linked forum topic, you'll also need to set toolkit.legacyUserProfileCustomizations.stylesheets to "true" in about:config. If you don't know what about:config is, this is a good example to get started, but I'm not going to explain it here.

This CSS code selects the object with ID #main-window, with an HTML attribute "chromehidden" equal to "toolbar", and sets its CSS property "visibility" to "collapse". Apparently Mozila have changed the way they implement toolbar hiding, as this no longer works — this chromehidden attribute is nowhere to be found in the HTML that drives the Firefox interface, not sure if that's the place to look for it, but I think so. Anyway, we need to dig around in this interface HTML ourselves to see what changes when hiding the bookmarks toolbar, so we can adapt a new method to what's going on in the browser now.

To do so, we open a window within a window (chrome://browser/content/browser.xhtml) and run the inspector via Web Developer Tools. Comparing the HTML we see here with the bookmarks toolbar in each state (I used BBEdit to compare the texts), we see that the object with ID #PersonalToolbar experiences a change in its "collapsed" attribute when we hide/show the bookmarks toolbar. So in our CSS code, we shift our strategy to update the "collapse" CSS property for #navigator-toolbox whenever it contains a #PersonalToolbar object with its own "collapsed" attribute set to "true", which occurs whenever we hide the bookmarks toolbar. Somewhat surprisingly, this approach of updating the CSS property seems to auto-reset on its own when the "collapsed" attribute is set back to "false", which occurs when we show the bookmarks toolbar again. In other words, it simply toggles with the visibility setting of the bookmarks toolbar, and we don't have to write any further code.

If you're interested in hiding some other UI element when hiding the bookmarks toolbar, you can modify this code to do stuff like that (but to go beyond the below examples you'll need to suss out the object IDs, CSS properties, and HTML attributes — and maybe more, depending on what you're trying to do — on your own).

But for convenience, here's an example that hides just the tabs:

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) #titlebar {
 visibility: collapse;

}


Here's one that hides just the URL bar:

  1. navigator-toolbox:has(#PersonalToolbar[collapsed="true"]) #nav-bar {
 visibility: collapse;

}


Since those are the only other two things in the #navigator-toolbox to be hidden, I suppose that means we now have all options on the table (at least the way I have the browser set up). Enjoy!

Задан firefox.anon8f8 6 дней назад

Последний ответ от firefox.anon8f8 6 дней назад

Address Bar Search Suggestions

Concerning "Dismissed Suggestions"> Restore Suggestions. The "Restore" button (circled in image) is greyed out & will not do anything when clicked. This behaves … (читать ещё)

Concerning "Dismissed Suggestions"> Restore Suggestions. The "Restore" button (circled in image) is greyed out & will not do anything when clicked. This behaves same in normal as well as private browsing windows. Thank you

Задан Tom_798 6 дней назад

  • Решено

Separate Collected Addresses for each account

I am using Thunderbird 115.11.1 (32-bit) to manage 6 different email accounts for work and personal. I would like to be able to organize "Collected Addresses" according t… (читать ещё)

I am using Thunderbird 115.11.1 (32-bit) to manage 6 different email accounts for work and personal. I would like to be able to organize "Collected Addresses" according to the account they were used from.

Eg. I want each account to have it's own unique Collected Addresses address book Collected Addresses - Account 1 Collected Addresses - Account 2 Collected Addresses - Account 3 Collected Addresses - Account 4 Collected Addresses - Account 5 Collected Addresses - Account 6

I've looked online and there are some instructions, but they reference settings that I cannot find. Is there a way to do this?

TIA

Задан Poppa 6 дней назад

Дан ответ Poppa 6 дней назад

repeated asking for firefox to be default browser. why doesn't it stick?

My system repeated asks if I want Firefox to be my default browser. Equally as many times I have indicated yes but why doesn't it stick? Running Win10 latest update. Plea… (читать ещё)

My system repeated asks if I want Firefox to be my default browser. Equally as many times I have indicated yes but why doesn't it stick? Running Win10 latest update. Please help me get rid of this annoyance.

Задан Cor Massar 1 неделю назад

MacOS Sonoma - Emoji keyboard shortcut does not work

Hi there, Using the shortcut Ctrl + Cmd + Space is suppose to open the Emoji panel, however it disappear instantly. I have already heard that this could happen if you d… (читать ещё)

Hi there,

Using the shortcut Ctrl + Cmd + Space is suppose to open the Emoji panel, however it disappear instantly.

I have already heard that this could happen if you download FF in a specific language and then change it to another language (https://bugzilla.mozilla.org/show_bug.cgi?id=1563862). I have deinstalled everything and reinstalled without changing the language, and it still don't work properly.

I'm a swiss french user, so my keyboard is configured for "French - Swiss" and Firefox is in French.

Does some of you still have this issue? Thanks a lot for your help

Задан thierry.krummenacher 1 неделю назад

Show search results as list

I use the search feature a lot, and it's extremely annoying that every time after the search I have to click "Show results as list" in order to get a proper view of the s… (читать ещё)

I use the search feature a lot, and it's extremely annoying that every time after the search I have to click "Show results as list" in order to get a proper view of the search results. The default view is quite poor in my opinion.

The question is: why isn't there an option to show the search results as a list by default?

It would surely be a very, very easy feature to implement, and as I was googling for this, I noticed that users have been asking for this for YEARS now. Why on earth hasn't it been implemented?

Задан joonas7272 1 неделю назад

Последний ответ от sfhowes 1 неделю назад

default search engines in search bar missing stuff

i'm missing some of the default search engines in the bar ebay and amazon. i hit the button "restore default search engines" in setting to try and fix it no luck. only gi… (читать ещё)

i'm missing some of the default search engines in the bar ebay and amazon. i hit the button "restore default search engines" in setting to try and fix it no luck. only give me back wikipedia, bing, duckduckgo but not amazon and ebay two sites i visit a lot.

this been happening to me for the past year and every time i had to go in the c drive and delete the mozilla folders and reinstall firefox to get them back. then use it after a month or two later they disappeared for no reason. this only happens on my desktop and not my laptop how do i make this stop happening?

Задан olddudy 1 неделю назад

Can I change sort order of selection options

I'm an instructor that uses Blackboard at college. When I click in the text entry box to enter my grades, I'm given a list of previously entered grades to choose from. T… (читать ещё)

I'm an instructor that uses Blackboard at college. When I click in the text entry box to enter my grades, I'm given a list of previously entered grades to choose from. The list is in ascending order. Is there any way to get this list in descending order? One other point, until recently it used to display the value that was used most often at the top, which was often 100. Now it's in ascending order. I've attached a snippet of what I mean.

Задан apple07840 1 неделю назад

Последний ответ от apple07840 1 неделю назад

  • Решено

Language Pack didn't apply properly

After applied Chinese Language Pack, the menu didn't change ,even after restart firefox or the system. I tried refresh firefox and re-install the language pack, the same … (читать ещё)

After applied Chinese Language Pack, the menu didn't change ,even after restart firefox or the system. I tried refresh firefox and re-install the language pack, the same situation appeared.

Задан Copyerder 1 неделю назад

Дан ответ Paul 1 неделю назад

Using if then else in Mail Merge Add-on

I’m wanting to include one of two sentences in my email depending on the content of a “Status” field, which will be either N or R. The syntax I tried was {{Status |N|Than… (читать ещё)

I’m wanting to include one of two sentences in my email depending on the content of a “Status” field, which will be either N or R. The syntax I tried was {{Status |N|Thank you very much for joining our Society. |Thank you for renewing your membership of our Society}} However, all the resulting emails contained the second text… Could anyone tell me what I am doing wrong please?

Malcolm

Задан mandm.neave 1 неделю назад

Последний ответ от Matt 1 неделю назад

Check spelling is enabled but won't work on FB and Instagram desktop sites

On firefox 126.0 (64-bit) the option for spelling check is enabled, but will not appear on the context menu box when right clicked. This happens for the desktop sites of … (читать ещё)

On firefox 126.0 (64-bit) the option for spelling check is enabled, but will not appear on the context menu box when right clicked. This happens for the desktop sites of Facebook and Instagram.

Задан ghand_aurealis 1 неделю назад

Последний ответ от ghand_aurealis 1 неделю назад

No "restore previous session" option and no previous tabs opening upon startup

Greetings, I have happily used Firefox for a very very long time and all has been well until the last month or so. I have a brand new laptop with Windows 11 Pro and Fir… (читать ещё)

Greetings,

I have happily used Firefox for a very very long time and all has been well until the last month or so.

I have a brand new laptop with Windows 11 Pro and Firefox 126.

Each time I open the machine to begin a new day and open Firefox, all my tabs are gone from the previous session; this is not good for my research, studies, and business activities. I have read a lot about this issue online and (1) find that under Settings, History, there is no "restore previous session" option; and (2) I have several times already cleared the "sessionstore" folder and copied the files for later reuse.

Further, "Open previous windows and tabs" is checked off; always has been. I have checked other relevant settings and they all seem fine; but to no avail.

What would you suggest?

Thanks, Donald Sanders

Задан dsanders102 1 неделю назад

Thunderbird on two monitors with different resolutions

I have Thunderbird installed on my laptop running Fedora 40 with Gnome on Wayland. I have two monitors with different resolutions. The laptop monitor has a resolution of… (читать ещё)

I have Thunderbird installed on my laptop running Fedora 40 with Gnome on Wayland. I have two monitors with different resolutions.

The laptop monitor has a resolution of 1920x1080 whereas the external monitor has a resolution of 1360x768.

Thunderbird display fine on the main monitor, but when I move it to the external display, everything becomes huge and unusable.

I don't want to scale things in such a way that I have the opposite problem, that is things are way too small on the laptop monitor. Is there a way to have Thunderbird scale properly on the external monitor to have it maintain the right proportions on both monitors?

Задан entodoays 1 неделю назад

Последний ответ от Wayne Mery 1 неделю назад

Browser Settings Problem

The Dismissed Suggestions > the "Restore" button (circled on the attachment) is not working (grayed out). It behaves the same in normal and private browsing. What co… (читать ещё)

The Dismissed Suggestions > the "Restore" button (circled on the attachment) is not working (grayed out). It behaves the same in normal and private browsing. What could be the problem? Thank you

Задан Tom_798 1 неделю назад