Showing questions tagged: Show all questions
  • Solved
  • Archived

Right-click menu appearing behind drop down menu - MacOS

Have had this problem for a couple of years now, across dozens of Firefox updates. Decided to finally make a post since have not been able to find anything online. Norm… (read more)

Have had this problem for a couple of years now, across dozens of Firefox updates. Decided to finally make a post since have not been able to find anything online.

Normally not too much of an issue as I can edit on a different computer through Firefox Sync (or through the Bookmarks manager), just posting to see if anyone else has seen this before.

If I open a Bookmarks Toolbar folder, then right-click a bookmark to edit it, the contextual menu appears behind the open folder dropdown menu.

Issue persists even if I reset Firefox, or even completely uninstall / remove ALL its bits and pieces, reboot, and do a clean install.

Since I am on a Mac, I use the AppCleaner app from FreeMacSoft to completely remove an app.

This happens only on one of my two Macs. Have never seen this behavior on any other Mac (I work on dozens for work). Both my Macs also have Win 10 installs through BootCamp and those two also behave normally. I use Firefox Sync across 4 Firefox installs (2 Mac OS and 2 Win 10), an iPhone, and an iPad.

Screenshot enclosed below. Feel free to ask for any other info you may need. I recognize this may not be a Firefox issue. There seems to be a funky interaction between my install of Mac OS and Firefox. This occurs only with Firefox. All other apps exhibit normal menu behaviors.

Tech details: Firefox 117.0 Mac OS Catalina 10.15.7 running on mid 2012 15" MacBook Pro with 1 TB SSD and 16 GB RAM

Many Thanks!

Asked by Carlos Perez 7 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

[Update] Allow web page to override a keyboard shortcut

The excellent answer here no longer works in Firefox 117.0 on MacOS. Unfortunately, that post is archived, so I cannot post an updated solution there. I would greatly app… (read more)

The excellent answer here no longer works in Firefox 117.0 on MacOS. Unfortunately, that post is archived, so I cannot post an updated solution there. I would greatly appreciate if a moderator could add this post in the linked article, or at least link from there over to here.

For Firefox 117, the code needs to be modified slightly (two lines at the top need to be removed): ```

  //
  function ConfigJS() { Services.obs.addObserver(this, 'chrome-document-global-created', false); }
  ConfigJS.prototype = {
   observe: function (aSubject) { aSubject.addEventListener('DOMContentLoaded', this, {once: true}); },
   handleEvent: function (aEvent) {
     let document = aEvent.originalTarget; let window = document.defaultView; let location = window.location;
     if (/^(chrome:(?!\/\/(global\/content\/commonDialog|browser\/content\/webext-panels)\.x?html)|about:(?!blank))/i.test(location.href)) {
       if (window._gBrowser) {
         let keys = ["key_find", "key_findAgain", "key_findPrevious", "key_gotoHistory", "addBookmarkAsKb", "bookmarkAllTabsKb", "showAllHistoryKb", "manBookmarkKb", "viewBookmarksToolbarKb", "key_savePage", "key_search", "key_search2", "focusURLBar", "focusURLBar2", "key_openDownloads", "openFileKb", "key_reload_skip_cache", "key_viewSource", "key_viewInfo", "key_privatebrowsing", "key_quitApplication", "context-bookmarklink"];
         for (var i=0; i < keys.length; i++) {
            let keyCommand = window.document.getElementById(keys[i]);
            if (keyCommand != undefined) { 
               keyCommand.removeAttribute("command"); 
               keyCommand.removeAttribute("key"); 
               keyCommand.removeAttribute("modifiers"); 
               keyCommand.removeAttribute("oncommand"); 
               keyCommand.removeAttribute("data-l10n-id"); 
            }
         }
       }
     }
   }
  };
  if (!Services.appinfo.inSafeMode) { new ConfigJS(); }

```

Asked by jonschz 7 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

YouTube not streaming after last update. Fixed

I tried every solution posted and then I uninstalled and then wiped Firefox. Nothing helped. It seemed the picture would not sync or just freeze with the sound still play… (read more)

I tried every solution posted and then I uninstalled and then wiped Firefox. Nothing helped. It seemed the picture would not sync or just freeze with the sound still playing. I came across an old post to change media.mediasource.enabled. Mine was already set on true. When I changed it to false it solved the problem.

Asked by robinbrownlondon 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Firefox interfering with computer accessibility feature: mouse keys

I often need to be able to use the arrow keys to navigate my screen, especially in order to find and click on browser links. However, in the latest version of Firefox on… (read more)

I often need to be able to use the arrow keys to navigate my screen, especially in order to find and click on browser links. However, in the latest version of Firefox on a new macOS Ventura machine, the arrow keys are interpreted by Firefox even though they shouldn't be; at the least corresponding box in "Settings" is unchecked.

How can toggle this behavior off?

Thank you, David Romano

Asked by David Romano 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Videos won't play anymore

Hi, I'm having this problem of videos not playing in some websites for a long time now, not even sure how long anymore. It started on Twitter, where I get the error messa… (read more)

Hi, I'm having this problem of videos not playing in some websites for a long time now, not even sure how long anymore. It started on Twitter, where I get the error message "The media could not be played". Some time after I got it on Instagram where I get the message "Sorry, we're having trouble with playing this video. Learn More". More recently I subscribed to the Nebula service and got a message there as well "The media could not be loaded". Differently from other people I don't have this problem on Youtube, over there everything has always been fine. I have tried every workaround on this, I have seen many tutorial videos and articles and tried everything and nothing worked. Running on Windows 10

Some things I have tried: -cleared cookies and cache; -disabled all add-ons, removed them even; -checked if firefox was updated; -checked if graphics card drives were updated; -opened websites on incognito mode, nothing changed there; -started Firefox in troubleshoot mode, nothing changed there; -disabled graphics hardware acceleration in Firefox; -enabled autoplay; -reset firefox; -changed my pc actually, installed firefox, got the error and reset firefox again;

Could anyone help me with this? Is this normal?

Asked by Lali 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Use the address bar for search and navigation

In Edit > Settings > Search > Search Bar I see a radio button labeled: "Use the address bar for search and navigation" How do I turn that function completely of… (read more)

In Edit > Settings > Search > Search Bar I see a radio button labeled: "Use the address bar for search and navigation"

How do I turn that function completely off?

Asked by Mark Filipak 7 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

Implications of enabling security.csp.enableNavigateTo

I occasionally use a site (www.zoomcare.com) which does not work properly with Firefox (I've been using Microsoft Edge (Windows 10) to access it). The problem comes when … (read more)

I occasionally use a site (www.zoomcare.com) which does not work properly with Firefox (I've been using Microsoft Edge (Windows 10) to access it). The problem comes when I try to login. I enter my username and password, and that brings up a blank page that does not redirect to anything, so I'm stuck.

Just out of curiousity, I was looking through Advanced Settings, and found security.csp.enableNavigateTo. It has been set to false, but when I set it to true, I am able to successfully login (I still go to the blank page, but after a brief pause, I'm redirected to a logged-in page).

I'd like to know something about the security implications of enabling this property. Is it a bad idea? (Not knowing, I've set it back to false and will continue to use Edge for now).

Asked by glchapman.misc 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Can't Stop Firefox from Reloading Crashed Session

The problem is that even after I've tinkered with the about:config settings to prevent Firefox from restoring my previous session after a crash, it just won't listen! The… (read more)

The problem is that even after I've tinkered with the about:config settings to prevent Firefox from restoring my previous session after a crash, it just won't listen! The changes I make in about:config don't seem to save, and every time Firefox crashes, it happily reloads my old tabs and windows.

Your assistance would be greatly appreciated!

OS: Arch Linux DE: Gnome 44

Asked by Anon 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Tab freezes for about 10 seconds when using google search

When i go to google.com and enter search query the tab "hangs" for about 10 seconds before the next page starts to load Same issue on 2 separate machines (1 intel laptop,… (read more)

When i go to google.com and enter search query the tab "hangs" for about 10 seconds before the next page starts to load Same issue on 2 separate machines (1 intel laptop, 1 amd pc) both on newly installed windows 11 pro

what i've tried: safe mode, disabling hardware acceleration, disabling antivirus (kaspersky, without any browser plugins or safe browsing) , but the issue persists

here's the video: https://youtu.be/qMY-38z_TC0

Asked by Kairali 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Clear Cookies and Site Data Doesn't Work

I was having trouble switching and logging out of Twitter so I thought I could just clear site cookies to make it work, but I weirdly discovered "about:preferences -> … (read more)

I was having trouble switching and logging out of Twitter so I thought I could just clear site cookies to make it work, but I weirdly discovered "about:preferences -> Manage Data -> Remove Selected / Remove All Shown" has no effect. i.e. after clearing, when I open up manage data again, they are still there. I did not try "Clear Data" above it because I was afraid of clearing out all my logins.

I reinstalled my computer several weeks ago and current profile was directly copied from my last machine, so this might be a possible cause? Could someone be so kind to help me get remove cookies and hopefully twitter back to work? Thank you in advance.

Asked by Harmony 7 months ago

Answered by Harmony 7 months ago

  • Solved
  • Archived

New computer with W11, Ctrl + Shift + S shortcut will not work in Firefox

Hello! I recently got a new computer with Windows 11 freshly installed. I downloaded Firefox, went to take a screenshot, and the usual shortcut of Ctrl + Shift + S does … (read more)

Hello!

I recently got a new computer with Windows 11 freshly installed. I downloaded Firefox, went to take a screenshot, and the usual shortcut of Ctrl + Shift + S does not work. I can right click and Take a Screenshot, and I can use other Ctrl + Shift shortcuts, like Ctrl + Shift + T to reopen closed tabs. The only one that doesn't work is screenshots. I can also put Screenshots in my top row Toolbar and use it, just not the keyboard shortcut.

I refreshed Firefox, uninstalled and reinstalled Firefox, as well as checked the about:config extensions.screenshots.disabled preference. It has been set to false, so I have set it to true and false again hoping it would "reset" it but nothing. Thank you!

Asked by smith87345 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Recommended by Pocket option missing in settings

I have Firefox installed on two PCs. I see the option to add "Recommended by Pocket" under Settings/Home, but on the other one I don't. Screen shots of both are attached.… (read more)

I have Firefox installed on two PCs. I see the option to add "Recommended by Pocket" under Settings/Home, but on the other one I don't. Screen shots of both are attached. I have completely uninstalled, cleaned up all Firefox files and re-installed Firefox multiple times on the PC where I don't see the Pocket option but nothing changes. Also gone into about:config and tried making changes from there. I want the Pocket recommendations to show on the Firefox Home page for both PCs.

Thanks

Asked by marinemonk 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Notifications has no Settings button

I'm getting daily warning notifications from Mcafee about some virus. Don't even have Mcafee. When I go to Settings -> Privacy & Security -> Notifications, th… (read more)

I'm getting daily warning notifications from Mcafee about some virus. Don't even have Mcafee. When I go to Settings -> Privacy & Security -> Notifications, there is no Settings button to modify push notifications.

Asked by RWT 7 months ago

Answered by zeroknight 7 months ago

  • Solved
  • Archived

Keyboard navigation on search results

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and… (read more)

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and etc one by one. I want to press something and make active first result, then second. If such hotkeys are not provided, maybe there are any extensions with similar functionality?

Asked by LuchnikKek 7 months ago

Answered by LuchnikKek 7 months ago

  • Solved
  • Archived

Prevent Firefox from starting automatically

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-w… (read more)

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-window

But Firefox keeps starting automatically when I restart my computer. Attached is an image of how the settings are now.

What should I do? This is a bit annoying. I don't use Firefox as my main browser but I work as a customer success manager for an online platform and always need to do some tests on Firefox, but I don't want it to start automatically when I turn on my computer.

I'll for instructions.

Thank you

Asked by Monique Lonardi 7 months ago

Answered by cor-el 7 months ago

  • Solved
  • Archived

XUL Runner Error

Possibly there was an auto update of MOZILLA FIREFOX on our DELL LAPTOP (Windows 11). Now, we cannot get a Mozilla window to open - due to error message: XUL Runner Erro… (read more)

Possibly there was an auto update of MOZILLA FIREFOX on our DELL LAPTOP (Windows 11). Now, we cannot get a Mozilla window to open - due to error message:

XUL Runner Error: Platform version '118.0.1' is not compatible with minVersion >= 118.0 maxVersion <=118.0

Can someone please help us get back to a previous version of Mozilla Fire. Perhaps it is a Windows error. I have no way of knowing. Please help me. My email is: [removed email from public] Thank you.

Asked by raem.kauai 7 months ago

Answered by raem.kauai 7 months ago

  • Solved
  • Archived

Fuentes pixeladas en algunas páginas con Debian 12

Hola. Mi ordenador tiene Debian 12. Utilizo Firefox 118, instalado a través de Flatpak. El problema que tengo en algunas páginas es que veo las fuentes pixeladas y la im… (read more)

Hola. Mi ordenador tiene Debian 12. Utilizo Firefox 118, instalado a través de Flatpak. El problema que tengo en algunas páginas es que veo las fuentes pixeladas y la impresión es muy defectuosa, hasta el punto de no entender lo que aparece escrito. Esto sólo pasa en algunas páginas.

Si descargo directamente Firefox desde la página de Mozilla y abro la paǵina con una configuración limpia del navegador, las fuentes se ven correctamente; sin embargo, si sincronizo los datos de usuario, instalándose los datos, extensiones y demás las fuentes en determinadas páginas se ven mal.

Desactivé las extensiones pero el problema no se resuelve. Desde una instalación limpia de Firefox instalé una a una las extensiones y complementos, pero no logré reproducir el problema. Borré incluso la caché del navegador, pero nada. Y también sincronicé los datos de usuario en una instalación de Firefox en Fedora, pero el resultado es también negativo.

Alguna idea?

Gracias.

Asked by Xosé Manuel Baños García 7 months ago

Answered by Xosé Manuel Baños García 7 months ago

  • Solved
  • Archived

Is there a way to disable extension access to specific websites?

From a security / QOL pov I'd like to disable an extension on some websites, and was wondering if there were any methods to do this? I searched this question first throu… (read more)

From a security / QOL pov I'd like to disable an extension on some websites, and was wondering if there were any methods to do this?

I searched this question first through reddit and the support site and found similar questions with no updates asked between 4-6 years ago, wondering if there's been a method implemented yet or if it's still not possible.

Thanks!

Asked by ashrnkhan65 7 months ago

Answered by zeroknight 7 months ago