About a Possible Display Bug in Firefox on macOS

Hi everyone, I'm using the Firefox browser (version 128.11.0esr (64-bit)) on MacOS (version 15.5 (24F74)) and experiencing a possible display bug in the ChatGPT website… (czytaj dalej)

Hi everyone,

I'm using the Firefox browser (version 128.11.0esr (64-bit)) on MacOS (version 15.5 (24F74)) and experiencing a possible display bug in the ChatGPT website’s project window (as the attached Image-1.jpg shows).

When a self-defined ChatGPT project contains multiple chats, which means the right part of the website page needs to be scroll-able to show all its chats, it seems that it cannot be scrolled using Firefox, and no scrollbar appears. Yet I noticed that the chat list on the left can be scrolled normally.

Besides, I had another try using Chrome, and it work fine there (as shown in attached Image-Chrome.jpg.)

It's quite annoying since I have to switch to Chrome—not my default Firefox—to completely explore all my chats every time. Could someone please verify this and fix it if it is not just on my end?

Pytanie zadane przez mikasajager 18 godzin temu

Dynamic Refresh Rate not working

I have a 120Hz display with dynamic refresh rate enabled in the Windows settings (48Hz-120Hz). With dynamic refresh rate enabled Firefox locks browsing at 60Hz. With dyna… (czytaj dalej)

I have a 120Hz display with dynamic refresh rate enabled in the Windows settings (48Hz-120Hz). With dynamic refresh rate enabled Firefox locks browsing at 60Hz. With dynamic refresh rate disabled Firefox shows all websites at 120Hz. Due to battery efficiency reasons I would like to use dynamic refresh rate but still use Firefox with 120Hz across all websites. Is there a hidden setting which I have missed? Thanks!

Pytanie zadane przez jusstaeheli 19 godzin temu

downloads.download deletes file?

I'm writing an extendion wich needs to download a file: ```js let url = URL.createObjectURL(new Blob([content + '\n'])); try { const id = await browser.d… (czytaj dalej)

I'm writing an extendion wich needs to download a file:

```js

   let url = URL.createObjectURL(new Blob([content + '\n']));
   try {
       const id = await browser.downloads.download(
           {
               filename: "some_name",
               saveAs: false,
               conflictAction: "overwrite",
               url: url
           }
       );
       await browser.downloads.erase({id: id});
   } finally {
       URL.revokeObjectURL(url);
   }

```

If the file does not exist yet, it works great. If the file exists but is exactly the same, it still works. But if there is a need to override the file with different content, the file gets deleted and it is not being replaced.

According to inotifywait, the new file IS created, but immediately deleted.

Do I understand something wrong? What am I supposed to do?

Pytanie zadane przez Michał 23 godziny temu

Firefox and Amazon Prime Video not playing nice

When I try to access a movie or get further info by clicking the movie's pic, I get this message, despite deleting my cache and cookies, closing and opening Firefox, shut… (czytaj dalej)

When I try to access a movie or get further info by clicking the movie's pic, I get this message, despite deleting my cache and cookies, closing and opening Firefox, shutting and opening my MacBook. Any suggestions most appreciated!

That shouldn't have happened.

It looks like something went wrong on our side. Let's find you a great video to watch instead.

Pytanie zadane przez Firefox on Mike 1 dzień temu

Ostatnia odpowiedź udzielona przez Firefox on Mike 1 dzień temu

How to save ports instead of IP addresses in a password manager?

How to save port or path in Firefox Windows Password Manager, For example: http://192.168.2.111:8080/a_project and http://192.168.2.111:8080/b_project These two addresse… (czytaj dalej)

How to save port or path in Firefox Windows Password Manager, For example: http://192.168.2.111:8080/a_project and http://192.168.2.111:8080/b_project These two addresses have different usernames because different ports represent different projects, So far, accessing this address http://192.168.2.111:8080/a_project It will display http://192.168.2.111:8080/b_project The username and password Because the password manager can only store IP or domain names and cannot store ports and project paths, it is very inconvenient to use for instance: https://localhost:8080 and https://localhost:9090 They actually need to save their respective usernames and passwords separately, but currently they can only https://localhost To save, when I access//localhost: 8080, it still displays the username and password under//localhost: 9090. Is this issue a bug or does it require some configuration to be enabled?

Pytanie zadane przez 873315036 1 dzień temu

Tabs misbehaving

Hi : I have a website that, except for its Index page, is made up entirely of .PDFs. These .PDFs are created from MS Word documents. I noticed that when viewing the … (czytaj dalej)

Hi : I have a website that, except for its Index page, is made up entirely of .PDFs. These .PDFs are created from MS Word documents. I noticed that when viewing the site in Firefox, the author of the .PDF pages in the tabs was given as : Microsoft Word [filename]. Accordingly, I made sure the Word files had my name hardcoded into the Info section so that it would be same for all documents I created. I then changed the metadata of the .PDF files to include my name as author and the title of the file. However, 'Microsoft Word [filename]' still appeared in the Firefox tabs. I have no idea where Firefox is getting this information from. Curiously, when I look at my website on Microsoft's Edge browser, the tabs have the correct information : 'Patrick Kearney [filename]'. Any help making Firefox behave in the same way would be much appreciated. I have no desire to switch my browser to Edge or anything else. Thanks in advance.

Pytanie zadane przez patjk 1 dzień temu

online banking

Why does it take so long to log in on online banking keeps saying performing TSL hand shake take 10 min. to log in

Pytanie zadane przez robertisherwood3 1 dzień temu

Stopping AUTOMATIC JPG to AVIF Conversions On Download

Hello, I am trying to download a few JPG images from Meetup.com. Here is an example URL: https://secure.meetupstatic.com/photos/event/3/5/0/a/highres_528673578.jpeg Th… (czytaj dalej)

Hello,

I am trying to download a few JPG images from Meetup.com. Here is an example URL:

https://secure.meetupstatic.com/photos/event/3/5/0/a/highres_528673578.jpeg

This is CLEARLY a JPG image from the URL. However, when I right click on the image to Save As the only choice given is AVIF! I cannot open or use AVIF files. As you know the conversion process is LOSSY so trying to convert BACK to a JPG format is not recommended.

It is fine if Firefox and other browsers want to use AVIF format internally but you should, at least, give users the OPTION of downloading the native format.

So how do I fix/configure Firefox to provide the native JPG file download?

Thanks, Steve

Pytanie zadane przez Steve_Sr. 6 dni temu

Ostatnia odpowiedź udzielona przez Steve_Sr. 1 dzień temu

Firefox

How to clear local cache of HTML FILES stored on hard drive, not websites? They are stored. I don't want to flush everything just because there is no option nor list wher… (czytaj dalej)

How to clear local cache of HTML FILES stored on hard drive, not websites? They are stored. I don't want to flush everything just because there is no option nor list where I could manually do this as with websites cache.

Pytanie zadane przez Thomas 1 dzień temu