Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

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… (read more)

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!

Asked by zeus2009 1 year ago

Answered by zeus2009 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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

Asked by RotaryBoot58 1 year ago

Answered by AliceWyman 1 year ago

  • حُلّت
  • المُؤرشفة

Restore bookmarks and other data from hard drive out of dead computer

My old Linux computer died and I have removed the still good SSD from it. I have installed the latest Firefox on my new computer and would like to restore the bookmarks a… (read more)

My old Linux computer died and I have removed the still good SSD from it. I have installed the latest Firefox on my new computer and would like to restore the bookmarks and other saved data to the new computer.

I am running Ubuntu 20.04, the old computer was on Ubuntu 18.04.

Can these things be restored, and if so what do I need to do?

Asked by gwilson3 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

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.… (read more)

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>

Asked by Alessandro 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

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 … (read more)

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

Asked by Simon 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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.

Asked by Wayne 1 year ago

Answered by Wayne 1 year ago

  • حُلّت
  • المُؤرشفة

How can i change the order of Search Bar suggestions?

Hi everyone, I would like to change the order of Search Bar suggestions, if possible, because I find the "Firefox Suggest" section's results more relevant to what I usua… (read more)

Hi everyone,

I would like to change the order of Search Bar suggestions, if possible, because I find the "Firefox Suggest" section's results more relevant to what I usually look for.

Specifically, as shown in the image I attach, when I type, I get some suggestions, and then I can see the "Firefox Suggest" section. Is it possible to change the order and place it above the suggestions?

Thank you!

Asked by kolyfotis 9 months ago

Answered by TyDraniu 9 months ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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.

Asked by irenek 11 months ago

Answered by cor-el 11 months ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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?

Asked by ikhalil 1 year ago

Answered by TyDraniu 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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...

Asked by ken155 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

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 … (read more)

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

Asked by pmcwilliw 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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

Asked by DayDreamerPro 1 year ago

Answered by DayDreamerPro 1 year ago

  • حُلّت
  • المُؤرشفة

Barclays uk login page inaccessable

Cannot login to my bank - Barclays on address:- https://bank.barclays.co.uk/olb/authlogin/loginAppContainer.do#/identification Works on Waterfox, Vivaldi. Brave and Edge … (read more)

Cannot login to my bank - Barclays on address:- https://bank.barclays.co.uk/olb/authlogin/loginAppContainer.do#/identification Works on Waterfox, Vivaldi. Brave and Edge

Asked by mike.hitchcock 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Locked
  • المُؤرشفة

Locating Tools on the Menu Bar. It is simply absent

I had asked how to find Tools > Options and then Applications on Firefox. Immediately I received clear advice telling me to go to More Tools and choose Customize whi… (read more)

I had asked how to find Tools > Options and then Applications on Firefox. Immediately I received clear advice telling me to go to More Tools and choose Customize which I did. I then clicked Toolbars at the bottom of the window and again Menu Bar and then Done. But still the Menu Bar did not show Tools

Asked by abunoyo 1 year ago

Last reply by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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?

Asked by JDBJ 1 year ago

Answered by FredMcD 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox and Ally Bank log in problem

I am unable to log into my Ally Bank accounts using the latest version of Firefox. Ally keeps coming back with an unable to process the request notice. I AM able to log… (read more)

I am unable to log into my Ally Bank accounts using the latest version of Firefox. Ally keeps coming back with an unable to process the request notice. I AM able to log in using an older version of Firefox and with Microsoft's Edge. I lowered my security threshold, cleared the cache and cookies and even tried private windows. None worked. The problem is ONLY with the newest version of Firefox as far as I can tell.

Asked by bgx383 1 year ago

Answered by bgx383 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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.

Asked by pajackson54 1 year ago

Answered by pajackson54 1 year ago

  • حُلّت
  • المُؤرشفة

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… (read more)

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.

Asked by bg-design 1 year ago

Answered by bg-design 1 year ago