Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε

Screwy fonts

Firefox displays websites with gibberish for headlines. I've monkeyed with the "Fonts" preferences in the Settings to no avail. Perhaps I'm not choosing correctly. They … (διαβάστε περισσότερα)

Firefox displays websites with gibberish for headlines. I've monkeyed with the "Fonts" preferences in the Settings to no avail. Perhaps I'm not choosing correctly. They are currently set with Firefox's defaults and the box allowing websites to choose their own fonts is also selected. No matter what I've done, it looks like the attached image. Help!

Ερώτηση από kellydhlowry 2 μήνες πριν

Απάντηση από kellydhlowry 2 μήνες πριν

  • Επιλύθηκε

No review checker on one of my accounts

I have a work and personal profile. On my work profile, when I go to amazon, I see the pricetag icon in the URL bar and it works as expected. However, on my personal prof… (διαβάστε περισσότερα)

I have a work and personal profile. On my work profile, when I go to amazon, I see the pricetag icon in the URL bar and it works as expected. However, on my personal profile, it's not showing up at all; no icon, no prompt, it's like it doesn't exist for that profile. I've restarted both profiles, and it still isn't showing up.

I'd prefer to do my shopping on my personal profile, and not my work profile. Any ideas why it's not working on one?

Ερώτηση από PhaedraFlux 2 εβδομάδες πριν

Απάντηση από cor-el 2 εβδομάδες πριν

  • Επιλύθηκε

How to protect yourself from pages that take up huge amounts of memory?

I often see that some pages take up too much memory. This critically affects the performance of my laptop with 8 GB of memory. However, I was unable to reproduce this beh… (διαβάστε περισσότερα)

I often see that some pages take up too much memory. This critically affects the performance of my laptop with 8 GB of memory. However, I was unable to reproduce this behaviour. Now I have caught two web pages.

https://linuxhandbook.com/sort-top-command/ 

and https://www.tutorialspoint.com/how-to-find-number-of-ram-slots-in-linux The first page quickly takes up 1-2GB and continues to drain memory. The maximum usage was 7 GB on a laptop with 16 GB of memory. This behaviour is the same in Firefox and Chrome. The second page quickly takes up 2GB, which is very noticeable on 8GB laptops. Why do these pages take up so much memory? Most importantly, how can you protect yourself from such an unexpected memory consumption?

Ερώτηση από YDUBINSKY 2 εβδομάδες πριν

Απάντηση από zeroknight 2 εβδομάδες πριν

  • Επιλύθηκε

Need help regarding browser crash

I am having an issue in browser like most of the times when try to open sites even sometimes my own cavity back irons site the browser giving error "wait or close page" l… (διαβάστε περισσότερα)

I am having an issue in browser like most of the times when try to open sites even sometimes my own cavity back irons site the browser giving error "wait or close page" like this & sometimes browser crash suddenly and reopen. Why it's happens? kindly let me know the solution. Thanks.

Ερώτηση από bc200400662 2 εβδομάδες πριν

Απάντηση από Paul 2 εβδομάδες πριν

  • Επιλύθηκε

Taskbar icon appearing blank

Hello, today firefox has been appearing as a blank icon on my taskbar. I have tried solutions suggested in older posts but it did not help unfortunately. if i try to 1-… (διαβάστε περισσότερα)

Hello, today firefox has been appearing as a blank icon on my taskbar. I have tried solutions suggested in older posts but it did not help unfortunately. if i try to

1- right click unpin from taskbar the icon shows once more. 2- right click, the icon disappears/becomes blank. 3- click pin to taskbar, the icon remains blank.

attached is the image showing the steps i described above

Ερώτηση από manysmiles 2 εβδομάδες πριν

Απάντηση από manysmiles 2 εβδομάδες πριν

  • Επιλύθηκε

Assistance Request - Firefox Browser Animation and Window Issues

Dear Firefox Support Team, I hope this message finds you well. I am writing to seek assistance with a persistent issue I have been experiencing in my Firefox browser. De… (διαβάστε περισσότερα)

Dear Firefox Support Team,

I hope this message finds you well. I am writing to seek assistance with a persistent issue I have been experiencing in my Firefox browser. Despite my efforts to troubleshoot, I have encountered problems with various animations within the browser.

The specific issues include:

  Text Selection Animation: The animation for text selection does not function.
   Element Overflow Scroll: The animation for scrolling within elements in overflow does not work.
   Developer Menu Resizing (F12): The animation for resizing the developer menu (F12) is not functioning.
   Button Hover Effects: When hovering over elements such as buttons, the expected CSS :hover modifications do not occur.
   The cursor remains the same regardless of where it is moved. This is particularly problematic as the cursor often retains the icon corresponding to editable text even when over buttons.

Additionally, there are complications when resizing the browser window. Upon resizing, the window seems to "half" itself, making it impossible to drag or further resize. This behavior also hides the three standard buttons present in all windows.

An additional symptom is that when I initially open the browser, it functions perfectly. However, during usage, the first indication of a problem is the disappearance of the mouse cursor, requiring movement for a couple of seconds. From that point onward, all mentioned issues begin to manifest.

I have taken several steps to address these issues, including:

   Complete Firefox Reinstallation: I uninstalled and reinstalled Firefox from scratch in an attempt to resolve the problem.
   ESR Version Testing: I experimented with the Extended Support Release (ESR) version of Firefox, but the issues persisted.
   Hardware Acceleration Disable: I disabled hardware acceleration to check if it was causing the problems, but the animations still did not work correctly.

Despite these efforts, the problems persist, and I am reaching out to seek your expert guidance in resolving these issues. Your assistance in this matter is highly appreciated.

Thank you for your time and consideration.

Best regards,

Ivan Beltrame

Ερώτηση από Ivan Beltrame 3 εβδομάδες πριν

Απάντηση από cor-el 3 εβδομάδες πριν

  • Επιλύθηκε

Why did default CSS behavior for a nested/child element change from "initial" to "inherit" after update?

I updated from version 106 to version 118.0.2, then to 119.0.1. The last to updates made a local HTML page behave differently than before. The problem is this: the "insi… (διαβάστε περισσότερα)

I updated from version 106 to version 118.0.2, then to 119.0.1. The last to updates made a local HTML page behave differently than before.

The problem is this: the "inside text" below was not(!) bold before the update, I suppose the containing element of the text defaulted to "initial," but began to default to "inherit" after the update.

This is HTML:

  <TABLE>
    <TR>
      <TD class="group">
        outside text
        <TABLE>
          <TR>
            <TD>
              inside text
            </TD>
          </TR>
        </TABLE>
      </TD>
    </TR>
  </TABLE>

This is external CSS linked to the page:

 TD.group
   { font-weight:bold;
   }

So I added "TD.group TABLE{font-weight:initial;}" to the CSS to make it work as expected/before.

I wonder why this change was made by the developers, Did I miss any changes made to HTML/CSS specification?

Thank you

Ερώτηση από antizilla 3 εβδομάδες πριν

Απάντηση από cor-el 3 εβδομάδες πριν

  • Επιλύθηκε

Artifacts with HW compositing enabled on Intel HD 4000

Hi, I seem to have an issue with Firefox rendering pages with artifacts. I use Linux Mint 21.2 Cinnamon, video adapter is Intel HD 4000. Currently running 6.2 kernel, tri… (διαβάστε περισσότερα)

Hi, I seem to have an issue with Firefox rendering pages with artifacts. I use Linux Mint 21.2 Cinnamon, video adapter is Intel HD 4000. Currently running 6.2 kernel, tried to fall back to 5.15 which didn't change anything. Attached the examples, the first 2 are screenshots of the about:support page, the issue appear there consistently but not necessarily at the same place. I've tried to open Firefox in the Troubleshooting mode, and the artifact appeared right in the dialog asking for restart! (see pic. 3) Enabling software WebRender (gfx.webrender.software=true) fixes the issue.

about:support page:

 when HW compositing is on: https://termbin.com/7ith
 when SW compositing is on: https://termbin.com/rlme

I have tested memory with memtest86+ overnight with no errors, CPU has been tested by Prime95 for 3-4 hours, the iGPU seems to be working fine either in Unigine Heaven, GpuTest and glmark tests. Is there a way to fix the issue other than disabling HW compositing?

Ερώτηση από butterpilz 1 μήνα πριν

Απάντηση από zeroknight 1 μήνα πριν

  • Επιλύθηκε

Firefox freezes and paralyzes OS when loading specific non-default profiles

Hello! When trying to load specific profiles, Firefox freezes and my system blocks, with fan on full speed. I have to either kill that profile via process manager (befo… (διαβάστε περισσότερα)

Hello!

When trying to load specific profiles, Firefox freezes and my system blocks, with fan on full speed.

I have to either kill that profile via process manager (before everything freezes) or force shutdown my computer.

The only thing these profiles have in common is that their names have special characters ('í' and 'ã'). Renaming has no effect but Firefox being unable to find them.

Unfortunately I have no error message to quote. I need to use these profiles because of their specific saved logins data.

I'm on Debian GNU/Linux 12 (bookworm) x86_64, 6.1.0-12-amd64. Firefox verson is 115.4.0esr (64-bit).

Thank you for your time. -chico

Ερώτηση από chico 3 εβδομάδες πριν

Απάντηση από zeroknight 3 εβδομάδες πριν

  • Επιλύθηκε

I cannot login to Reddit

I'm a Reddit user and until today I used to login just fine. Now I get the error message "Incorrect username or password" when I try to login in Mozilla Firefox (version … (διαβάστε περισσότερα)

I'm a Reddit user and until today I used to login just fine. Now I get the error message "Incorrect username or password" when I try to login in Mozilla Firefox (version 119.0.1 (64-bit)). If I use Google Chrome or Microsoft Edge I log in with no problem.

Ερώτηση από Online_Rambo 3 εβδομάδες πριν

Απάντηση από Online_Rambo 3 εβδομάδες πριν

  • Επιλύθηκε

Major A/V sync problem on Youtube

Hi. I'm experiencing a severe lag between Audio & Video on Youtube (video lags audio by more than a second) This ONLY happens on YT, ONLY on one PC (we have 3) and O… (διαβάστε περισσότερα)

Hi. I'm experiencing a severe lag between Audio & Video on Youtube (video lags audio by more than a second)

This ONLY happens on YT, ONLY on one PC (we have 3) and ONLY using Firefox. I've been through as much of YT as I can find, but nothing changes.

Running FF in safe mode eliminates the problem. I've checked all addons/extensions etc in normal mode, but none are enabled & can't find anything else which makes any difference.

Using Chrome/Edge/IE Explorer all are fine, using a different streaming service (UK TV Play/BBC iPlayer etc), all work fine with FF.

As a last resort, I deleted FF and all associated files, folders, registry entries and caches. Upon re-installing FF the problem returns.

I've tried running without antivirus protection, in case a firewall or somthing was messing with it, bit to no avail.

I'm totally flummoxed, so if anyone can shed some light, it'd be much appreciated. I really don't want to change to another browser as FF has served us well for years.............. but....y'know.

Thanks. Annie

Ερώτηση από anniemasters 3 εβδομάδες πριν

Απάντηση από cor-el 3 εβδομάδες πριν

  • Επιλύθηκε

Previous Tabs being closed

I have "Open previous windows and tabs" checked in the settings, And have been using firefox in that manner for years, Like I would close the browser without thinking, An… (διαβάστε περισσότερα)

I have "Open previous windows and tabs" checked in the settings, And have been using firefox in that manner for years, Like I would close the browser without thinking, And coming back to what i was working on. But today for some reason, I came back to all my tabs gone, And I openned multiple tabs and closed, And opened the browser again and there were no more tabs. (I know about ctrl+shift+N, But that is not automatic) Please help I really need this feature, As i don't like closing tabs!

Ερώτηση από HanZotaro 4 εβδομάδες πριν

Απάντηση από ARMAN KHAN 4 εβδομάδες πριν

  • Επιλύθηκε

Firefox - New Tabs just close(only once per restart)

.... when either trying to open them by clicking "open link in new tab" or by manually opening a new tab, then typing something into the browser-line. This has been an i… (διαβάστε περισσότερα)

.... when either trying to open them by clicking "open link in new tab" or by manually opening a new tab, then typing something into the browser-line.

This has been an issue for me now for several versions of firefox ever since like 6 Months ago. It is very annoying, especially after having finished typing a rather long website-adress or search phrase, then hitting enter only to get the new tab closed right into my face without any further comments.

Help would be >MUCH< appreciated!

Cheers~

Ερώτηση από Alexander.Weihrauch 1 μήνα πριν

Απάντηση από zeroknight 1 μήνα πριν

  • Επιλύθηκε

YouTube videos on Firefox getting slower and jerky.

YouTube videos on Firefox getting slower and jerky. After refreshing Firefox (Settings -> Help -> More troubleshooting information -> Refresh Firefox), it is OK,… (διαβάστε περισσότερα)

YouTube videos on Firefox getting slower and jerky. After refreshing Firefox (Settings -> Help -> More troubleshooting information -> Refresh Firefox), it is OK, but only for a short while. Then the problem starts again. Same YouTube videos are running fine with Chrome at the same time.

Running Windows 11 Pro (Clean windows setup not long ago and the issue was there from the beginning.) German Language Firefox 116.0.2 Build ID 20230805021307 Intel CPU i7-1360P, 16 GB RAM, 1TB M.2 SSD

Would really appreciate a solution for the issue because I really like Firefox!

Ερώτηση από guidox11 3 μήνες πριν

Απάντηση από guidox11 4 εβδομάδες πριν

  • Επιλύθηκε

Firefox crashes on open after 1-2 seconds. Can open in troubleshoot mode. OSX.

Here's two of the most recent IDs. bp-c5abd077-4bfa-4dbb-bafc-3cbc40231102 bp-26752e4f-b3f6-436d-9eb3-554200231102 Edit: I have since tried the "Refresh Firefox" featur… (διαβάστε περισσότερα)

Here's two of the most recent IDs.

bp-c5abd077-4bfa-4dbb-bafc-3cbc40231102 bp-26752e4f-b3f6-436d-9eb3-554200231102

Edit: I have since tried the "Refresh Firefox" feature, which deletes all extensions, and still have the same problem. I have also turned off hardware acceleration, same results.

Ερώτηση από nathankucera 1 μήνα πριν

Απάντηση από zeroknight 4 εβδομάδες πριν

  • Επιλύθηκε

Downloads from Internet

I have Firefox set to "Ask whether to open or save files" not to Save files. This never happened before, but now Firefox is not giving me the option to open or save file… (διαβάστε περισσότερα)

I have Firefox set to "Ask whether to open or save files" not to Save files. This never happened before, but now Firefox is not giving me the option to open or save files, and automatically starts the download without giving me the box with both options. I get the message Opening in x amount of time in the "Display the progress of ongoing download" button, instead of the remaining time of download where the file doesn't open when the download is finished.

How can this be corrected? I have a feeling something happened in a new version of Firefox.

Ερώτηση από llaurienzo 1 μήνα πριν

Απάντηση από cor-el 1 μήνα πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Printing documents from Firefox is extremely slow compared to printing documents from Preview (Mac)

It takes an extremely long time for documents (e.g., PDFs) to print when I print them from Firefox (compared to printing from the built-in Preview app). How can I resolve… (διαβάστε περισσότερα)

It takes an extremely long time for documents (e.g., PDFs) to print when I print them from Firefox (compared to printing from the built-in Preview app). How can I resolve this so that I can print documents directly from Firefox without this long delay?

Browser: Firefox 105.0.1 OS: macOS 12.6 Installed Addons: 7TV, BetterTTV, Facebook Container, FrankerFaceZ, Merge Windows, Tab Auto Refresh, TWP - Translate Web Pages, uBlock Origin

Ερώτηση από Benny Rochwerg 1 έτος πριν

Απάντηση από jscher2000 - Support Volunteer 1 έτος πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Browser no longer allows me to log into my ISP's website

From time to time i need to log into my ISP's website portal, yet from today which is since the update yesterday) it will not allow me to it has my log in details saved c… (διαβάστε περισσότερα)

From time to time i need to log into my ISP's website portal, yet from today which is since the update yesterday) it will not allow me to it has my log in details saved correctly, but when i try to log in the sit it says they are incorrect, which they are not.

At first I thought the issue was with my ISP's website, so I was on the phone to them and together we tried crhome and edge and the log ins worked just fine, but not with the Firefox browser.

So sadly either something you changed in that update seems to be messing with the log in on this site and possibly others or possibly one of the add ons I use with it together with the browser is now causing an issue and is interferring I wouldn't have the first clue.

Ερώτηση από Mark397 1 έτος πριν

Απάντηση από Mark397 1 έτος πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

I cant untick labels in google maps satellite mode using firefox. It works on other browsers

I cant untick labels in google maps satellite mode using firefox. It works on other browsers

Ερώτηση από laugh.atlantic 1 έτος πριν

Απάντηση από laugh.atlantic 10 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Can't attach or download files

If I try to attach or download (only with the Always ask you where to save files option turned on) a file in any website, the browser doesn't open the Files window. Drag… (διαβάστε περισσότερα)

If I try to attach or download (only with the Always ask you where to save files option turned on) a file in any website, the browser doesn't open the Files window. Drag and drop works. I am able to choose the download folder from the settings and upload any folder, though.

I'm running Firefox 103.0.1 on Linux Ubuntu 22.04 LTS.

Ερώτηση από gabrielegagliardi23 1 έτος πριν

Απάντηση από jonzn4SUSE 1 έτος πριν