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

Google maps displays multiple place names

It is only in Firefox that this happens. Android and Opera are both fine. For example the city name appears several time over the map, and likewise so do suburb names. Se… (læs mere)

It is only in Firefox that this happens. Android and Opera are both fine. For example the city name appears several time over the map, and likewise so do suburb names. See attached screen grab. Is there a setting that I have missed?

Peter

Stillet af OTG70 for 2 år siden

Besvaret af OTG70 for 2 år siden

  • Løst
  • Arkiveret

Can't login to usaa.com banking site. FF keeps refreshing login page

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7 I enter/submit my USAA username on the login page via a username d… (læs mere)

Can't login to usaa.com banking site. keeps refreshing login page Using FF desktop latest ver. / win 7

I enter/submit my USAA username on the login page via a username dialog box. I then expect the password dialog box to open, but when I submit the username, FF flashes, i.e. the password dialog box displays for a split second and reverts right back to the username dialog box.

This happens at usaa.com with my user agent set to Windows/FF v 113. BUT if I set the user agent to Android/phone FF v 113, USAA detects the browser as Android/phone FF and it redirects to user agent to https://mobile.usaa.com where I AM able to enter username/password and login.

So what is wrong with FF? There are multiple threads of users unable to login to banking and other sites on the FF browser.

Stillet af jenna for 2 år siden

Besvaret af jenna for 1 år siden

  • Løst
  • Arkiveret

All add-ons do not work after upgrade to Debian 12/Firefox 102.12.0esr (64-bit)

Hi everyone, I've installed Debian 12 with Firefox 102.12.0esr (64-bit) from scratch instead of Debian 11. Just after it I noticed that all add-ons I used for a long tim… (læs mere)

Hi everyone,

I've installed Debian 12 with Firefox 102.12.0esr (64-bit) from scratch instead of Debian 11. Just after it I noticed that all add-ons I used for a long time do not work anymore.

When I go to Menu > Add-ons and themes, I see all add-ons enabled. However, all of them do not work, and they even do not display their icons on the Firefox toolbar as they did before.

A couple of examples of add-ons that do not work: - Enhancer for YouTube - ImTranslator: Translator, Dictionary, TTS

I run Firefox via Firejail sandbox (like I did for years without any problems). All add-ons and settings came to my new system via Firefox sync. I tried to run Firefox directly (without Firejail) and nothing changed, add-ons still do not work. Also, I logged out of my Firefox sync account and reinstalled add-ons on Firefox running directly (without Firejail) and it did not help.

Appreciate your help - how can I enable add-ons in Firefox?

Stillet af ndp124 for 1 år siden

Besvaret af ndp124 for 1 år siden

  • Løst
  • Arkiveret

Dual Signed In google accounts possibe?

Hail all: Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the C… (læs mere)

Hail all:

Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the Corporate Account and vice versa, depending on which I needed to check. A common occurrence for many people.

But I noticed long ago, that in Private Window ... I seem to be signed out, opening Google in it. I use Private Window to avoid unnecessary clutter from sites dropping their stuff on my Temp folder. I hate clutter ... severe Asperger's.

I was thinking ... if I keep my private Google Mail on the prime non-Private window, can I sign in while this is open (and stays open) into my Corporate account in my Private Window?

If so, this would save me quite a bit of hassle, having to log out several times a day from my main, private account/mail and into the Corporate account mail, and when done vice versa to me private account mail.

Thank you.

Stillet af dtm_samurai for 1 år siden

Besvaret af dtm_samurai for 1 år siden

  • Løst
  • Arkiveret

"Current view" button missing since Firefox v106.0

This button was one of my favorite things about the Firefox internal PDF viewer. It allowed me to quickly save a bookmark of where I am in a .pdf file. I went back and fi… (læs mere)

This button was one of my favorite things about the Firefox internal PDF viewer. It allowed me to quickly save a bookmark of where I am in a .pdf file. I went back and figured out this seems to have been removed in v106.0 when they added an edit feature.

Is there anywhere else in the application to save the bookmark to your exact location in a .pdf file?

Or is there a way to return this button to the application?

I attached a screenshot of the button.

Stillet af WhatWeSow2023 for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (læs mere)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Stillet af scottish2 for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

Adding a bookmark to an existing folder

I recently migrated from Chrome to Firefox on my Mac and successfully imported all data, bookmarks etc. However I cannot figure out how to ADD a new bookmark to an existi… (læs mere)

I recently migrated from Chrome to Firefox on my Mac and successfully imported all data, bookmarks etc. However I cannot figure out how to ADD a new bookmark to an existing folder. Every page I read about bookmarking fails to show how this is done. In Chrome its simple since the drop down menu allows the user to view every folder, but in Firefox I don't see how to do this. Furthermore, when I go to Bookmarks>Manage bookmarks I don't see any of my folders..PLEASE show me an EASY way to do this. Thank you

Stillet af jontalk for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

new windows 11 build, cannot use Firefox

I have been unable to get Firefox to open in my new windows 11 build. I install Firefox, try to launch the program and get a message that an instance of Firefox is runnin… (læs mere)

I have been unable to get Firefox to open in my new windows 11 build. I install Firefox, try to launch the program and get a message that an instance of Firefox is running and must be closed to run my requested launch. I use taskbar and there is no instance of any Firefox process running. I have uninstalled and reinstalled and the same message comes up. I installed an old version of Firefox from 2012 and it works but I get security notices about it and there is no update option available. Is Microsoft blocking my use of Firefox? I went to the Microsoft store and downloaded their version and the same thing happened. Any suggestions will be greatly appreciated.

Stillet af creighd for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Pop-Up Notifications

I like the Firefox notification at the top of the browser that says "Firefox prevented this site from opening a pop-up window." However, I recently accidentally clicked "… (læs mere)

I like the Firefox notification at the top of the browser that says "Firefox prevented this site from opening a pop-up window." However, I recently accidentally clicked "Don't show this message when pop-ups are blocked."

I can't find any way to *undo* this choice. How can I get this notification to start appearing again whenever Firefox blocks a pop-up? I feel like this should be an easy checkbox somewhere, but I can't seem to find it.

Stillet af roadrunner210 for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Firefox refuses to connect to my NAS admin page

I have a (quite old) Iomega 2 NAS in my local network. I have to connect to the admin page to change some settings, but FF responds with SSL_ERROR_UNSUPPORTED_VERSION, wi… (læs mere)

I have a (quite old) Iomega 2 NAS in my local network. I have to connect to the admin page to change some settings, but FF responds with SSL_ERROR_UNSUPPORTED_VERSION, with no option to bypass.

It's my own NAS, in my own local network. How can I bypass this (in this case stupid) restriction? I know it's safe, I know no harm can be done, still I can't get to this page.

Stillet af avdwollenberg for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Websites

There at least 3 websites now that I cannot open, straighttalk.com, kbb.com, and redbox.com. Last month I could open these websites, before that I could not, now I canno… (læs mere)

There at least 3 websites now that I cannot open, straighttalk.com, kbb.com, and redbox.com. Last month I could open these websites, before that I could not, now I cannot again. I have had this problem for months. I have emptied my cache, I keep firefox up to date, and I have restarted my computer and browser multiple times. This is the error message I get from straighttalk.com:

Access denied Error 15 www.straighttalk.com 2023-06-26 13:48:00 UTC

This is the error message I get from kbb.com Access Denied You don't have permission to access "http://www.kbb.com/" on this server.

This is the error message I get from redbox.com 403 ERROR The request could not be satisfied. Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.

Any help would be greatly appreciated. Thank you Nicki

Stillet af Nicki Z. for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Looking For Text Insert Macro Addon?

Is there any way (or any addon) that I can insert commonly used text into a text box? I have tried AutoFill and, while it works fine for... well.. filling out forms... I … (læs mere)

Is there any way (or any addon) that I can insert commonly used text into a text box? I have tried AutoFill and, while it works fine for... well.. filling out forms... I cannot get it to work for what I need. Basically, I want to insert things like '¯\_(ツ)_/¯' rather than having to go to a page, select that, copy it, go back and paste it... or, worse yet ... remember and type that over and over again.

Stillet af rebeltaz1 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Sorting bookmarks issue

Hi - Here's my problem. I have a folder in my bookmarks titled Current Bookmarks. It contains both subfolders and bookmarks. When I go to Manage Bookmarks, select that … (læs mere)

Hi - Here's my problem. I have a folder in my bookmarks titled Current Bookmarks. It contains both subfolders and bookmarks.

When I go to Manage Bookmarks, select that folder, and use the Views/Sort/Sort by Name.A-Z sort order, the subfolders aren't shown in alpha order. Any new subfolders I create end up at the bottom, listed after the page bookmarks.

Is there any way to get all the subfolders to sort properly?

Thanks for your help!

Stillet af kathleen4 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

firefox har förhindrat att den här sidan automatiskt styr om till en annan sida

Jag använder VismaNet och får felmeddelande "firefox har förhindrat att den här sidan automatiskt styr om till en annan sida" när jag loggar in, hur kan jag tillåta detta… (læs mere)

Jag använder VismaNet och får felmeddelande "firefox har förhindrat att den här sidan automatiskt styr om till en annan sida" när jag loggar in, hur kan jag tillåta detta så att jag slipper trycka på knappne "Tillåt".

Stillet af eva.marie.griffiths for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

accessing outlook live

I don't know if this is a firefox or outlook problem, but I can no longer access outlook live (https://outlook.live.com/mail/0/) from my main screen. Blank page. Oddly … (læs mere)

I don't know if this is a firefox or outlook problem, but I can no longer access outlook live (https://outlook.live.com/mail/0/) from my main screen. Blank page. Oddly enough though, I can access it by going to "private browsing." So I'm guessing there's a setting that's keeping outlook from loading, but I don't remember changing any settings recently, so I'm stumped. This has been happening for only the past 3 days.

Stillet af denbetsy2 for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

Cookies pop-up disappears before I can make a selection.

On a new website or after clearing the cache and cookies and upon opening a page I will often get a pop-up with cookie usage choices, e.g. "strictly necessary", etc. How… (læs mere)

On a new website or after clearing the cache and cookies and upon opening a page I will often get a pop-up with cookie usage choices, e.g. "strictly necessary", etc. However, the pop-up disappears before I have a chance to click on any choice or even finish reading the first line. I'm not sure what settings I need to change to allow me to make a choice on the pop-up. Please advise. Thanks.

Stillet af BigO for 1 år siden

Besvaret af cor-el for 1 år siden