Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist
  • Réitithe
  • Cartlannaithe

DevEd update to 103.0b2 just made everything in the browser HUGE.

Win 10, Developer Edition 103.0b2 This update caused everything to increase in size. Tabs & toolbars are much bigger now. Toolbar and bookmarks toolbar used to fit i… (tuilleadh eolais)

Win 10, Developer Edition 103.0b2

This update caused everything to increase in size. Tabs & toolbars are much bigger now. Toolbar and bookmarks toolbar used to fit in the window with no overflow, now both have a lot of items in overflow.

Sites that used to fit at 100% zoom now have to be reduced to 80% or 67% to fit on-screen.

Just wondering what could cause this behavior? Settings?

Note: Browser window is fully maximized and no other program on my Win10 box has this issue.

Asked by EmmEmm013 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Delete cookies and site data when Firefox is closed deleting exceptions

I've enabled 'Delete cookies and site data when Firefox is closed' to delete the cookies and site data when I close Firefox, but I would like to add some exceptions (most… (tuilleadh eolais)

I've enabled 'Delete cookies and site data when Firefox is closed' to delete the cookies and site data when I close Firefox, but I would like to add some exceptions (mostly mail site). Every time I add the exception through Manage Exceptions... button and then I close Firefox, when I restart Firefox, the exception is gone. Is this expected? I don't think so. If so, it's not clear in the UI, as the button is just next to the mentioned checkbox.

Version: Firefox 103.0 (64-bit) SO: macOS Monterey 12.5

Asked by alexmorenogc 1 bhliain ó shin

Answered by Doc 1 bhliain ó shin

  • Faoi Ghlas
  • Cartlannaithe

Allowed one site to use camera while still blocking request from other sites

How do I add a site in setting - camera permissions to allow it to use my camera and microphone while still blocking other sites from asking to be allowed to use it. Du… (tuilleadh eolais)

How do I add a site in setting - camera permissions to allow it to use my camera and microphone while still blocking other sites from asking to be allowed to use it.

Duplicate. See https://support.mozilla.org/questions/1385117

Asked by grt_49 1 bhliain ó shin

Last reply by user104147805413306348376805769878442569366 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Firefox updated overnight and everything is HUGE

I loved Firefox. Yesterday. Today, I very much dislike it. My nice, neat desktop is not overwhelmed with the tab, url, and bookmark bars now taking up fully one-third of … (tuilleadh eolais)

I loved Firefox. Yesterday. Today, I very much dislike it. My nice, neat desktop is not overwhelmed with the tab, url, and bookmark bars now taking up fully one-third of my viewable screen. The pinned tab icons are enormous, and I've spent hours and hours trying all the proposed fixes but none of them work. This is like a cartoon of a browser with gigantic everything since I have to manually change the size of every single web page I visit. The pinned tab icons are so huge they are literally blurry. And, yes, it's as easy as Ctrl + 0, but in my line of work, I browse hundreds of webpages a day, and this is just not acceptable.

Just to be able to see a tiny segment of this page to type this question (i.e. how do I fix this or at least roll it back to the way it was yesterday?), I have to minimize the page to 67% (from the 150% it starts every page at) and the TOWERING tabs and bookmarks and enormous search bar are blocking out the top third of my entire 17" screen, so I can literally only see--again at 67% no 100%--this comment box. And only the part I am writing it, if I wanted to use bold or whatever options are up there, I would have to SCROLL up just to see them. This is just insane. And completely unworkable. I don't have hours to spend fixing every page, scrolling up and down to see a single image or comment box plus editing options. There must be a way to fix this or roll it back to my delightfully compact, unobtrusive tabs, search bar, and bookmarks and make it so every webpage I visit isn't so huge that I have to scroll not just up and down to see what I saw yesterday with ease but from left to right, too! Honestly. This is just dreadful.

Asked by tollyday2 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Scrolling

Pressing the scroll button on my mouse produces a page back instead of scroll arrows. This happens on all sites. I have disabled hardware acceleration, but that has no ef… (tuilleadh eolais)

Pressing the scroll button on my mouse produces a page back instead of scroll arrows. This happens on all sites. I have disabled hardware acceleration, but that has no effect on the problem.

I am using latest version of Firefox, on Windows 10.

Asked by trutherfo 1 bhliain ó shin

Answered by user104147805413306348376805769878442569366 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Just upgraded 100 → 103 : how to disable <Ctrl><W> now ?

Until FF100, I used to disable <Ctrl><W> (close tab) by modifying browser/omni.ja, commenting the following line out in chrome/browser/content/browser/browser… (tuilleadh eolais)

Until FF100, I used to disable <Ctrl><W> (close tab) by modifying browser/omni.ja, commenting the following line out in chrome/browser/content/browser/browser.xhtml :

<key id="key_close" data-l10n-id="close-shortcut" command="cmd_close" modifiers="accel" reserved="true"/>

It worked until FF100, but doesn't work anymore in FF103 : commenting that line out seems to have no effect on <Ctrl><W>.

Does anybody know why ? Or does anybody know a way to disable <Ctrl><W> ?

Background : on French keyboards, the <W> key is right next to <X>, so when I try to do a cut/paste (<Ctrl><X> → <Ctrl><V>) I sometimes end up doing <Ctrl><W> by mistake, thus closing the tab. Re-opening the tab doesn't always do the trick, sometimes the latest work is lost.

Asked by chentaocredungtao 1 bhliain ó shin

Answered by Terry 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Firefox 103 new bug: Hide tab bar on when there is only one tab - does not work anymore

Hi! I hardly use tabs, and I have a widescreen notebook. So one of the most important features a browser must have is not to waste vertical space. Unfortunately, Firefe… (tuilleadh eolais)

Hi!

I hardly use tabs, and I have a widescreen notebook. So one of the most important features a browser must have is not to waste vertical space.

Unfortunately, Firefefox has always tab bar open even if there is only one tab.

Fortunately, there is a css code to overcome this problem.

Unfortunately, it does not work with FF 103 anymore. It always shows a "+" sign.

How can I get rid of tab bar now?

Dimi

PS: This was my code, there are others too but also not working anymore:

 tab:only-of-type, tab:only-of-type + #tabs-newtab-button {
   display: none !important;
 }
 #tabbrowser-tabs, #tabbrowser-arrowscrollbox {
   min-height: 0 !important;
 }

Asked by DimiSp 1 bhliain ó shin

Answered by DimiSp 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Weird (indirect?) scroll via touch pad

Machine information: OS: Manjaro Linux x86_64 Host: 80TG Lenovo V110-15IAP Kernel: 5.19.1-3-MANJARO DE: Plasma 5.24.6 Xorg WM: KWin CPU: Intel Celeron N3350 (2) @ 2.4… (tuilleadh eolais)

Machine information: OS: Manjaro Linux x86_64 Host: 80TG Lenovo V110-15IAP Kernel: 5.19.1-3-MANJARO DE: Plasma 5.24.6 Xorg WM: KWin CPU: Intel Celeron N3350 (2) @ 2.400GHz GPU: Intel HD Graphics 500 Firefox: 103.0.2 (x64)

Problem: Scrolling in firefox is feeling weird: instead of smooth scrolling with 2 fingers (like on smartphone with 1 finger) firefox scrolls only by steps only when I move my fingers enough to trigger scrolling. In other applications I can scroll smoothly and fully control scrolling, I can scroll exactly N pixels if I want. In firefox I can only move by N pixels per M cm fingers movement on touch pad.

It's feeling as indirect input. I can feel same feeling on Windows with simple mouse. Firefox scrolls slower than Opera.

How to reproduce and find difference with other applications:

  1. Download Firefox and another application with direct input (Opera or Telegram for example)
  2. Scroll Firefox
  3. Scroll another application

Asked by inklesspen 1 bhliain ó shin

Answered by inklesspen 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Popups not working

I am trying to open the chat for Notion support (Intercom) but it just does not work on Firefox. It works on Chromium browsers and I have tried turning the popup blocker … (tuilleadh eolais)

I am trying to open the chat for Notion support (Intercom) but it just does not work on Firefox. It works on Chromium browsers and I have tried turning the popup blocker off from privacy settings, add Notion to exceptions but it still is not working.

Asked by Amay 1 bhliain ó shin

Answered by user104147805413306348376805769878442569366 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

'Import from a File' button in the Passwords tab does not work

I have my saved login and password details from another browser in a CSV and would like to import them to Firefox. I initially did not have the 'Import from a File' optio… (tuilleadh eolais)

I have my saved login and password details from another browser in a CSV and would like to import them to Firefox. I initially did not have the 'Import from a File' option in the drop down menu of the Logins and Passwords tab. After following a guide that instructed to set signon.management.page.fileImport.enabled to true in the about:config page, the option appeared. However, the said option is unresponsive to any clicks. The drop down menu simply closes once the option is selected, without any other reaction.

I'm not sure if this is a related problem but I am also unable to use the Import Wizard that appears on performing Alt+F and choosing 'Import From Another Browser...' The Import Wizard window only appears with a message that says "No programs that contain bookmarks, history or password data could be found."

Firefox browser version: 103.0.2 (64-bit) OS: Ubuntu 22.04 (64-bit) Windowing System: Wayland

Funnily enough, the 'Browse..' button for adding images under this support question doesn't work either.

Asked by Fuzzy 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

‘Firefox updated and everything is very large by half again, went full screen was not setup for this,web pages show up very large only read 25 to 33% of a page can not control FF anymore’

‘Firefox updated and everything is very large by half again, went full screen was not setup for this,web pages show up very large only read 25 to 33% of a page can not co… (tuilleadh eolais)

‘Firefox updated and everything is very large by half again, went full screen was not setup for this,web pages show up very large only read 25 to 33% of a page can not control FF anymore’ I am disabled vision and physical ; now almost impossible to use FireFox

Asked by OaksLSF 1 bhliain ó shin

Answered by OaksLSF 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Only one row of bookmarks visible on bookmarks toolbar

Hi. Can anyone tell me if it would be possible to display all 3 rows of toolbar bookmarks in my bookmark toolbar? It used to show 3 rows, but I changed my monitor's displ… (tuilleadh eolais)

Hi. Can anyone tell me if it would be possible to display all 3 rows of toolbar bookmarks in my bookmark toolbar? It used to show 3 rows, but I changed my monitor's display settings to make the text bigger, and now I can only see the first row of bookmarks at the top of the screen in Firefox. Thanks.

Asked by Jo 1 bhliain ó shin

Answered by Jo 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

BBC News website videos not functioning

Using Firefox 103.0 on a Mac running Monterey. Since updating to FF 100.0 or possibly 101.0, the BBC News website's videos won't play. I've tried turniing off all privacy… (tuilleadh eolais)

Using Firefox 103.0 on a Mac running Monterey. Since updating to FF 100.0 or possibly 101.0, the BBC News website's videos won't play. I've tried turniing off all privacy/security add-ons and settings but still nothing. Just a grey rectangle with the BBC logo in it (see screenshot).

Safari can play them though. Any ideas?

Asked by strewth101 1 bhliain ó shin

Answered by strewth101 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Twitter does not login on Firefox on Ubuntu

i am using Firefox Snap version 103.0.2 (64-bit) on Ubuntu 22.04. Whenever I try logging in to twitter, It shows a blank screen after I press login button after entering … (tuilleadh eolais)

i am using Firefox Snap version 103.0.2 (64-bit) on Ubuntu 22.04. Whenever I try logging in to twitter, It shows a blank screen after I press login button after entering the password (Image is attached). I can login to other browsers I have installed on my laptop.

I have tried removing cookies of Twitter.com several times and even reinstalled snap version but the issue is still there. Any fixes for this? I can't keep switching browsers just for using twitter.

Asked by Jamshaid 1 bhliain ó shin

Answered by Jamshaid 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Firefox still saves files that I only want to open

Since version 98, Firefox still saves files in the designated Downloads folder, even if I just want to open them. This new behavior keeps cluttering up the Downloads fold… (tuilleadh eolais)

Since version 98, Firefox still saves files in the designated Downloads folder, even if I just want to open them. This new behavior keeps cluttering up the Downloads folder with unnecessary garbage. What I want to have in there is what I choose to download myself, not some temporary files. That's what the Temp folder is for.

The problem https://support.mozilla.org/en-US/questions/1370409 is marked as closed, unfortunately with no fix. Will anyone be addressing this yet, or do users have to get used to it?

I, after a few months, chose to switch back to version 97.0.2 I will no longer accept updates regardless of new security patches. Unfortunately.

Asked by sepie761 1 bhliain ó shin

Answered by Terry 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Syncing on multiple computers

Hi, I use firefox on both a work and home computer, as well as my phone (iOS). I have sync active on all three devices, yet the synced tabs only ever shows one device's … (tuilleadh eolais)

Hi,

I use firefox on both a work and home computer, as well as my phone (iOS). I have sync active on all three devices, yet the synced tabs only ever shows one device's tabs. On both computers, the iOS tabs are all that displays in synced tabs, and on iOS, only one of the two computer's tabs are shown, and often with the wrong name - I haven't found out what determines which computer's tabs shows in the synced tabs menu or which name is used, but it definitely isn't which computer was used more recently, for either requirement.

Asked by jessee8991 1 bhliain ó shin

Answered by jonzn4SUSE 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Setting- camera permission worked 1 time, site disappeared from permission and can't be added back

I added my first site to setting- camera permission this morning and got camera to work. Later went back to site and camera wasn't working. Checked setting which didn't l… (tuilleadh eolais)

I added my first site to setting- camera permission this morning and got camera to work. Later went back to site and camera wasn't working. Checked setting which didn't list any site, added the URL again and clicked save. Clicked setting again an no site is listed and camera isn't connecting. HELP! This is for a doctors visit.

Asked by grt_49 1 bhliain ó shin

Answered by user104147805413306348376805769878442569366 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Why does Firefox push https://google.mailto.com

Obviously Firefox/Mozilla makes ~80% of their incomse $ by shipping the browser with google as default search engine, which is a privacy nightmare but who cares, it's for… (tuilleadh eolais)

Obviously Firefox/Mozilla makes ~80% of their incomse $ by shipping the browser with google as default search engine, which is a privacy nightmare but who cares, it's for the money... So my best bet would be that's also the reason the default mailto suggested by firefox is google, is that correct? Does that mean something of google ins injected into Firefox? Look i have no idea to be honest, i do hate google and now im woondering where is the gmail logo comming from, is it stored somewhere inside of firefox? Is it just the logo or might there be more google crap injected to firefox behind the scenes?

Asked by Firefox_Beginner 1 bhliain ó shin

Answered by James 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Metro PCS

So for the longest time I've had issues trying to load, "https://www.metrobyt-mobile.com" and all I get is: The page isn’t redirecting properly An error occurred during… (tuilleadh eolais)

So for the longest time I've had issues trying to load, "https://www.metrobyt-mobile.com" and all I get is:

The page isn’t redirecting properly

An error occurred during a connection to www.metrobyt-mobile.com.

   This problem can sometimes be caused by disabling or refusing to accept cookies.

Works fine is all other browser, but Firefox. Even on a brand new laptop I bought I tried to load Metro site through Desktop Firefox and it always comes back with this issue. I've tried disabling everything that is recommended on the forum, but nothing helps, but as I stated, "Brand New Laptop." Which has a clean install of Windows with a clean install of Firefox in Incognito, no sign in, no extension, and still this is the only site that refuses to load for me. I've tried friends and family members Desktop to Laptops as well and same error.

So either Mozilla Firefox has an issue on all Desktops or I am seriously mission something. If it was a software conflict or something a clean Windows install shouldn't have this issue, but it does. I'm putting this out there to Mozilla to look into as to find out if it's an issue on my side, their side, or Metro PCS's side. Funny enough it works fine on the Mozilla Firefox App. I can run the app through Bluestacks and that loads fine on my desktop through an android emulator. It just seems to be Firefox on the Desktop side.

If I click on the little (i) Icon in the address bar it says, "Connection Failure." Clicking on that, "You are not securely connected to this site." If I clear the cookies I get a secure connection, but the just loads blank, no text or anything.

Asked by wristan 1 bhliain ó shin

Answered by wristan 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

The size of the icons on the toolbar

Is it possible to change the icon size on the toolbar? I've been trying all morning to find the solution, but unfortunately without much success. Help me, please Ania … (tuilleadh eolais)

Is it possible to change the icon size on the toolbar? I've been trying all morning to find the solution, but unfortunately without much success. Help me, please Ania

Asked by diuna2004 1 bhliain ó shin

Answered by TyDraniu 1 bhliain ó shin