Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

dark monde on new tabs

My main screen and drop-down are stuck in a black background. I have changed the setting but they only work once I leave the home screen that shows in a new tab. How do I… (Lesen Sie mehr)

My main screen and drop-down are stuck in a black background. I have changed the setting but they only work once I leave the home screen that shows in a new tab. How do I get it back to a white background?

Gefragt von shepherdessann vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Basic auth stopped working

I use Firefox to develop my organization's CMS, which uses HTTP Basic Auth. This stopped working suddenly - no basic auth prompt is shown as of 16 Feb 2022. There's no er… (Lesen Sie mehr)

I use Firefox to develop my organization's CMS, which uses HTTP Basic Auth. This stopped working suddenly - no basic auth prompt is shown as of 16 Feb 2022. There's no error in the window or console, my server logs a 401 as expected but I've no way to log in. It works fine on other browsers.

Presumably, this is due to the fact that the CMS runs on HTTP, not HTTPS.

Is there anything I can do? We need to keep this running on port 8080...

Gefragt von ken155 vor 1 Jahr

Beantwortet von jonzn4SUSE vor 1 Jahr

  • Gelöst
  • Archiviert

Constant updates to Firefox every time I open my browser

I have Firefox version 97.0.2 (64 bit) for Windows. Lately, every time I start up the browser, it's trying to install an update. I haven't had this problem before with… (Lesen Sie mehr)

I have Firefox version 97.0.2 (64 bit) for Windows. Lately, every time I start up the browser, it's trying to install an update. I haven't had this problem before with Firefox (and I've been using it for several years now). Is there something I need to do to stop this?

Gefragt von jsctro vor 1 Jahr

Beantwortet von FredMcD vor 1 Jahr

  • Gelöst
  • Archiviert

filename too long, can't backup profile

Hi, Trying to move profiles to new computer. Can only B/U some parts to usb stick, then get error message that filename paths are too long, not supported in system (win … (Lesen Sie mehr)

Hi, Trying to move profiles to new computer.

Can only B/U some parts to usb stick, then get error message that filename paths are too long, not supported in system (win 7).

Tried creating folder in stick w/ profile name & then copy contents of appdata folder to that. Same problem.

Also tried copying main folder to root of C/ drive...same issue.

Rebooted & retried, same.

What's Up Doc?...thanks

Gefragt von pmcwilliw vor 1 Jahr

Beantwortet von jonzn4SUSE vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox icon change no longer works

I use to be able to change firefox icons by adding these files in Firefox under the browser directory chrome/icons/default/BrowserPreferences.ico chrome/icons/default/Cu… (Lesen Sie mehr)

I use to be able to change firefox icons by adding these files in Firefox under the browser directory

chrome/icons/default/BrowserPreferences.ico chrome/icons/default/CustomizeToolbarWindow.ico chrome/icons/default/default.ico chrome/icons/default/downloadManager.ico chrome/icons/default/main-window.ico chrome/icons/default/openLocation.ico chrome/icons/default/places.ico chrome/icons/default/printPageSetupDialog.ico chrome/icons/default/TabMIxPreferences.ico chrome/icons/default/unknownContentType.ico chrome/icons/default/viewSource.ico chrome/icons/default/Wizard.ico

It worked in version 56 but now in version 97 and this no longer works?

Gefragt von ikhalil vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Print preview missing

I just installed Firefox version 97.0. After the install, my print preview disappeared! Solutions I found on your web site DO NOT fix the problem. I change the configura… (Lesen Sie mehr)

I just installed Firefox version 97.0. After the install, my print preview disappeared! Solutions I found on your web site DO NOT fix the problem. I change the configuration entry print.tab_modal.enabled from TRUE to FALSE as recommended.

Also, there is no entry app.normandy.startupRolloutPrefs.print.tab_modal.enabled in my config.

Please help!

Gefragt von zeus2009 vor 1 Jahr

Beantwortet von zeus2009 vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox using gimp to open images and videos instead of the system default image viewer

Every time that i install a image from the internet, when i click to open it, it opens with the wrong application, when i manually set to open it with gwenview in files a… (Lesen Sie mehr)

Every time that i install a image from the internet, when i click to open it, it opens with the wrong application, when i manually set to open it with gwenview in files and applications on the settings menu, it still using gimp as default

Gefragt von RotaryBoot58 vor 1 Jahr

Beantwortet von AliceWyman vor 1 Jahr

  • Gelöst
  • Archiviert

Button doesn't work in firefox extensions?

Hi everyone, I have created an extension that can be used from the usual position at the top right through which you can do some things, including open a website locally.… (Lesen Sie mehr)

Hi everyone, I have created an extension that can be used from the usual position at the top right through which you can do some things, including open a website locally. To be clearer ...

Extension Folder: - extension.js - manifest.json - LocalWebSite (folder)

Inside the LocalWebSite folder: - index.html

Then clicking the button via the extension will load the local website. At this point, when the local website is opened it becomes impossible to trigger any button, modal, or whatever, it's a totally static page.

One important thing is that I don't want to replace the popup with the static page, I wish I could have both.

Extension Code: // SiteWebLocale function openWebSite () {

   browser.tabs.create ({
       "url": "./LocalWebSite/index.html"
   });

} document.getElementById ("openWebSite"). addEventListener ("click", openWebSite);

Local Website Button Code (It doesn't work): <button type = "button" class = "btn btn-danger" onclick = "alert ('ok')"> Action </button>

Gefragt von Alessandro vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

javascript script works in stackoverflow sandbox and jsfiddle but not on my website

I'm not sure this is a problem with Firefox but I have run out of other options to look at. At first I thought it might be because the page uses a frameset (I know it's o… (Lesen Sie mehr)

I'm not sure this is a problem with Firefox but I have run out of other options to look at. At first I thought it might be because the page uses a frameset (I know it's obsolete) so I created a version that uses an iframe instead. That way the html that needs to be acted on is not in a frame. It still doesn't work. I don't know why it works in stackoverflow's sandbox and jsfiddle but not on my website. Any help is appreciated.

Frameset version iFrame version

If you need to see the tabstrip code (it's virtually identical to the iFrame version): Tabstrip for frameset version

The script is supposed to hilite the selected tab with a red background. The rollover works fine (yellow background and brown text) but the selected tab color never shows up.

Gefragt von Wayne vor 1 Jahr

Beantwortet von Wayne vor 1 Jahr

  • Gelöst
  • Archiviert

Can't open bank statements on websites

I've just started using Firefox as my browser and really like it, but I am unable to open various items (bank statements, etc) when I go to some of my websites. No probl… (Lesen Sie mehr)

I've just started using Firefox as my browser and really like it, but I am unable to open various items (bank statements, etc) when I go to some of my websites. No problem when I use Chrome or others. Can't find anything to change in Firefox settings. Very annoying. How to fix this?

Gefragt von JDBJ vor 1 Jahr

Beantwortet von FredMcD vor 1 Jahr

  • Gelöst
  • Archiviert

costco travel just spins.

when i ask costcotravel.com to give a price, the site just spins and never gives the info. works fine on chrome. this is new and never happened before the last few week… (Lesen Sie mehr)

when i ask costcotravel.com to give a price, the site just spins and never gives the info.

works fine on chrome. this is new and never happened before the last few weeks. I did clear the history but still wont answer.

thanks for any help.

Gefragt von pencil2man vor 1 Jahr

Beantwortet von FredMcD vor 1 Jahr

  • Gelöst
  • Archiviert

The bookmark star button next to the address bar is gone

Hello, I accidentally removed my "save bookmark" star (that turns blue when a page is saved) in the address bar. I know there are other ways to save a bookmark but I want… (Lesen Sie mehr)

Hello, I accidentally removed my "save bookmark" star (that turns blue when a page is saved) in the address bar. I know there are other ways to save a bookmark but I want it restored as it was. What should I do for that? Thank you.

Gefragt von irenek vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Duplicate tab does not create properly

I use many tabs open in 97.0.1 . They are grouped by subject. When I do Duplicate Tab instead of adding tab directly in next location I find a large number of tabs copied… (Lesen Sie mehr)

I use many tabs open in 97.0.1 . They are grouped by subject. When I do Duplicate Tab instead of adding tab directly in next location I find a large number of tabs copied and moved to end of line. Restarting Firefox has all additional tabs removed and original tab is not Duplicated. I resort to adding new tab at end of line and dragging back to position I want then copy/paste URL. Problem has occurred in last few upgrades.

Gefragt von pajackson54 vor 1 Jahr

Beantwortet von pajackson54 vor 1 Jahr

  • Gelöst
  • Archiviert

Cookie Exceptions

Hello, I've set Firefox up to auto delete Cookies and Site Data when I close it. (Settings>Privacy & Security>Cookies and Site Data). I want to stay logged in … (Lesen Sie mehr)

Hello,

I've set Firefox up to auto delete Cookies and Site Data when I close it. (Settings>Privacy & Security>Cookies and Site Data). I want to stay logged in to some of my accounts though so i added the Sites in question to the exceptions (clicked allow and save changes). The problem is, that only worked for one site so far and the others require a new login anyway. No clue how to fix that (the same solution worked in LibreWolf for some reason).

Thanks for your reply in advance, S

Gefragt von Simon vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

PDF Text Clipping

I have two PDFs that I designed and uploaded to our website, but the headline in both displays with clipped characters in Firefox. Different fonts were used in both and t… (Lesen Sie mehr)

I have two PDFs that I designed and uploaded to our website, but the headline in both displays with clipped characters in Firefox. Different fonts were used in both and the issue is the same. I even tried adding more tracking then re-uploading, the issue persists.

I checked in other browsers and the text displays as intended. The attached screenshots show the issue in Firefox, compared to how it should look (viewed in Chrome).

It's only this one line of text that is affected and I don't know why.

Gefragt von bg-design vor 1 Jahr

Beantwortet von bg-design vor 1 Jahr

  • Gelöst
  • Archiviert

Extremely smal, unreadable fonts in certain conditions

Hey, is there a fix for the font issue on Firefox that makes sidebar, add-ons that have an option tab in the extension manager, and popups really small? Please see pictu… (Lesen Sie mehr)

Hey, is there a fix for the font issue on Firefox that makes sidebar, add-ons that have an option tab in the extension manager, and popups really small?

Please see pictures below.

1st pic: Tiny pop font after extension install.

2nd pic: Tiny pop font on add-ons manger page under Options Tab. Other Tabs (Permission and Details) are not affected.

3rd pic: Tab Stash extension full options page.

picture example

Gefragt von DayDreamerPro vor 1 Jahr

Beantwortet von DayDreamerPro vor 1 Jahr