Показ питань з мітками: Показати всі запитання
  • Вирішено
  • Архівовано

Disable horizontal scrolling

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means… (читати далі)

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means scrolling whilst a youtube video is going often makes it track backwards or forwards, and another website I use uses a horizontal click to send me to the next page, which sucks. I would prefer to just be able to disable it entirely. Thanks!

I swear to god I used to have it disabled, just need to work out how again.

Запитання від koco1 1 рік тому

Відповідь від koco1 1 рік тому

  • Вирішено
  • Архівовано

Reding PDF in the browser / latest updates result in low resolution

For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download … (читати далі)

For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download the file and read it with ADOBE PDF Reader it is as normal, sharp. I guess there is a setting that has change with one of the resent updates but I cant find it :(

I cant say when the resolution changed but it was round New Year / Christmas ....

I have auto update on.

Hope you can help me

Carl

Запитання від Bow_String 1 рік тому

Відповідь від Bow_String 1 рік тому

  • Вирішено
  • Архівовано

I have slow operation on some urls that run properly on chrome

Slow operation and lockup with some urls that work correctly with chrome. https://www.leaguesecretary.com/bowling-centers/spanish-springs-lady-lake-florida/bowling-leag… (читати далі)

Запитання від soular21804 1 рік тому

Відповідь від jonzn4SUSE 1 рік тому

  • Вирішено
  • Архівовано

Installation issue on Win 10

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation do… (читати далі)

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation downloads and installs as it should. Firefox has been selected as the default browser and everything appears as it should. When I open Firefox and type in an address, nothing populates. No site will open on the screen. When I open settings in Firefox, nothing opens. When I open history, it shows that I have been to the sites that I have loaded even though they haven't shown on the browser. I have completely uninstalled Firefox and reinstalled it with the same result. I have downloaded Opera browser and it installs correctly, I have downloaded and installed Firefox from Opera and had the same result. Any ideas?

Thanks, John

Запитання від bilbobagins22 1 рік тому

Відповідь від bilbobagins22 1 рік тому

  • Архівовано

Can No Longer Copy and Paste in Outlook Email When Using Firefox Browser

As of a few weeks ago, I can no longer copy and paste when using Outlook for emails with Firefox as the browser. I have no issues if I use the MSN browser. When using F… (читати далі)

As of a few weeks ago, I can no longer copy and paste when using Outlook for emails with Firefox as the browser. I have no issues if I use the MSN browser. When using Firefox, I can copy and paste in the subject line but not the body of the text. This is a real pain! I had no issues until a few weeks ago. If I try to copy and paste, I am able to copy but when I right click I no longer get a "paste" option. I now have an emoji option in its place. What's up with that?! I am using Windows 11 as the operating system on a Dell computer. Thanks in advance!

Запитання від pnewman1234 1 рік тому

Остання відповідь від Cleveland Muse 1 рік тому

  • Архівовано

Sync old profile to new drive

My NEW M2, Windows 10 drive failed catastrophically. Am having to rebuild my system pretty much from scratch. I have the old failed, Windows 7 SATA drive. It will not boo… (читати далі)

My NEW M2, Windows 10 drive failed catastrophically. Am having to rebuild my system pretty much from scratch. I have the old failed, Windows 7 SATA drive. It will not boot, but the data is mostly intact and accessable. I want to sync my new Firefox install from the old, but I need help.

Запитання від cook20620 1 рік тому

Остання відповідь від rcook41 1 рік тому

  • Архівовано

Firefox does not connect anymore to Google services

Hello! Since a month I have a strange problem - Firefox wont connect to any Google service - REcaptcha, google-analytics. Any site that uses these services would not load… (читати далі)

Hello! Since a month I have a strange problem - Firefox wont connect to any Google service - REcaptcha, google-analytics. Any site that uses these services would not load, or loads and waits until connection expires. I tried refreshing Firefox, the uninstalling and re-installing - the problem remains. I do not use any proxy or firewall on my computer. Opera and other browsers do not have this problem. Please, advice.

Запитання від zdrave 1 рік тому

Остання відповідь від cor-el 1 рік тому

  • Архівовано

How do I turn off lazy loading for tabs definitely and irrevocably?

I can't turn off lazy loading. I set the following about:config settings to "false": browser.sessionstore.restore_on_demand browser.sessionstore.restore_tabs_lazily brow… (читати далі)

I can't turn off lazy loading. I set the following about:config settings to "false":

browser.sessionstore.restore_on_demand browser.sessionstore.restore_tabs_lazily browser.sessionstore.restore_pinned_tabs_on_demand

Nothing changes. When I start Firefox, it simply won't load all tabs. How do I fix this?

Запитання від Lunger 10 місяців тому

Остання відповідь від cor-el 6 місяців тому

  • Вирішено
  • Архівовано

userChrome.css is not being applied

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code: /* Show Tab Close buttons only… (читати далі)

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code:

/* Show Tab Close buttons only when hovered */

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 visibility: collapse !important;
 opacity: 0 !important;
 transition: all 250ms ease-in-out !important;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]):hover > .tab-stack > .tab-content > .tab-close-button {
 visibility: visible !important;
 opacity: 1 !important;
 transition: all 250ms ease-in-out !important;;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 display: -moz-box !important;

}


This code is however not being implemented no matter how many times I restart Firefox. 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to True The location is userChrome.css is '/home/user1/.mozilla/firefox/yqomjsh9.default-release-1672744596809/chrome/userChrome.css'

What could be the issue? I tried adding executable permissions using "chmod" but that did not change anything.

Запитання від mhlangalyton 1 рік тому

Відповідь від cor-el 1 рік тому

  • Архівовано

I have 12,000+ bookmarks in 100+ subfolders. I need a VASTLY SUPERIOR way to organize them than offered by the Library window.

I research a LOT. So I have 12,000+ Bookmarks in 100's of subfolders covering 100's of topics. The only conceivable way to organize them is to view the contents of many… (читати далі)

I research a LOT. So I have 12,000+ Bookmarks in 100's of subfolders covering 100's of topics. The only conceivable way to organize them is to view the contents of many subfolders SIMULTANEOUSLY and be able to do massive drag & drops between them.

Just like I could do 15 years ago using the old Windows Favorites folder and the 100's of subfolders within it.

(In my opinion it was a really BAD idea to stray from that paradigm. When I moved to Firefox I went from being VERY well-organized to having a complete cluster. In the old days I could IMMEDIATELY access any Favorite via Start Menu or any other Windows way. The unwieldiness of Firefox's Library -- in the context of a hi volume of Bookmarks -- has made such organization impossible, and rendered my Bookmarks practically useless.)

If I had access to the old way, I could probably organize 12,000 Bookmarks in a day. The present Firefox Library is gonna take me about 2 weeks -- seriously. Because I can only view the contents of 1 folder at a time and also because a ton of scrolling is necessary to drag & drop. And lastly because I don't have the contextual "forest" visible to me for decision-making since I can only see 1 "tree" at a time. Basically its NOT DO-ABLE. Surely I can't be the only person with this issue.

My searches for a solution have only turned up the apparently defunct PlainOldFavorites extension.

This has been painful for well over a decade, but its reached a crisis point. Thank you.

Запитання від ernie.aragon 1 рік тому

Остання відповідь від cor-el 1 рік тому

  • Вирішено
  • Архівовано

Nothing is loading but other browsers do

Alright first of all I already tried all the tipps about Proxy and basically anything network related. It also happened out of nowhere since I was using my computer the … (читати далі)

Alright first of all I already tried all the tipps about Proxy and basically anything network related. It also happened out of nowhere since I was using my computer the night before but when I tried opening Firefox the next day it wouldnt load any site, crashed if I tried too much or got really weird and even if it did load after a long time of trial and error it only lasted for a bit and didnt load fully either. I'm on version 108.0.2 as of the last time checking. Everything else seems to be updated as well especially since other browsers work perfectly fine. I also cant really click on much since as I said if I try too much it crashes or doesnt work as intended. I'll provide some pictures which might help the cash report just in case.

I'd also rather not try reinstalling everything since I have a lot of rather important tabs open and I dont wanna risk losing any of them since im not sure how well the Firefox sync. works in this case.

Запитання від JustLeon 1 рік тому

Відповідь від cor-el 1 рік тому

  • Архівовано

How to troubleshoot a connection to a webpage?

Hi, I'm having trouble connecting to a specific webpage on the internet. The link is: https://www.canadiantire.ca/en.html All I get is a blank page. It is a popul… (читати далі)

Hi,

I'm having trouble connecting to a specific webpage on the internet.

The link is: https://www.canadiantire.ca/en.html All I get is a blank page.

It is a popular retail chain store in Canada. I know the website is up and running because I can connect to it using another PC at home.

How do I check what messages are sent from my FF browser to the website?

And then - what is received at my browser from the website?

BTW - I have cleared the cache and restarted FF - and still cannot connect to it. There are 3 other websites that I have trouble displaying and interacting properly. How do I know this? - Well - I tried the 3 other websites from other PCs within my home network and these websites work properly.

mjl

Запитання від mjl 1 рік тому

Остання відповідь від mjl 1 рік тому

  • Архівовано

toolbar enters overflow menu when watching full screen videos, incl default bar/settings

entire firefox toolbar enters overflow menu thingy when i watch videos in full screen (player full screen not FF/f11 fullscreen), this also happens even when i reset tool… (читати далі)

entire firefox toolbar enters overflow menu thingy when i watch videos in full screen (player full screen not FF/f11 fullscreen), this also happens even when i reset toolbar to default, all of it still enters overflow, and i have to press F11 twice to get it "out" this is totally new, (didn't even know there was an overflow thingy), in over a decade of firefox never encountered this seen it, to the point i didnt' realize overflow was a thing, and on a new install i can't seemingly to get it to not keep "eating" my toolbar

this is super annoying, and i would really really like a way to "Lock" my toolbar so this doesn't happen, and i can't imagine it's normal in anyway, specially when it happens on default and a clean install/empty browser, please help get back to normal toolbar "sticky"

Запитання від hitmanpro 1 рік тому

Остання відповідь від hitmanpro 1 рік тому

  • Архівовано

Problems with Yahoo email

Unable to use "Select All" in Yahoo email. Unable to select single email to delete without opening. Unable to delete email once opened. Unable to use any buttons above… (читати далі)

Unable to use "Select All" in Yahoo email. Unable to select single email to delete without opening. Unable to delete email once opened. Unable to use any buttons above the email to move it anywhere. Unable to delete Spam and Trash folders. Can see emails and get into them but cannot do anything with them once open. Cannot send emails or attach files to them prior to attempting to send.

Запитання від karynfoley 1 рік тому

Остання відповідь від cor-el 1 рік тому

  • Вирішено
  • Архівовано

Access website

Hi, can you help? I can't access morphy richards website from my phone and my pc through Firefox. I can access it through Microsoft Edge on my pc and my Samsung Internet … (читати далі)

Hi, can you help? I can't access morphy richards website from my phone and my pc through Firefox. I can access it through Microsoft Edge on my pc and my Samsung Internet app on my phone but not through my Firefox app or windows 11 Pro desktop pc. I get this message on my pc

Hmm. We’re having trouble finding that site. We can’t connect to the server at www.morphyrichards.com. If you entered the right address, you can: Try again later Check your network connection Check that Firefox has permission to access the web you might be connected but behind a firewall

and this message on my phone through the Firefox app

Address Not Found. The browser could not find the host server for the provided address. Check the address for typing errors such as ww.example.com instead of www.example.com.

If you are unable to load any pages, check your device’s data or Wi-Fi connection. 

Steps I have taken is clearing data, history and cache on pc, turning off mcafee firewall. I use my pc through a wired Internet connection and my phone through Wi-Fi and data and it's the same on both I can't access the website. Like I mentioned I can access it no problems through Microsoft Edge on my pc and Samsung Internet app on my phone so I have now pinpointed it to Mozilla Firefox being the issue, also this is the only website I have issues with. Please can you help? Regards, Steve

Запитання від steveveg 1 рік тому

Відповідь від Paul 1 рік тому

  • Вирішено
  • Архівовано

Cannot install 52.9.0esr on XP SP3

52.9.0esr is claimed to be the last version for XP. Unfortunately it is not quite true. It is for XP SP2 ONLY. Trying to install on SP3 ends with the message that SP2 is … (читати далі)

52.9.0esr is claimed to be the last version for XP. Unfortunately it is not quite true. It is for XP SP2 ONLY. Trying to install on SP3 ends with the message that SP2 is required. IMO the installer is simply too strict on demanding exact version of SP ! https://www.mozilla.org/en-US/firefox/52.9.0/system-requirements/

I went through the list of versions (thanks Mozilla that they all are still available!) and found that the last version I can install is... version... 12.0b6. https://www.mozilla.org/en-US/firefox/12.0/system-requirements/

And indeed I installed 12.0b6 successfully but I would like to install 52.9.

Запитання від andrzejm007 1 рік тому

Відповідь від andrzejm007 1 рік тому

  • Архівовано

Problem with YouTube in firefox

I found a problem with YouTube in firefox, maybe it's related to my computer. When you open and play a video at 60 fps, and at the same time pulling the mouse, the video … (читати далі)

I found a problem with YouTube in firefox, maybe it's related to my computer. When you open and play a video at 60 fps, and at the same time pulling the mouse, the video starts to freeze, it seems like the fps drops. Does anyone know how to solve this problem? Maybe someone has encountered it already?

Запитання від Антон 1 рік тому

Остання відповідь від Антон 1 рік тому