次のタグが付けられた質問を表示: すべての質問を表示

Browser upgrade possible for iMac 2007 OS X El Capitan impact

I want to know whether I can update my current Firefox version with my very old desktop setup. I am using the Firefox browser version 78.15.0esr (64-bit) on my iMac 2007 … (続きを読む)

I want to know whether I can update my current Firefox version with my very old desktop setup. I am using the Firefox browser version 78.15.0esr (64-bit) on my iMac 2007 running OS X El Capitan. This notice came up when opening Firefox: " Your version of Firefox will start to have problems on January 14. A root certificate will expire, causing some preferences and other features to stop working. On March 14, 2025, add-ons and more features will also break." Following the instructions to update, in About Firefox window, it checks for updates and then shows Firefox is up to date. I've interpreted this as there's no version available that I can update to. Is that correct?

5 か月前 に Deidre Seeto が質問

5 か月前 に James (On Leave)最後の返信

Firefox

Hello Mozilla, I have a Lenovo G700 laptop with the WINDOWS 7 Pro operating system My browser is Firefox 115.19.0 (see file Firefox.jpg) During the security check in onli… (続きを読む)

Hello Mozilla, I have a Lenovo G700 laptop with the WINDOWS 7 Pro operating system My browser is Firefox 115.19.0 (see file Firefox.jpg) During the security check in online banking I am told that the browser is out of date (see firefox2.jpg) But I can only update the version and it says "Firefox is up to date" What's wrong with that?

Best regards Heimo Ganzoort

4 か月前 に Thomas が質問

4 か月前 に TyDraniu最後の返信

Local Storage Issues with Firefox Portable on Windows 11

Hello, I am experiencing unexpected behaviour with local storage in Firefox Portable ESR 102.1.0 on Windows 11. In particular, the data is not deleted as expected after c… (続きを読む)

Hello, I am experiencing unexpected behaviour with local storage in Firefox Portable ESR 102.1.0 on Windows 11. In particular, the data is not deleted as expected after closing the application, even after clearing the cache in my code, the data persists when I open the application the next time. This behaviour is observed under windows10 but is common under windows11.

I suspect that this issue may be related to:

  • Interactions between Firefox Portable's cache management and Windows 11's system-level caching
  • Specific behavior of the ESR 102.1.0 version on Windows 11

I would appreciate it if you could investigate this issue and provide any insights or solutions.

4 か月前 に rahma.oueslati が質問

4 か月前 に jonzn4SUSE最後の返信

Help me to run Firefox 48 on MacOS Sequoia

Background: I need to run an enterprise web app on selected PCs and Macs, the browser will not be used for browsing, do not highlight security risks. I must absolutely u… (続きを読む)

Background: I need to run an enterprise web app on selected PCs and Macs, the browser will not be used for browsing, do not highlight security risks.

I must absolutely use Firefox 48 because it is the latest version to support showModalDialog()

I installed Firefox 48 on Windows and everything is ok, it works as it should.

On MacOS Sequoia, on the other hand, Firefox starts, the menus in the “Apple” bar at the top are usable, but the browser window is totally transparent, only the border and title bar are slightly visible.

I read on the support forum that it might be enough to disable hardware acceleration, but I can't do that because the options page doesn't even show!

5 か月前 に Mattia が質問

5 か月前 に cor-el最後の返信

Firefox update ESR has killed my browser

I use a 2009 Mac Mini running OS 10.11.6 dedicated for streaming. I was prompted to update Firefox to ESR which I did, replacing the older version of Firefox. The new ver… (続きを読む)

I use a 2009 Mac Mini running OS 10.11.6 dedicated for streaming. I was prompted to update Firefox to ESR which I did, replacing the older version of Firefox. The new version will not open.

It was the only browser I had. Can I undo the installation? Or download 78.15.0 somehow to restore the functionality of this Mac?

5 か月前 に Michael Clark が質問

5 か月前 に James (On Leave)最後の返信

FireFox will stop functioning on 14th january and I can't instile a version

Hi! I need a biiig help here. I have a mac OS X Yosemite version 10.10.5 and I would like to keep using this computer. I installed the FireFox 128.5.2esr.dmg. I saved i… (続きを読む)

Hi! I need a biiig help here. I have a mac OS X Yosemite version 10.10.5 and I would like to keep using this computer. I installed the FireFox 128.5.2esr.dmg. I saved it to my applications but I click on the icon and nothing happens... My FireFox is not ok now... I open it, but doesn't appear the icons or so (top sites or highlights). Thank you!

5 か月前 に anatcsantos が質問

5 か月前 に jscher2000 - Support Volunteer最後の返信

McAfee Truekey has stopped appearing in Firefox browser. App downloaded again, and being asked to enable. How do I do this?

Firefox is default browser. Have used McAfee Truekey for years with no issues. It has now disappeared from browser. Reloaded the app, and McAfee website tells me to activ… (続きを読む)

Firefox is default browser. Have used McAfee Truekey for years with no issues. It has now disappeared from browser. Reloaded the app, and McAfee website tells me to activate it. How do I do this/ should I do this?

5 か月前 に hazelhaas が質問

5 か月前 に jonzn4SUSE最後の返信

network.http.strict_response_status_line_parsing missing on new versions

Hello after version 131 network.http.strict_response_status_line_parsing option is missing and i have problem with my site error "The status line of the HTTP response is … (続きを読む)

Hello after version 131 network.http.strict_response_status_line_parsing option is missing and i have problem with my site error "The status line of the HTTP response is invalid - NS_ERROR_PARSING_HTTP_STATUS_LINE" Can someone is teal me what is new option replace network.http.strict_response_status_line_parsing ? Now i not able to turn off network.http.strict_response_status_line_parsing and not have irping from my website

5 か月前 に epoc が質問

5 か月前 に jscher2000 - Support Volunteer最後の返信

truncation issue in firefox browser

In Firefox browser , truncation of string is not working, when typing into the input box at first time truncation is not working, but when focusing out and typing once ag… (続きを読む)

In Firefox browser , truncation of string is not working, when typing into the input box at first time truncation is not working, but when focusing out and typing once again it start working , seems its rendering problem which is not working at first time.

I am using following code <style> input.b { white-space: nowrap; width: 50px; overflow: hidden; text-overflow: ellipsis; border: 1px solid #000000; </style>

text-overflow: clip (default):

<input class="b">



Above code will give the different result in firefox and the the chrome browser.

in chrome it will work at first time , means once user will start the typing into the input box , it will start showing the ellipses once text overflow will happen. but in Firefox it will not work like this, at first time when user will start the typing it will not show ellipses although text exceeds the boundary of input box , but when user focus out from the input box and start once again start typing into the input box ellipses will be shown. this behavior is creating confusion.

Kindly provide the solution for the same I am using 128.5.2 esr firfox version

5 か月前 に Priyesh が質問

5 か月前 に jscher2000 - Support Volunteer最後の返信

Firefox advises me to Upgrade

Firefox today advised me to upgrade as my current version will cease to function in the near future. I am currently running Win 7 x64 and Firefox 102.10.0 esr . Attemptin… (続きを読む)

Firefox today advised me to upgrade as my current version will cease to function in the near future. I am currently running Win 7 x64 and Firefox 102.10.0 esr . Attempting to update results in a request if running Win 7,8 or 8.1 to also download and run additional 115.18.0esr . Attempting to run either 115.18.0esr OR Firefox 128.5.2esr results in a screen stating firstly "Windows 10" and secondly "Unable to install this version requires Win 7 x64 or newer". Win 7 x64 IS the version I'm running.

5 か月前 に werewoolufs が質問

5 か月前 に James (On Leave)最後の返信

Firefox 56

Hello, I am currently using an old version of Firefox (56.0.2) for personal use because of the addons that are no longer supported. I understand the security risks invo… (続きを読む)

Hello,

I am currently using an old version of Firefox (56.0.2) for personal use because of the addons that are no longer supported. I understand the security risks involved, but I need this version for a specific project that is critical to me.

If it functions well now, will I encounter any new issues after March 14, 2025? I have disabled all browser updates.

Thank you.

5 か月前 に vinnikia が質問

5 か月前 に TyDraniu最後の返信