Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Middle click, aka wheel click, does nothing

I just recently upgraded to Firefox 87.0 (64-bit) for Windows 7. Before the upgrade if I wheel clicked on a link it would open up in a new tab. Now it does absolutely n… (funda kabanzi)

I just recently upgraded to Firefox 87.0 (64-bit) for Windows 7. Before the upgrade if I wheel clicked on a link it would open up in a new tab. Now it does absolutely nothing. I've even tried holding the wheel click for 10 seconds, still nothing.

I have verified the following settings in about:config; browser.tabs.opentabfor.middleclick=true middlemouse.contentLoadURL=false middlemouse.paste=false middlemouse.scrollbarPosition=false

When I was doing a search for related questions to this problem I found a user 3 years ago had a similar problem, and that they had an addition setting: middlemouse.openNewWindow=true. This setting no longer seems to be there. I have no idea if this setting was recently removed, and is the source of my problem, or if it was removed a while ago and my problem is the result of some other change. I have restarted Firefox twice, and even rebooted my laptop, in an effort to fix this problem. Nothing has worked. Depending on what I am doing I rely on using the wheel click HEAVILY, as it is much simpler to close a tab then to hit the back button 4, 10, or 20 times to return to where I started, or if I'm trying to keep track of what links I've followed from doing a search without having to re-do the search and hope I get the exact same results (with Google I never do).

At this time I am already heavily inclined to just return to the previous version of Firefox, despite how much of a pain that will be, however this is a recently released update, so I feel I should give the devs a chance to fix any new bugs from the update. That, and I won't have the time around work for several days, probably over a week, which makes it more practical to give the devs a chance to release a patch that fixes the problem.

Asked by razmoudah1 1 unyaka odlule

Answered by razmoudah1 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox flickering after update 90.0.2

Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any… (funda kabanzi)

Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any hardware change in the last two months. I tried several proposed solutions concerning flickering like refreshing, disabling hardware acceleration etc. but nothing helps. I wonder what happened in 90.0.2 which caused that. I just installed update 91.0 and the flickering still persists.

I am using Windows 7 Enterprise 64-bit on a Dell Vostro 3750 Laptop if that matters. Thank you

Asked by georgi.petev.nikolov 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

unable to visit http site

Hello, I'm not sure if I chose the right topic above. I'm trying to visit a site which is still using http. But Firefox is automatically redirecting to https, where of … (funda kabanzi)

Hello, I'm not sure if I chose the right topic above.

I'm trying to visit a site which is still using http. But Firefox is automatically redirecting to https, where of course it cannot resolve the site.

In settings, I have it set for "Don’t enable HTTPS-Only Mode". But still, Ff is redirecting.

I don't know. Maybe I should set for https only, and then enter an exception??

I have searched for a solution, but for every solution I find, when I look up how to do it, it says, before you try this, try that first. After about 5 rounds of that, I got too confused and gave up.

Oh, I also cleared the cache, but no help.

I've enabled all the extra info below. But let me know if you need any other specific info. Do you need the address of the website?

Thank you very much.

Asked by brynn2 1 unyaka odlule

Answered by brynn2 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (funda kabanzi)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar  */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
}

#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
}

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vremovew !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}

________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 1 unyaka odlule

Answered by DB-1 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to change the background color and text color of the URL search bar?

I recently installed a theme that I really like, but the search bar by default is a blinding white color and it contrasts heavily with the dark blue colors in the theme I… (funda kabanzi)

I recently installed a theme that I really like, but the search bar by default is a blinding white color and it contrasts heavily with the dark blue colors in the theme I picked.

Is there a way for me to edit the background color and text color of the search bar to be a different color? I've tried looking at different solutions and most of them make reference to userchrome or something else I have absolutely no idea how to work. Can someone explain to me, in the most simple and hard to get wrong terms as humanly possible, how to change the background and text color in the search bar? Is this something I edit the theme itself for? How do I do that?

Thanks in advance. Attached image shows the part of the browser I'm talking about if it somehow wasn't clear enough. I'd like to turn the white color into, say, dark blue or gray, and change the text color to a light blue or white.

Asked by rrettqt34xc4tv35qby 11 izinyanga ezidlule

Answered by rrettqt34xc4tv35qby 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox printing with System print dialog

Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing … (funda kabanzi)

Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing dialog?

Also the ability to set print quality in the Firefox print screen does not exist. I can do copies, black or color, duplex printing, etc but not set the print quality like draft, text, photo, etc.

I also have many forms I've setup for printing and I can't access these.

Thanks, Pat

Asked by patbarrmail 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Restoring add-ons, extensions, settings, etc from Old Firefox Data

Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder… (funda kabanzi)

Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder if that can somehow get it back to as it was instead of having to figure what add-ons I had & reinstall everything, etc. My Bookmarks still appear but I need the add-ons back!

Asked by WTM_W7 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

google sign in every time although firefox is default browser. why is this happening

firefox is my default browser but every time i want to open a website or my gmail i have to sign in to google first . always get a message from google stating that cookie… (funda kabanzi)

firefox is my default browser but every time i want to open a website or my gmail i have to sign in to google first . always get a message from google stating that cookies are disabled on firefox browser and i must reverse this and make google my default browser . what then is the point of firefox if i have to do this every time i may as well stay with google chrome . how do i solve this so that i can log on to gmail and autotrader with firefox .

Asked by julianmoore035 1 unyaka odlule

Answered by FredMcD 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

empty bookmarks toolbar

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolb… (funda kabanzi)

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolbar folder, which has the expected contents.

Additional issue: how do I rearrange my toolbars. The desired order, from top to bottom is title menu navigation tabs bookmarks

Windows 7 Pro, Firefox 94.0.2

Much thanks!

Asked by walterdh 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

CSS help needed: how do I recolor bookmark drop-down menus?

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (funda kabanzi)

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?

Asked by jbrandom2 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Mozilla FTP Access via FileZilla is not working...

with the planed removal of FTP support from Firefox I am at my wits END... I cannot seem to get FileZilla to connect to ftp.mozilla.org what connection type should I sele… (funda kabanzi)

with the planed removal of FTP support from Firefox I am at my wits END... I cannot seem to get FileZilla to connect to ftp.mozilla.org what connection type should I select and WHAT port number am I suppose to be using? anonymous login is fine right?

Asked by Melchior (aka Joseph) 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox security warning when downloading PDFs: How do I disable this?

Hi. Starting somewhat recently, Firefox has been getting in the way of me downloading certain PDFs which I know to be fine but which it thinks are insecure or a security … (funda kabanzi)

Hi. Starting somewhat recently, Firefox has been getting in the way of me downloading certain PDFs which I know to be fine but which it thinks are insecure or a security hazard. I'd like to disable this security "feature" permanently. How can I do this? Thanks!

Asked by Greenhorn 1 unyaka odlule

Answered by Greenhorn 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google search bar from center of firefox screen now defaults to URL screen -its VERY sloppy and distracting

I have used mozilla firefox for over 5 years. It have always had a GOOGLE search bar in the center of the screen and it has worked correctly - now whenever i try to input… (funda kabanzi)

I have used mozilla firefox for over 5 years. It have always had a GOOGLE search bar in the center of the screen and it has worked correctly - now whenever i try to input words into the GOOGLE search bar located in the center of the screen it defaults and jumps to the URL/Web Address Bar at the near top off the screen - this jump to the address bar is VERY distracting and inconvenient! How can I revert to using ONLY the search bar in the center of the screen? I have worked on this for two solid days and none of the recommended fixes have worked. I have uninstalled and reinstalled Google and Firefox numerous times but now it always defaults any Google search to the address bar! THIS MUST STOP!!! Thanks!!! Sincerely!!!

Asked by ekbass 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

how do I move bookmarks to the right side

as per my title: how do I move bookmarks to the right side? ps - migrated today from chrome... and amazed you haven't yet realised how MASSIVELY important customising … (funda kabanzi)

as per my title: how do I move bookmarks to the right side?

ps - migrated today from chrome... and amazed you haven't yet realised how MASSIVELY important customising options are. This place is our virtual home!

stay safe !

Asked by alexandre pruykemaker 1 unyaka odlule

Answered by alexandre pruykemaker 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a… (funda kabanzi)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Asked by Brian_30@IRQ 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How do I delete an autofill email address?

Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn… (funda kabanzi)

Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn't work. On searching a method, I get the suggestion to go into settings and drill down in the 'Forms & Autofill' section in 'privacy' settings, but my FireFox has no such section.

I then tried to 'activate' the section by going into 'about:config' and changing 'extensions.formautofill.available' from, 'detect', to 'on', it made no difference, I still have no 'Forms & Autofill' section in settings.

How can something so simple be so complicated?

How do I delete an autofill email address?

Asked by Stephen5000 6 izinyanga ezidlule

Answered by cor-el 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

after firefox update to 100.0 - i can't use any of my addons, and cant install new one

After firefox update to 100.0 - i can't use any of my addons, and cant install new one. All my current updates appears in "disabled" status, and there's no "enable" butt… (funda kabanzi)

After firefox update to 100.0 - i can't use any of my addons, and cant install new one. All my current updates appears in "disabled" status, and there's no "enable" button. I have many addons, so it's the global problem.

Also, i can't install any of updates from addons.mozilla.org, i get message "Installation aborted because the add-on appears to be corrupt". All addon xpi files are downloaded without problem using "save as", also, after clicking "install" on addons website i see download progress.

Please help to resolve this issue!

Asked by Andy 11 izinyanga ezidlule

Answered by Andy 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Minimize, Maximize, and Close buttons invisible after latest update

After the most recent update, currently on 92.0, the Minimize, Maximize, and Close buttons are invisible. They are still there and I can get the tool-tip if I hover over… (funda kabanzi)

After the most recent update, currently on 92.0, the Minimize, Maximize, and Close buttons are invisible. They are still there and I can get the tool-tip if I hover over them with the mouse, but visually they are completely gone.

Any ideas how to fix this?

Thanks in advance!

Asked by knight_magnus 1 unyaka odlule

Answered by AliceWyman 1 unyaka odlule