Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist

Weird fonts Wing Dings??

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing th… (tuilleadh eolais)

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing the issue?

Asked by Doug Sooley 3 lá ó shin

Last reply by Doug Sooley 2 lá ó shin

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (tuilleadh eolais)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

Asked by chcats 2 lá ó shin

Last reply by chcats 2 lá ó shin

Firefox takes ~5 minutes to startup (even the Profile Manager and in every possible modes)

Firefox takes about 5 minutes to load every it launches, before working smoothly like it should. This problem occured first time yesterday morning, and I have no idea wha… (tuilleadh eolais)

Firefox takes about 5 minutes to load every it launches, before working smoothly like it should. This problem occured first time yesterday morning, and I have no idea what could have caused it.

It happens :

  • when I launch firefox normally (whatever the profile)
  • when I launch it from the terminal (it provides no output at all)
  • when I tell it to launch the Profile Manager (5 minutes to see the Profile Manager appear, then 5 more minutes to launch firefox using the selected profile)

It does not happen :

  • when I click "New Window" inside an existing firefox process
  • when I call `firefox --help` from the terminal

Here's what I've tried :

  • First, I've seen pretty much every article from Mozilla Support, Reddit or SuperUser (writing this question is kind of my last resort)
  • I've tried removing and then reinstalling Firefox from Flatpak, from the Fedora repos (using `sudo dnf install firefox`) and using the manual install via the archive (v125)
  • I've tried downgrading firefox (when using the package manager install) from v125 to v124
  • I've also tried the Firefox Developer Edition, same problem here
  • I've tried using the "Refresh Firefox" feature and restarting in Troubleshoot Mode (both are also affected by the slow startup, which makes them particularly painful to execute)
  • I've tried manually deleting the `~/.mozilla/` folder (= manually deleting my profiles)

When firefox launches, it does not freezes my OS and does not seem to use many system ressources : CPU usage is normal, RAM as well, and it does not seem to read many things from the disk as well (I've seen some threads where this was the issue).

And here is something interesting that I discovered :

  • loading (including refreshing) `about:profiles` is also slow and this time freezes firefox (OS reports it as not responding, I can't switch tabs and I can't see my mouse). Other about pages seem to work fine (although I did not try them all)

Thanks !

PS : Even if I think it has nothing to do with the issue, I prefer to mention it here : I was messing with virtual machines yesterday when the issue occured for the first time. My disk got full at some point and I don't know but it might have messed with firefox. At this stage, I had not deleted any files that could relate somehow to Firefox, that's why I doubt it would have caused anything harmful to Firefox. (instead, I mounted an empty partition from my disk to get some space)

Asked by Martin Heywang 2 lá ó shin

Last reply by Martin Heywang 2 lá ó shin

youtube.com is too slow

OS version : Windows 10 Pro 21H2 Browser version : Firefox Developer Edition 126.0 Beta 8 (20240501022718) Platform : windows, Web EVERYTHING especia… (tuilleadh eolais)


OS version : Windows 10 Pro 21H2 Browser version : Firefox Developer Edition 126.0 Beta 8 (20240501022718) Platform : windows, Web


EVERYTHING especially

 * The time to receive the first HTTP response when connecting
 * the time to call up the various css elements that make up the screen
 * the time to call up the img elements on the screen
is too slow.

tooooooooo slow. I waited 36.6s until http response for every new URL open! Of course, I am using a lot of Firefox extensions, but there were no serious problems outside of YouTube, and the same problem occurred after removing the extension, and i also confirmed that the problem caused by web extensions on waterfall(on firefox profiler) was minor.

I can't even guess the cause of the problem, so unfortunately there seems to be no additional information that I can give you. I'll keep following up as long as I can. I will attach some pictures that might help you solve the problem. and you can also approach to my full-recorded firefox profiler data

Asked by potatokth 2 lá ó shin

Last reply by potatokth 19 uair ó shin

Got an ugly, suspicious popup window today...

Ok-So this popup window popped up when I returned to Firefox. I don't think it's legit and I am wondering how I go about blocking it permanently. I searched the settings … (tuilleadh eolais)

Ok-So this popup window popped up when I returned to Firefox. I don't think it's legit and I am wondering how I go about blocking it permanently. I searched the settings but didn't see where I could post the URL so that is why I am posting this here.

I copied the URL but I don't want to post it here in case it could do something to someone else's system. But here is the screenshot. Please advise me what I need to do. Thank you! TGIF!

I am on a Mac running Sonoma.

Asked by judytucci 2 lá ó shin

Last reply by judytucci 2 lá ó shin

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (tuilleadh eolais)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 lá ó shin

Last reply by Slouch 1 lá ó shin

Cannot add Search Engines to Firefox

I am trying to add custom search engines to Firefox. I have tried the steps given in the forum thread https://support.mozilla.org/en-US/questions/1212596. However when … (tuilleadh eolais)

I am trying to add custom search engines to Firefox. I have tried the steps given in the forum thread https://support.mozilla.org/en-US/questions/1212596.

However when I try to go and add the search engine as per the article given above I do not get the option. Please see the attached screen shot for more details. I do not want to add an extension or a plugin, but just manually have the option of adding search engines.

Asked by ixian 1 lá ó shin

Last reply by ixian 1 lá ó shin

Copy-paste from LastPass Extension in Firefox through AnyDesk pastes nothing

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find … (tuilleadh eolais)

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find a Site, and Copy the password, then go directly to an open AnyDesk remote access connection, and Paste (or, lightning bolt menu, Insert from Clipboard), what gets pasted is a single wrong character, NOT the password that IS in the clipboard. (If I paste instead into e.g. a local Notepad window, the actual password gets pasted). I asked AnyDesk support about this, and they confirmed that it's something that Firefox is doing. It shouldn't. Copy is copy. Paste is paste. Why would Firefox do something so that copied text (which just happens to be a password from a password vault extension) pastes wrong when the destination just happens to be a remote desktop client (AnyDesk) to send the password through to complete a login at the remote end? Anyway, how to turn off this wrong behaviour? thank you. (Windows 11 Pro, 64-bit, 23H2, Firefox current - 125.something today, but this has been going on for some weeks at least, AnyDesk version 8 current)

Asked by libove 1 lá ó shin

Last reply by libove 12 uair ó shin

Blue progress bar no longer showing after clicking on download icon in Firefox

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but n… (tuilleadh eolais)

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but now the progress bar of the download is gray instead of blue and is extremely hard to see. You have to look closely but in the first screenshot you can see where the shade of gray of the progress bar changes, just under the "6" of the "x86" part of the file name. But if you click on the "show all downloads" link, then the blue progress bar will show as usual for any in-progress downloads in the Library window, as shown in the second screenshot.

It isn't a huge issue but is still annoying when you just want to quickly see the progress of downloads in Firefox. I haven't changed any of the colors in Firefox or in Windows for that matter, I'm currently running Windows 10. All other dialog boxes, windows, etc. all display normally on my system. Just curious if anyone else is having this problem and hopefully a future update can take care of it.

Thanks very much!

Asked by jbb2004g 1 lá ó shin

Last reply by jbb2004g 7 n-uaire ó shin

make translate to translate ONLY SELECTED sites

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only i.e. surfing around german site.. .leave it german, bu… (tuilleadh eolais)

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only

i.e. surfing around german site.. .leave it german, but i if i am interest in "german.de/talkshow" select it and translate only this

i see option to translate EVERYTHING and use some exception, but its the opposite of what looking for

thanx christos

Asked by ploufus 1 lá ó shin

Last reply by ploufus 1 lá ó shin

language

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while … (tuilleadh eolais)

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while in Romania. Never had this problem before.

Asked by Gary Bladen 1 lá ó shin

Last reply by Gary Bladen 14 uair ó shin

Random empty files appearing in c:\

Starting a couple of weeks ago, I began noticing that occasionally (every 2-3 days usually), a few empty files appear in my c:\ folder (Windows 10, as up-to-date as Windo… (tuilleadh eolais)

Starting a couple of weeks ago, I began noticing that occasionally (every 2-3 days usually), a few empty files appear in my c:\ folder (Windows 10, as up-to-date as Windows ever is). They have names like "wal3A7109C6" (no file extension). Usually 4-5 will be generated at the same time (ie, same timestamp, so within the same second).

When I first noticed them, I (nervously) deleted a batch with no apparent consequences - but I had to activate Administrator privileges to get rid of them. I ran virus scans but have seen nothing unusual.

A few minutes ago, I had Firefox open but minimized to the task bar. I also happened to have c:\ open in a Window I could see. As I tapped to expand the browser, another of the files appeared, and the browser window behaved oddly for a moment, as though about to crash. The last few versions - I'm at 125.0.3 (64 bit) - have been crashing more than I'm accustomed to, but this is the first time I'd considered the browser to be a likely suspect.

Does anyone have any clues/possibilities to offer? It would be much appreciated.

Asked by bantarleton 22 uair ó shin

Last reply by bantarleton 18 uair ó shin

125.0.3 (64-bit) update crashed all 25 open tabs - unrecoverable

May I first say that trying to get hold of you to make this report was painful, and took about 20 minutes and a long walk around Mozilla's assorted website, opening two a… (tuilleadh eolais)

May I first say that trying to get hold of you to make this report was painful, and took about 20 minutes and a long walk around Mozilla's assorted website, opening two accounts, etc.

I received a notice while using Firefox on PC that an update was available. I was going to put it off, as I had 25 tabs open, but the notice indicated that my open tabs would be restored once the update was complete, so I approved the update. It download and I assume installed the update, seemed to temporarily close Firefox, and then reopened the original page with all my open tabs, plus an empty page. When I tried to open the tabs shown, they all indicated that the tab had crashed and then gave me the option of restoring that tab or on some restoring all tabs. Neither worked, in fact, that Firefox page became completely unresponsive and would not allow me to browse new urls (the tabs just spun). I actually had to use MS Edge to get to anywhere to seek out someplace to make a report. I first went to the discussion group and opened up an account there, but from there noticed that feedback on Firefox was at a different url. I then needed to create an account "here". Since nothing was working, I closed and reopened the Firefox page with all the tabs on it, figuring maybe it would restore the crashed tabs. It did not and all tabs were lost. I can probably get back to some of them using the history archive, but it was very disappointing and will be even more time consuming. I am running the current version of Win 10 pro, 64 bit, on a PC. I thought you would want to know about this. Thank you for your time.

Asked by artistik 19 uair ó shin

Last reply by artistik 19 uair ó shin

bookmarks side bar default setting to NO

I have used firefox for years as my browser with my home page set to google. I have always had a bookmarks toolbar but never a bookmarks side bar and do not want one. T… (tuilleadh eolais)

I have used firefox for years as my browser with my home page set to google. I have always had a bookmarks toolbar but never a bookmarks side bar and do not want one. The other day a bookmarks side bar suddenly appeared. I have moved it from left side to right side and can delete it temporarily by using CTRL +B, but can't find a way to permanently remove it, i.e. make the default setting so that the side bar doesn't appear. can you help?

Asked by mmzz02468 1 uair ó shin

Last reply by mmzz02468 47 nóiméad ó shin