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

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (читать ещё)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Задан zygdresze1 2 года назад

Дан ответ cor-el 2 года назад

  • Архивировано

How to compact all files in 4 TB email folders simultaneously

I have 4 email addresses and therefore 4 TB folders. I would like to compact these folders but don't want to have to go to each folder and then each file to do this. Henc… (читать ещё)

I have 4 email addresses and therefore 4 TB folders. I would like to compact these folders but don't want to have to go to each folder and then each file to do this. Hence, how can I compact all folders simultaneously?

Any advice is greatly appreciated, thank you!

Задан Aegeri1046 2 года назад

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

  • Решено
  • Архивировано

Beta version versus this forum

In another question I received an answer to how to revert from beta to current version. I realized I had another question somewhat related. When a problem occurs in beta… (читать ещё)

In another question I received an answer to how to revert from beta to current version.

I realized I had another question somewhat related. When a problem occurs in beta, I know crash reports go in. Or are they going somewhere else?

I also know a report can be filed on bugzilla. I’ve done that and Felt like a spectator while everybody else fixed the problem.

Ought a person using beta not use this venue for such things?

Aggravations are fairly short lived with beta, I don’t mind if I am being helpful.

If I misunderstand and beta version is for “bug busters then I’m in wrong place.

And I need to revert.

Задан DrDively 2 года назад

Дан ответ Stans 2 года назад

  • Архивировано

How to disable TB from compacting folders

I am running Thunderbird 91.3 which repeatedly pops up a message saying it wants to compact my folders. I do not see any option either in Preferences or in Account Settin… (читать ещё)

I am running Thunderbird 91.3 which repeatedly pops up a message saying it wants to compact my folders. I do not see any option either in Preferences or in Account Settings for disabling this feature, as there was in previous versions. How can I stop TB from compacting my folders? Thanks.

Задан groucho43 2 года назад

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

  • Архивировано

Right click Menus and Bookmark folders spacing

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the su… (читать ещё)

Hi, I've just spent all day trying to follow all the different suggestions here regarding these issues. Adding all sorts of things to the userChrome CSS but 95% of the suggestions have no effect at all [I'm seriously non-technical, so I have no idea if I'm doing it correctly though...probably not] The only thing that I can change is the Tab Height...nothing else changes regardless of what numbers I put in there. The only way I've been able to make the Bookmarks folders usable at all is to enable Compact mode via about:config. But that actually makes it way too compact now...from one extreme to the other. At least it's usable now...so not the end of the world, but the right click menu still has way too much space between every entry [Compact mode made no difference to that at all]. I don't know how to make a screenshot of those menus :) so I took a couple of pics of the screen...can someone please show me what to add to the CSS file to make these ridiculously big spaces between the menu items way smaller...like they used to be before this Proton came in? I tried tons of things that people said to add to the CSS to fix this menu spacing thing but none of them changed anything. I'll include the CSS file that I have below. Thanks a lot

ps: for some reason the pics always come out sideways here

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */
/*
Use tabs_on_bottom_menubar_on_top_patch.css if you
have menubar permanently enabled and want it on top
*/

/* IMPORTANT */
/*
Get window_control_placeholder_support.css
Window controls will be all wrong without it.
Additionally on Linux, you may need to get:
linux_gtk_window_control_patch.css
*/

:root{ --uc-titlebar-padding: 0px; }
@media (-moz-os-version: windows-win10){
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
}
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
#TabsToolbar > .titlebar-buttonbox-container{
position: fixed;
display: block;
top: var(--uc-titlebar-padding,0px);
right:0;
height: 36px;
}
/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
:root{ --uc-titlebar-padding: 0px !important }
.titlebar-buttonbox-container{ left:0; right: unset !important; }
}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 24px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 60%; }

#titlebar{
-moz-box-ordinal-group: 2;
-moz-appearance: none !important;
--tabs-navbar-shadow-size: 0px;
}

.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */
toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */
/* Only really useful if menubar is ALWAYS visible */

:root{ --uc-window-control-width: 0px !important }

#navigator-toolbox{ padding-top: calc(24px + var(--uc-titlebar-padding,0px)) !important }

#toolbar-menubar{
position: fixed;
display: flex;
top: var(--uc-titlebar-padding,0px);
height: 24px;
width: 100%;
overflow: hidden;
}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 24px; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }
#toolbar-menubar > spacer[flex]{
order: 99;
flex-grow: 1;
min-width: var(--uc-window-drag-space-width,20px);
}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 24px !important;
--tab-min-width: 80px !important;

#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background {
border-radius: 8px 8px 0px 0px !important; border-image: none !important;
}
.tab-line {
display: none;
}

.tab-close-button {
color: red!important;
}

#nav-bar{ height:20px; }

/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 4px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

Задан Haruna 2 года назад

Последний ответ от Haruna 2 года назад

  • Решено
  • Архивировано

Compacting mail folders

Does compacting affect the use and/or availability of disc space on a digital harddrive differently than it does on a mechanical harddrive? I have heard that processes s… (читать ещё)

Does compacting affect the use and/or availability of disc space on a digital harddrive differently than it does on a mechanical harddrive? I have heard that processes such as defrag etc are not advisable for digital harddrives.

Thanks Howard Dahlberg

Задан howarddahlberg7297 2 года назад

Дан ответ christ1 2 года назад

  • Архивировано

Thunderbird keeps trying to compact with unrealistic space savings

I know that I periodically need to compact my Thunderbird and I do that frequently. However, after I finish compacting Thunderbird will ask me again to compact it (maybe … (читать ещё)

I know that I periodically need to compact my Thunderbird and I do that frequently. However, after I finish compacting Thunderbird will ask me again to compact it (maybe a couple of hours or a day later). For example, I receive a message that compacting will save 500 Mb of space, I compact it and a few hours later I receive a message saying that Thunderbird needs compacting and will save around 300 Mb of space. It seems that those "300 Mb" are always there and Thunderbird is unable to compact them. (hope my question was clear!). Thanks, Miguel

Задан mmourato 2 года назад

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

  • Решено
  • Архивировано

"Couldn't load xpcom" error in thunderbird

Thunderbird shut off today and now I can't get it back open due to the error message "couldn't load xpcom. How do I get back into Thunderbird

Задан nroten 2 года назад

Дан ответ Amelia 2 года назад

  • Архивировано

A unique identity matching the From address not found

I am using Thunderbird 91.4.0 on Windows 10. Since this upgrade any email in my inbox when opened has the "A unique identity matching the From address not found" message… (читать ещё)

I am using Thunderbird 91.4.0 on Windows 10. Since this upgrade any email in my inbox when opened has the "A unique identity matching the From address not found" message across the bottom, red 'table indicator' boxes in various places around the message. The links in the email do not link, they bring up a box with various information including the link address. Reply-to shows the sender's address and To field shows my address. Reply, forward, delete buttons are missing. If I move the arriving email to another folder it looks normal, but if I hit 'reply' it gets all weird as above again. I saw that this was a bug a couple of years ago with a version about 20 versions back. What's going on? And more to the point, how can I fix it?

Thank you for any help that you can offer.

Задан Mama_Muzungu 2 года назад

Последний ответ от Toad-Hall 1 год назад

  • Архивировано

Secure connection failed start.thunderbird.net uses an invalid security certificate. The certificate is not trusted because the issuer certificate has expired.

I get this message: Secure connection failed start.thunderbird.net uses an invalid security certificate. The certificate is not tru… (читать ещё)

I get this message: Secure connection failed




         start.thunderbird.net uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired.

(Error code: sec_error_expired_issuer_certificate)

How do I fix it? Thanks, Susie

Задан k13grandmom 2 года назад

Последний ответ от Stans 1 год назад

  • Архивировано

Ver 91.4.1 was installed automatically and now my folders, all messages, contacts everything is gone!!!

When I tried to open my email this morning everything was gone!! No folders, no inbox, no contacts NOTHING. Then it started down loading messages from six years ago. What… (читать ещё)

When I tried to open my email this morning everything was gone!! No folders, no inbox, no contacts NOTHING. Then it started down loading messages from six years ago. What is going on? As of right now I HAVE LOST EVERYTHING! HELP!!!!!

Задан Travelingelk 2 года назад

Последний ответ от Toad-Hall 1 год назад

  • Решено
  • Архивировано

Minimize, maximize and close options disappear when in full screen.

When I am not in full screen the minimize, maximize and close options are there. They disappear when I go into full screen and I am forced to get out of full screen to mi… (читать ещё)

When I am not in full screen the minimize, maximize and close options are there. They disappear when I go into full screen and I am forced to get out of full screen to minimize or close firefox. This only started happening recently. Does anybody know how to make these options appear again while in full screen?

Задан nilxin0 2 года назад

Дан ответ cor-el 2 года назад

  • Архивировано

Email Filters

I have one message filter (for the Spam folder) with 50 rules to delete known repeat offenders from the Spam folder. The filter doesn't seem to work at all, even if I try… (читать ещё)

I have one message filter (for the Spam folder) with 50 rules to delete known repeat offenders from the Spam folder. The filter doesn't seem to work at all, even if I try to run the filter manually. Why won't this filter work?

Задан BB 2 года назад

Последний ответ от pvarn 1 год назад

  • Решено
  • Архивировано

How to make "Say hello to a new Firefox" not appear next time I open Firefox

Hello, I'm using Firefox 91.4.1esr (64-bit) from Debian repositories on Bullseye. Every time I open Firefox, a window with a greeting message appears ("Say hello to a ne… (читать ещё)

Hello,

I'm using Firefox 91.4.1esr (64-bit) from Debian repositories on Bullseye. Every time I open Firefox, a window with a greeting message appears ("Say hello to a new Firefox"), and it doesn't matter if, as asked by that window, I choose a theme or not. Is this issue related to my settings? Is this a Debian issue? Is it possible to stop that window from reappearing?

Thanks in advance. And many thanks for making Firefox (I've been using it for so many years I can't recall when I tried it for the first time).

Esteban

Задан lucchesi.esteban 2 года назад

Дан ответ lucchesi.esteban 2 года назад

  • Архивировано

Is Firefox no longer reading *local* VTT files?

I have a website that has MP4 video in a HTML5 video player, with subtitles done in the WebVTT format (*.vtt). I just noticed that, when testing my pages locally on my C … (читать ещё)

I have a website that has MP4 video in a HTML5 video player, with subtitles done in the WebVTT format (*.vtt). I just noticed that, when testing my pages locally on my C drive, the subtitles no longer appear on the movies. They do appear on the website (thankfully). Does this mean that lately Firefox has dropped support for local VTT files? Chrome has always ignored local VTTs, for some reason, which is why - until now - I used Firefox to test subtitles off the C drive. Note: If I link the local page to the VTT file on my website, subtitles still do not appear in Firefox. It could be something else, of course, so just need to know if VTTs are now unloadable locally in FF.

Задан roberto32 2 года назад

Последний ответ от roberto32 1 год назад

  • Решено
  • Архивировано

access to michaels crafts store denied

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server. Referenc… (читать ещё)

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server.

Reference #18.beeb7068.1641080631.1ce8b9b5

Задан juice4u 2 года назад

Дан ответ Chris Ilias 2 года назад

  • Архивировано

Want to permanetly replace Firefox's printer dialog with System Dialog Box

I don't like the new printer dialog box Firefox came up with. It is too basic. 9 times out of 10 I have to click over to the System Dialog Box. Is there any way I can … (читать ещё)

I don't like the new printer dialog box Firefox came up with. It is too basic. 9 times out of 10 I have to click over to the System Dialog Box. Is there any way I can permanently switch to System Dialog Box? I am running Windows 11/64

Задан aniawa 2 года назад

Последний ответ от jscher2000 - Support Volunteer 1 год назад

  • Архивировано

Layout View

HI, I am trying to get my email message list to have the same vertical view as I did with Outlook instead of the spread-out view that Thunderbird uses as default. I want… (читать ещё)

HI,

I am trying to get my email message list to have the same vertical view as I did with Outlook instead of the spread-out view that Thunderbird uses as default. I wanted this compact so I can view the message in a larger window in vertical view. I have a screenshot with two examples. The top portionos Thunderbird and the bottom is Windows Mail (I didn't use Outlook as I uninstalled it, but the format is nearly the same view in WM). To read the subect/sender I have to drag that column to the left to see the contents and it's off-putting. The left column in WM with message windos is the view I want.

Thnx, Tom

Задан Tom 2 года назад

Последний ответ от Toad-Hall 1 год назад