• Riješeno

Address bar jumping off screen when used

Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached. … (pročitajte više)

Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached.

Asked by rahul.epsilon09 prije 2 dana

Answered by cor-el prije 2 dana

  • Zaključano

Firefox Start page and new tabs

Hi I'm using speed dial 2 on Firefox desktop. On Firefox Android I have not this possibility to set custom dials/sites on Start page and new tabs. When I try to use the … (pročitajte više)

Hi I'm using speed dial 2 on Firefox desktop. On Firefox Android I have not this possibility to set custom dials/sites on Start page and new tabs. When I try to use the built-in function I see pages from history. It's a big must and huge update to integrate a facility like this.

Asked by Nicholas prije 3 dana

Last reply by Paul prije 2 dana

  • Riješeno
  • Zaključano

Web site not answering

I am trying to connect to a website but I keep getting error code 522. I've tried using Chrome and it connects to the website with no problem. I've checked my privacy s… (pročitajte više)

I am trying to connect to a website but I keep getting error code 522. I've tried using Chrome and it connects to the website with no problem. I've checked my privacy settings and I do not have that website blocked. What else can I check?

Asked by w5513 prije 3 sedmica

Answered by jscher2000 - Support Volunteer prije 3 sedmica

  • Riješeno

Paypal indicated Mozilla canceled my monthly donation

Just checking, can I still make a $3 monthly Paypal donation to Mozilla, or is that amount too small, or does it expire, or something to that effect? Thanks much! … (pročitajte više)

Just checking, can I still make a $3 monthly Paypal donation to Mozilla, or is that amount too small, or does it expire, or something to that effect? Thanks much!

Asked by jimmydanger prije 2 dana

Answered by James prije 2 dana

  • Riješeno

Pages taking ages to load

Hi all, I feel like this is a problem that must have been experienced and solved a thousand times... however I've tried all the suggested fixes I can find and the proble… (pročitajte više)

Hi all,

I feel like this is a problem that must have been experienced and solved a thousand times... however I've tried all the suggested fixes I can find and the problem still persists.

When I load Firefox the pages take ages to load. It doesn't matter what the page is, it takes ages, except that about: pages load fine, no problem. When I say pages take ages to load, I mean that everything about the page takes ages, not only the next, not on the images and other content etc, everything. This only started happening today and I only created a new profile a month or so ago. I don't have many tabs open (maybe 20) of which 9 are pinned. I do have lots of extensions installed.

I've tried troubleshooting/safe mode, that makes no difference.

Private browsing and loading another profile are fine, they don't have this problem.

I've cleared all cache and data, cookies, etc, including startup cache.

I've deleted the content-prefs file, and removed places files.

I've tried disabling and enabling hardware acceleration.

I've tried disabling TRR.

Probably some other things too, but so far nothing has worked.

Suggestions please! :)

Asked by madbilly prije 4 mjeseci

Answered by madbilly prije 2 dana

  • Zaključano

threading

How can I turn off the threading of my emails? Its driving me crazy as when an email comes in after a short time it disappears into the threads and then I have to open e… (pročitajte više)

How can I turn off the threading of my emails? Its driving me crazy as when an email comes in after a short time it disappears into the threads and then I have to open each thread to find out who sent the email. At one stage there were 6 emails noted near the inbox but no new unthreaded message, all went to respective threads. Very time wasting.

Asked by info10936 prije 2 mjeseci

Last reply by Poor Loser prije 2 dana

  • Riješeno

Animation CSS on my web site doesn't work on firefox

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code:… (pročitajte više)

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...

here is my code:


/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }


@-moz-keyframes moz-mouvement-uniforme { 0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -moz-transform: rotate(1deg) translateX(245px); } 36% { -moz-transform: rotate(0deg) translateX(-2px); } 38% { -moz-transform: translateX(-2px) translateY(2px ); } 40% { -moz-transform: translateX(-245px); } 42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -moz-transform: translateX(-245px) rotate(-3deg); } 100% { -moz-transform: translateX(0px); } }



@-ms-keyframes ms-mouvement-uniforme {

   0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); }
   100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }

} @-o-keyframes o-mouvement-uniforme {

   0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-500px); }
   100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(0px); }

}


.position { position: relative; top: -200px; left: -280px; float:left; }

.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;

-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;

-ms-animation: ms-mouvement-uniforme 10s ;

-o-animation: o-mouvement-uniforme 10s ; }



It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...

this is the page where a donkey should appear at the bottom of the page:

https://www.campingnoroc.com/en/our-campsite/


Thanks a lot for your help!!

Asked by Pierre MARTIN prije 3 dana

Answered by Pierre MARTIN prije 2 dana

  • Riješeno

Disable Notifications for only one specifiv Account

I have several mail accounts connected to my thunderbird Version 115.10.1. One of them is a account that regularly notifies me if about updates on my homepage. I want to… (pročitajte više)

I have several mail accounts connected to my thunderbird Version 115.10.1.

One of them is a account that regularly notifies me if about updates on my homepage. I want to receive those emails, but I don't want a notification about them. I do however want to receive notifications about emails from other accounts.

How can I disable the notifications for only one account?

Best, Alex

Asked by hallo33 prije 1 sedmicu

Answered by hallo33 prije 1 sedmicu

  • Riješeno

Thunderbird seems to have gone ?

I went to open Thunderbird and received a message that says: the item 'thunderbird.exe' that this shortcut refers to has been changed or moved, so this shortcut will no … (pročitajte više)

I went to open Thunderbird and received a message that says:

the item 'thunderbird.exe' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly

I keep hundreds of my client folders in Thunderbird and I cannot access them, it just seems to have gone !? My stomach is in a knot !

If I look in my program folders under Mozilla Thunderbird there are only x2 folders, one called 'extensions' which is empty, and another called 'tobedeleted' which has only one file in it called: rep73feeee9-1bcf-ae16-4e52739a8944  ?

If I do a search for thunderbird there is only one result, which is the one above.


I know that my 'Profile' is still on my system.

I have had a similar thing before and a kind Man helped me get it back. Can anyone help Please ?

Asked by flynnboy prije 2 dana

Answered by flynnboy prije 2 dana

  • Riješeno

[TB] Configuring IMAP with comcast error 1014

First, I am supporting a family member, who has TB configured on two separate machines. Configuring for Comcast IMAP+SMTP, in the usual manner; nothing esoteric about tha… (pročitajte više)

First, I am supporting a family member, who has TB configured on two separate machines. Configuring for Comcast IMAP+SMTP, in the usual manner; nothing esoteric about that, all very routine.

Machine A seems to be working okay, no errors. TB up to date on this machine, connected over an ethernet wire, if that makes any difference.

Machine B, getting spam prompted over IMAP 1014 errors. No other information is provided than 1014.

I have tried dropping the account configuration hundred percent, restarting TB, re-adding the account configuration, to no avail. Still spam 1014 errors.

I did happen to notice TB needed an update, so I did that as well. Still 1014 errors.

I have also tried dropping that email saved password from the saved passwords, and responding to the subsequent re-enter password prompt. Also to no avail.

What if anything might have changed, and how can we contend with this? What is so corrupt, do we need to be mucking around in any AppData files, roaming files, etc?

We are not the only ones, apparently, to have bumped into this issue. Not sure if this is also Comcast specific, since a recent TB and/or IMAP specification change, i.e. maybe we try with a gmail account, for instance.

Wondering also, is it IMAP and/or Comcast somehow tieing Machine A to the IMAP and not releasing that association? Knowing a little bit about IMAP in this regard. And/or somehow now prohibiting Machine B+ from establishing a connection?

Asked by Michael Powell prije 1 sedmicu

Answered by Michael Powell prije 1 sedmicu

  • Riješeno

Unable to zoom, to view larger image that is available with Chrome

I've migrated to Firefox from Chrome and am getting everything as close as possible to my Chrome setup. This is a usability issue when I zoom on an image, that has a larg… (pročitajte više)

I've migrated to Firefox from Chrome and am getting everything as close as possible to my Chrome setup. This is a usability issue when I zoom on an image, that has a larger version. Chrome allows me to zoom to the full extent of the image, but Firefox screen shakes and doesn't allow the same detail. Screen recording and links below.

Screen recording Firefox

Screen recording Chrome

This is a link to the item in question.

Asked by Allan MacDonald prije 1 sedmicu

Answered by cor-el prije 4 dana

  • Zaključano

inbox loss of email

My @gn.apc.org (IMAP) inbox has a limited capacity to display, to keep important email. They simply drop-off the list. It currently saves only today's emails. This cannot… (pročitajte više)

My @gn.apc.org (IMAP) inbox has a limited capacity to display, to keep important email. They simply drop-off the list. It currently saves only today's emails. This cannot be correct. I have attached a timeline. Appreciate some info & advice

Asked by stevecrowther prije 5 dana

Last reply by Matt prije 3 dana

  • Riješeno

Request for Implementation of Text Fragments Feature (#:~:text=) in Firefox

Dear Firefox Development Team, I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhanc… (pročitajte više)

Dear Firefox Development Team,

I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhance user experience and accessibility on the web. Specifically, I am referring to the text fragment feature (#:~:text=) that is currently supported in browsers based on the Chromium engine, such as Google Chrome and Microsoft Edge.

The text fragment feature allows users to link directly to specific pieces of text within a webpage, facilitating more precise navigation and making it easier to reference exact portions of content. This is particularly useful for academic citations, sharing specific excerpts from lengthy articles, and improving overall user interaction with web content.

For example, a URL formatted as https://example.com#:~:text=desired%20text%20fragment directs users not just to the page, but to the exact location of the specified text, highlighting it for easy identification. This can save users significant time and improve the efficiency of information retrieval.

Given Firefox's commitment to innovation and user-centric design, I believe that integrating this feature would be a valuable addition. It would not only bring Firefox in line with other major browsers in terms of functionality but also enhance its appeal to users who rely on this precise method of navigation.

I hope you will consider this suggestion and look forward to potentially seeing this feature in a future release of Firefox.

Thank you for your continued dedication to improving the Firefox browser.

Best regards, Grey Ronin

Ps. Sorry, but due to lack of time and somewhat poor English skills this message was generated by AI.

Asked by Grey Ronin prije 4 dana

Answered by jscher2000 - Support Volunteer prije 4 dana

  • Riješeno

Putting "Favorite Folder" accounts in the order of my choice

I use Thunderbird for 18 email accounts and I have the "Inbox" of each of them in the "Favorite Folders" list. I would like to put them in the order of my preference, e.… (pročitajte više)

I use Thunderbird for 18 email accounts and I have the "Inbox" of each of them in the "Favorite Folders" list. I would like to put them in the order of my preference, e.g. ones I use most on top of those I use seldom. It seems like I ought to be able to just click and drag them into order, but that doesn't work. How can I do that?

Asked by fredcowles prije 3 dana

Answered by sfhowes prije 3 dana

  • Riješeno

CAN NOT find the file path location of Firefox.exe application.

Hello, James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate i… (pročitajte više)

Hello,

James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate it in File Explorer. I have done an entire (C:) drive search and turned up nothing. C:\Users\(username)\AppData\Local\Mozilla Firefox does not exist in my file system. I am at a loss here and it's driving me bonkers!

Asked by jbab52 prije 3 mjeseci

Answered by Paul prije 3 mjeseci

  • Riješeno

Fifefox does not save a new payment method, clicking on save does nothing

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then clic… (pročitajte više)

Hi, it seems that my Firefox browser does not want to save a new payment method. I'm trying to access "Settings -> Privacy & Security -> Autofill" and then click on "Saved payment methods", which opens a dialog with the existing payment methods and options to remove/add/edit. I'm clicking on Add, filling-in the card details and then clicking Save, nothing happens....

I previously had a working saved payment method, but it stopped working (I think more than 6 months ago). I tried to re-enable the credit cards by setting the following configs on about:config page:

- extensions.formautofill.creditCards.available: true
- extensions.formautofill.creditCards.supportedCountries: '...,RO' -> (I was adding my country to the existing list)

After the browser restart with those new settings when I'm on a payment page, clicking on a credit card field will show the saved credit card but if I click on it, it will not fill the details. And also trying to save a new card, manually as described previously in this message, or by the automatically prompt to save a new card after a successful payment was done. Both methods failed on me but with no error (I cannot see the saved payment on the list).

I tried removing the existing saved card, it worked removing it, but the add is still not working.

I also tried restarting in save mode, launching Firefox in a separate profile and added my country on the creditCards config for supportedCountries to show the "Saved payment methods" button on new profile, and it did not change anything.

I'm thinking there is a missing permission somewhere on the disk but I don't know where is the payment data stored on disk.

I would really appreciate any help on this.

PS: Check the attached pic to see the payment add and clicking the save button does nothing (also there are no validation errors). And the other: FF version, OS, troubleshooting info.

Asked by Mike S prije 3 dana

Answered by Mike S prije 3 dana

  • Riješeno

Windows & Gmail Imap authentication failure

Hi, 3 weeks ago I suddenly could not log in to my email without errors. First I get a Google screen "Choose an account" showing the three Gmail accounts I use. I select… (pročitajte više)

Hi, 3 weeks ago I suddenly could not log in to my email without errors.

First I get a Google screen "Choose an account" showing the three Gmail accounts I use. I select the first one.

"Mozilla Thunderbird wants to access your Google Account". This refers to calendars. I take the Allow option.

Then I get the message "Warning: Potential Security Risk Ahead

Thunderbird detected a potential security threat and did not continue to localhost. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details."

When I close this window I get another Google screen .

"Mozilla Thunderbird wants to access your Google Account". This refers to i) mail, ii) contacts, and iii) calendars. I take the Allow option.

Then I get the same message message "Warning: Potential Security Risk Ahead

Thunderbird detected a potential security threat and did not continue to localhost. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details."

This process cycles through the other two emails. Then I get and authentication failure message.

I have seen hints that this might be a certificate issue but I have tried in vain to find certificates stored in Thunderbird.

Any help approeciated.

Thanks

PaulM

Asked by myerscough.paul prije 5 dana

Answered by myerscough.paul prije 3 dana

  • Riješeno

Address books

Imported address data from Outlook, the Thunderbird address books lists last names only under "names," email column is blank, phone numbers column lists email addresses a… (pročitajte više)

Imported address data from Outlook, the Thunderbird address books lists last names only under "names," email column is blank, phone numbers column lists email addresses and addresses column lists phone numbers. Selecting "Restore column order" has no effect. Any advice welcome. Thanks.

Asked by burl68 prije 4 dana

Answered by david prije 4 dana

  • Riješeno

Ghost gmail account still asks for authentication on thunderbird startup

I had an email account from my university that used gmail in the past but just recently disabled the email and migrated away from it. However, when I removed that email … (pročitajte više)

I had an email account from my university that used gmail in the past but just recently disabled the email and migrated away from it.

However, when I removed that email account from thunderbird and restart the app, the oauth dialogue to authenticate the disabled account each time. It would also keep opening that dialogue every 30 minutes. Any help is appreciated.

Asked by Muhammad Ameer Rafiqi prije 3 dana

Answered by ggbsde prije 3 dana

  • Riješeno

I don't understand where some bookmarks are when using iOS

I don't understand where some bookmarks are when using iOS. For new bookmarks, I see a row of "Recently Saved" pages on the home page. But I can't find a "Recently Save… (pročitajte više)

I don't understand where some bookmarks are when using iOS.

For new bookmarks, I see a row of "Recently Saved" pages on the home page. But I can't find a "Recently Saved" folder in the bookmarks menu.

When I sync with MacOS I see the new bookmarks in a new folder "Mobile Bookmarks". But I can't find a "Mobile Bookmarks" folder on iOS.

Finally, on iOS, I don't see how to access the bookmarks I added to the Bookmarks Menu in MacOS.

Asked by gbradt2 prije 4 dana

Answered by gbradt2 prije 3 dana