Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst

[solved] How can I post HTML code in support.mozilla.org questions ?

Hello. How can I post HTML code snippets in support.mozilla.org questions ? All HTML code is rendered and none of the usual markdown (``` etc.) works. … (læs mere)

Hello. How can I post HTML code snippets in support.mozilla.org questions ? All HTML code is rendered and none of the usual markdown (``` etc.) works.

Stillet af welcome for for 4 måneder siden

Besvaret af cor-el for for 4 måneder siden

Picture in Picture: why closing the video opens the tab?

I've got a question/suggestion about Picture in Picture feature. Why "Close" button works the same as "Back to Tab"? Scenario: Close the Picture in Picture video by clic… (læs mere)

I've got a question/suggestion about Picture in Picture feature. Why "Close" button works the same as "Back to Tab"?

Scenario: Close the Picture in Picture video by clicking on the [X] button or Cmd+W shortcut.

Actual result: Picture in Picture closes and Firefox window opens, on the tab containing the video. This is very strange behaviour. If I close the video, I don't want to watch it now. Essentially "Close" button works exactly like "Back to Tab" button - so what's the point? If I wanted to switch to the tab - I would click on "Back to tab".

Expected result: I expect Picture in Picture video to close and nothing else to happen. Don't open the window/tab containing the video.

Thanks

Stillet af Dima for for 3 måneder siden

Seneste svar af cor-el for for 3 måneder siden

cant use http AT ALLL

i have tried LITERALLY EVERYTHING and i can just not connect to my site that uses http, it constantly redirects to https which DOES NOT WORK. and i am trying to connect… (læs mere)

i have tried LITERALLY EVERYTHING and i can just not connect to my site that uses http, it constantly redirects to https which DOES NOT WORK. and i am trying to connect to my server here so its kinda important but i clearly CANT access it.. i have watched countless forums, videos, addons. but nothing helps so please if anyone knows anything about this thatd be amazing.


ps also i have connected to the SAME ip/http server before using firefox, but now it does not work.

Stillet af T3RM4N4T0R for for 4 måneder siden

Seneste svar af cor-el for for 4 måneder siden

  • Løst
  • Arkiveret

files downloading instead of opening in viewer

I've spent many hours trying to fix this problem. When I click on a document that I want to view, it is downloading to my computer. I have the latest version of firefox o… (læs mere)

I've spent many hours trying to fix this problem. When I click on a document that I want to view, it is downloading to my computer. I have the latest version of firefox on a windows 11 pc. Please assist.

Stillet af Miami Sally for for 11 måneder siden

Besvaret af jscher2000 - Support Volunteer for for 11 måneder siden

  • Arkiveret

Firefox closing at random with no crash report

Yesterday Firefox started closing at random, sometimes instantly as soon as I open it. The crash dialog doesn't open, and if I go to about:crashes my most recent unreport… (læs mere)

Yesterday Firefox started closing at random, sometimes instantly as soon as I open it. The crash dialog doesn't open, and if I go to about:crashes my most recent unreported crash is from 2019. Tried refreshing, reinstalling, completely wiping all profiles and starting fresh. If I use troubleshooting mode it won't open properly at all. I am at a bit of a loss, any ideas?

Stillet af nathanbee354 for 1 år siden

Seneste svar af the_logic_master for for 7 måneder siden

  • Arkiveret

Issues with Moving the "Find Bar"

I have read through all 3 of the following posts linked below on this issue, and cant make it out. I am trying to move the find bar to the top of firefox. Tried the real… (læs mere)

I have read through all 3 of the following posts linked below on this issue, and cant make it out.

I am trying to move the find bar to the top of firefox. Tried the really long codes suggested, and the short ones. Yes, I enabled "true" in the config settings. Added the chrome folder and text file, I think in the right section. Restarted firefox lots of times upon each code I tried, still not working.

Any ideas? thanks!

https://support.mozilla.org/ig/questions/1372399

https://gripfastistech.com/index.php/blog/82-move-findbar-to-top-firefox-69.html

https://www.reddit.com/r/FirefoxCSS/comments/11odffm/psa_incoming_changes_to_default_element/

Stillet af zach6 for 1 år siden

Seneste svar af zach6 for for 12 måneder siden

  • Arkiveret

Sound on Facebok videos

I am running Windows 10 Enterprise version on my desktop. The same video on Facebook plays perfectly on Chrome but the sound is muted when it is played on Firefox. It h… (læs mere)

I am running Windows 10 Enterprise version on my desktop.

The same video on Facebook plays perfectly on Chrome but the sound is muted when it is played on Firefox. It happens only recently.

Is there some control features that I should turn on or turn off somewhere so that I can continue to use Facebook a usual on my Desk top.

Stillet af swwlee for 1 år siden

Seneste svar af zeroknight for 1 år siden

  • Arkiveret

Windows 11 and High Performance mode (dedicated GPU)

Hi! I'm on a newer laptop with an AMD CPU (with its own integrated GPU) and an Nvidia GPU. When changing Firefox to "High performance" mode in the Windows 11 settings (… (læs mere)

Hi!

I'm on a newer laptop with an AMD CPU (with its own integrated GPU) and an Nvidia GPU.

When changing Firefox to "High performance" mode in the Windows 11 settings (System > Display > Graphics), it is said to use the dedicated Nvidia GPU. However, to my surprise, this is noticeably more stuttery and laggy than having it use only the integrated AMD GPU ("Power saving" mode).

Additionally, Firefox's hardware acceleration (General > Performance) is set to "use recommended", and my Windows 11 Power mode (System > Power & Battery) is set to Balanced.

I was wondering what the best way to configure all these settings is, such that it takes advantage of my hardware as much as possible? I wish to understand more than simply switching options until Firefox looks the smoothest to my eye --- what do these settings actually do, and how should they be configured idealistically?

I also sometimes run Linux, where things are a bit more complicated (e.g. Nouveau vs proprietary drivers, PRIME, etc) so I understand if the answer is less certain in that environment, but any info for it would be great as well.

Thanks!

Stillet af varval761 for for 11 måneder siden

Seneste svar af varval761 for for 11 måneder siden

  • Arkiveret

authentication cookie missing for <1% of firefox users

On our online application we are facing with some strange behavior for a small percentage of our firefox users (<1%). When doing oauth2 authorization, after generatio… (læs mere)

On our online application we are facing with some strange behavior for a small percentage of our firefox users (<1%).

When doing oauth2 authorization, after generation of the authentication token we redirect to another platform but we are detecting that for a small percentage of Firefox the cookie (my_auth_cookie) with the auth token is not present.



GET: https://www.mywebsite.com/application/login Response:

new location https://www.mywebsite.com/otherapplication/redirect


set-cookie: my_auth_cookie expires=Mon, 04 Dec 2023 13:49:15 GMT; domain=.mywebsite.com; path=/; secure; samesite=lax; httponly


      2. GET https://www.mywebsite.com/otherapplication/redirect
          Set-cookie: mycookie: value
          Host: www.mywebsite.com


In cookie tab I see my_auth_cookie (value: xxxx, domain: .mywebsite.com, expires: Mon, 04 Dec 2023 13:49:15 GMT, httponly: checked, secure: checked,SameSite: Lax, partitionkey: empty, Priority: medium



I’ve tried to replicate but without success (with multiple extensions, including multi-account containers), with multiple configurations of Total Cookie Protection.

Again, this only seems to be happening to a very limited number of firefox users but for these, it happens 100% of the time. We see it occurring for versions 119 and 120 but now and then for older versions.

Feedback reports no extensions&addons.


Any ideas on what we could be dealing with? Any help would be greatly appreciated.

Stillet af Wilga Cha for 1 år siden

Seneste svar af zeroknight for 1 år siden

  • Arkiveret

The latest updates and drm

After the latest updates the drm protection prevents any streaming of hbo or prime video content to discord. Is this just a mistake from mozilla's side or did 2 streaming… (læs mere)

After the latest updates the drm protection prevents any streaming of hbo or prime video content to discord. Is this just a mistake from mozilla's side or did 2 streaming sites decide on same week to start ruining their service for paying customers?

Stillet af antti_valtonen for 1 år siden

Seneste svar af jscher2000 - Support Volunteer for 1 år siden

  • Arkiveret

Serious Problem: Firefox using ALL OF MY 8GB of RAM... :( :(

Greetings everyone, I have 8gb of RAM installed on my laptop running Windows 10 Pro. However, I'm always running out of RAM because Firefox is using almost all of it. … (læs mere)

Greetings everyone,

I have 8gb of RAM installed on my laptop running Windows 10 Pro.

However, I'm always running out of RAM because Firefox is using almost all of it.

I'm unable to open any other App while I have Firefox running because there just isn't any RAM available. :( :( :( :( :(

I'm constantly trying to close tabs and windows, but I just wanted to know if there was another solution?

I've used other web browsers that have a "sleep tab" feature where the tab will use very little RAM if the user hasn't accessed it for about 15 seconds to 1minute.

What else can I do?

Thank you for any help!

Stillet af Helpless_Quest for 1 år siden

Seneste svar af Helpless_Quest for for 10 måneder siden

  • Arkiveret

Regular Crashes

Firefox has been crashing multiple times per day for several weeks now. It used to be fine, hardly ever crashing. I can't think of anything I'm doing differently since be… (læs mere)

Firefox has been crashing multiple times per day for several weeks now. It used to be fine, hardly ever crashing. I can't think of anything I'm doing differently since before the crashes started. I can only assume that it started after a specific Firefox update. I do have a lot of windows/tabs open at once, but that was never an issue in the past. Occasionally individual pages will crash, usually several at once. The entire software crashes all at once regularly as well. Sometimes the crash seems to cause other issues, such as my computer hanging up for a bit, or my monitors going blank and the graphics system seeming to reset, before Firefox actually crashes. I don't always get a crash report dialogue when the whole thing crashes.

Most recent crash report ID: bp-bd37576c-c5ef-419f-a031-fe1910231123

I keep my Windows and Firefox up to date. I tried turning off hardware acceleration, but I think that might have made it worse so I turned it back on. I cleared the caches (which took well over five minutes), and ran speedyfox a few times. I exit Firefox through File > Exit whenever I need to restart or run other heavy software.

Stillet af klimber_2 for 1 år siden

Seneste svar af klimber_2 for 1 år siden

  • Arkiveret

Firefox Functionality Issues

Dear FF/Mozilla: I've experienced a number of issues where I'm unable to do banking transactions using the FF browser. In one case, Wells Fargo bill pay does not work (… (læs mere)

Dear FF/Mozilla:

I've experienced a number of issues where I'm unable to do banking transactions using the FF browser. In one case, Wells Fargo bill pay does not work (but works fine with MS Edge); in another case, an international money link payment to a vendor in the UK would not go through using Firefox (but did first time with MS Edge). In yet another case, Firefox won't load webpage photos for items for sale on the site www.telescope.com - the page loads with descriptions but photos would not load (I just tried it and, nada). This remains the case even after my VPN is disconnected.

I've used FF for several years now without too much trouble but with this ongoing non-functionality of FF, I'm tempted to migrate to MS Edge or a browser that is supported more widely.

Any help or advice? Thanks, Blaine

Stillet af Snowbrain for for 11 måneder siden

Seneste svar af Snowbrain for for 8 måneder siden

  • Arkiveret

Simple Tab Groups Resources

I have been using Simple Tab Groups (STG) for a long time now. I am curious if putting tabs into groups saves any resources, i.e. is only the open group using resources (… (læs mere)

I have been using Simple Tab Groups (STG) for a long time now. I am curious if putting tabs into groups saves any resources, i.e. is only the open group using resources (CUP/RAM), or is STG purely organizational in that all the tabs still use the same amount of resources as if they weren't grouped? If it is the latter, do you know of an add-on that would save resources? Thanks

Stillet af Geoffrey Eargle for for 12 måneder siden

Seneste svar af zeroknight for for 12 måneder siden

  • Arkiveret

Remove Security Alerts On LAN

I frequently need to access a Hi-Fi device on my local ethernet network from https://www.skytune.net For example ... http://192.168.1.68/ or http://192.168.1.62/ (Th… (læs mere)

I frequently need to access a Hi-Fi device on my local ethernet network from https://www.skytune.net For example ... http://192.168.1.68/ or http://192.168.1.62/ (The last 2 digits of the IP change from time to time)

Recently, I keep getting unnecessary security alerts - Any idea why? I have use https only disabled.

I could be with skytune's certificate. I have done everything I can to bypass these errors.

The Disable Protection For Now option seems to be unavailable if the latest Firefox.

Stillet af dm18 for 1 år siden

Seneste svar af dm18 for 1 år siden

  • Arkiveret

Particular website table shifted to right side end. Upto Firefox v115 working fine. need solution

Upto Firefox v115 this website working fine. after update this website table display right side end. not in position. checked in other browser. working fine in chrome. wh… (læs mere)

Upto Firefox v115 this website working fine. after update this website table display right side end. not in position. checked in other browser. working fine in chrome. what to do?. need solution. thank you.

Stillet af bharanicompu for 1 år siden

Seneste svar af zeroknight for 1 år siden