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

Full screen border

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a… (funda kabanzi)

I use Firefox Developer Edition and recently I noticed a problem when watching videos on any website in full screen mode. As can be seen on the attached image, there is a weird pixelated border around the video.

Asked by John Glesby 2 iminyaka edlule

Answered by John Glesby 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

*Always* show password?

Is there a security setting that allows me to show all my passwords rather than having to toggle them on each time? I am a recluse. There's never anyone looking over my … (funda kabanzi)

Is there a security setting that allows me to show all my passwords rather than having to toggle them on each time?

I am a recluse. There's never anyone looking over my shoulder. I just don't want to have to mess with it anymore.

If there isn't, could some kind developer please make an add-on?

I am using two computers: an iMac (late 2009) running 10.13.6 (High Sierra) and a Macbook Pro (13-inch, 2012) running 10.15.7 (Catalina).

Thank you!

K

Asked by khindall 1 unyaka odlule

Answered by khindall 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox 113 - tab bar moved to above tool bar

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anyt… (funda kabanzi)

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anything in UserChrome and in fact that file is still dated 2020. I've searched but haven't found an explanation. Anyone know what changed or is this just a bug? Thanks

Asked by bobbd 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Error in event Viewer......Event 2 Firefox Default Browser Agent

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1… (funda kabanzi)

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1 and still get this error. Firefox is my default browser. Below is an image of what I see in my Event Viewer and also the full view of the event itself. I seem to not be having any problems with the browser but I was wondering if anyone could shed some light on why this is happening or forward to the Devs.

Respectfully, Don


Log Name: Application Source: Firefox Default Browser Agent Date: 5/14/2023 4:19:42 PM Event ID: 2 Task Category: None Level: Error Keywords: Classic User: N/A Computer: DESKTOP- Description: The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

 <System>
   <Provider Name="Firefox Default Browser Agent" />
   <EventID Qualifiers="32775">2</EventID>
   <Version>0</Version>
   <Level>2</Level>
   <Task>0</Task>
   <Opcode>0</Opcode>
   <Keywords>0x80000000000000</Keywords>
   <TimeCreated SystemTime="2023-05-14T20:19:42.8333225Z" />
   <EventRecordID>9023</EventRecordID>
   <Correlation />
   <Execution ProcessID="0" ThreadID="0" />
   <Channel>Application</Channel>
   <Computer>DESKTOP-         </Computer>
   <Security />
 </System>
 <EventData>
   <Data>0x80070002 in RegistryDeleteValue:320</Data>
 </EventData>

</Event>

Asked by new_aged2perfection 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Close Tab Button On Left (Firefox 113)

This again! This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening. Initially post-update the close tab button was … (funda kabanzi)

This again!

This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.

Initially post-update the close tab button was in a weird, random place on the tab bar. I have adjusted the margins to put the button back where it's supposed to be!

I changed :

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 2px !important;
}

to:

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 35px !important;
}

to move the button back onto the left. That may seem like a drastic change but that's the lowest value I could find which produced the result I want.

However, it's not quite the result I want! As of updating to 113.0.1, the tab title itself now disappears altogether on hover.

I have tried to correct this in CSS using the .tab-text and .tab-label attributes, but without any luck so far.

Can anybody help me with this, before I'm forced to downgrade to Firefox 112?

Better yet... how about we just make this an option in Settings, as it should be?!

Asked by Kit Marsden 2 iminyaka edlule

Answered by Kit Marsden 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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; }

Asked by scottish2 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

High CPU Usage in a separate process in task manager

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager. The task manager… (funda kabanzi)

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager.

The task manager has 2 different firefox processes. One being actual instance i am running. and the 2nd being the automatically opened in background.

i have figured out whenever i have active internet connection and my system is on charging the 2nd task automatically starts in background and uses upto 80% of cpu usage. Ending the 2nd task form task manager doesn't affect anything. only the cpu usage drops. Also Closing my firefox instance does nothing to that 2nd task.

I have tried lot of solutions i found on community. Nothing seems to help. problem still persist. I even posted comments on ongoing threads. but no reply from anywhere.

this is the last time i m trying. if i get a solution its good. otherwise i am going to shift to edge. I have no other choice.

Screenshots from multiple dates are attached.

Asked by Kj 2 iminyaka edlule

Answered by Kj 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox got uninstalled along with Windows 10. then both were reinstalled, but Ive lost all my bookmarks. Can I retrieve them somshow?

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't … (funda kabanzi)

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't retrieve my old bookmarks. I have a file of very old bookmarks, but the "import/restore" function doesn't restore or import using that file. Help please. Can the up to date bookmarks be retrieved from my uninstalled Firefox?

Asked by JOHN 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

location detected as being outside USA

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being … (funda kabanzi)

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being correctly detected as being inside USA.

You will see the asian words. When I change the pull dawn tab ("Saudi Arabia") to "USA", the asian lettering does not convert to English.

Not sure how to fix this.

Asked by jenna 1 unyaka odlule

Answered by jenna 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Unable to sign into mail after latest update 113.0.1 Windows 10

Message We are unable to process your request at this time Please try again in 1 hour Have tried rebboted laptop run windows defender offline scan. Does not work on any… (funda kabanzi)

Message We are unable to process your request at this time Please try again in 1 hour

Have tried rebboted laptop run windows defender offline scan. Does not work on any of my accounts Same problem in Chrome and Edge!

Asked by jas_samrauk 2 iminyaka edlule

Answered by jas_samrauk 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Help! Can only login to Ring.com dasboard in a private window!

I don't know if breakage is the correct topic. I keep Ring.com open to the dashboard in a pinned tab. A few days ago, I had viewed and cleared videos as usual and later r… (funda kabanzi)

I don't know if breakage is the correct topic. I keep Ring.com open to the dashboard in a pinned tab. A few days ago, I had viewed and cleared videos as usual and later returned to view new activity. The site requires logging in every 30 days and so seeing that I needed to do so was not a surprise. What was a surprise was that the login buttons were grayed out. I closed the tab, cleared the Ring cookies and cache and tried again. No luck. I wondered if there was some other setting that I didn't know about and decided to open a private window and try it there. To my surprise, it works. I'm stumped. I'll attach the raw data from the private window as a .txt file. Darn. I can only attach an image. Well, I have it available and can copy and paste it into a subsequent post if you think it would help

Asked by T_H_M 2 iminyaka edlule

Answered by T_H_M 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Photos load incorrectly in Ebay

Since Ebay changed their format for auction ads the photos that are part of the ads open as faint negatives that can barely be seen. However, if you right click on one an… (funda kabanzi)

Since Ebay changed their format for auction ads the photos that are part of the ads open as faint negatives that can barely be seen. However, if you right click on one and save to a new tab they are fine.

Asked by cwilber 1 unyaka odlule

Answered by cwilber 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to add Help => About Firefox in Firefox home page

Hi, Firefox is great but is there a way to add the Help => About Firefox webpage in Firefox home page? This is to simplify Firefox updates. Because although Firefox… (funda kabanzi)

Hi,

Firefox is great but is there a way to add the Help => About Firefox webpage in Firefox home page? This is to simplify Firefox updates. Because although Firefox downloads updates, you still need to activate Help => About Firefox to update the Firefox version.

In Chrome you can add this to home page: chrome://settings/help and when you open Chrome it goes to this page and updates itself.

Does Firefox have the same capabilities so that we don't need to wait on users to click on Help => About Firefox to update Firefox?

Thanks and regards,

QB

Asked by qb941g 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox blocks pop-ups from a website that has an exception for pop-ups.

I have a website that open pop-ups automatically using javascript. That is the expected behaviour of it. So I went into Firefox options and made an exception for that sit… (funda kabanzi)

I have a website that open pop-ups automatically using javascript. That is the expected behaviour of it. So I went into Firefox options and made an exception for that site. If I go to the site and wait so it can do its thing, it opens about a few of them, and then Firefox decides that the rule I have set up is garbage, and firefox decides to ignore it and block the pop-ups from the site.

Why?

Why on Earth does Firefox decides that he must do something against the rule that the user has set up. Why does it have this completely disrespect to the user settings?

I am honestly really mad at whoever decided that ignoring an exception from the user was the default behaviour.

Now, if someone knows enough what is going on they will tell me, go to about:config, go to this obscure command and change its value, value which I can't know without coming here and ask. If I create an exception, then I am in my right to expect that the browser should do exactly as the exception has been configured.

By the way I have tried with the troubleshooting mode and still happens.

Asked by mail1729 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Closed Captions in YouTube with FireFox

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions… (funda kabanzi)

I use the closed captions (CC) in YouTube videos with FireFox. Lately I have been seeing videos that seem to misbehave. At the very start of the video, ALL the captions display at once, one after the other. Then, as play continues there are no more captions. Most videos still show captions normally, that is, captions appearing only when the dialog matches them. But a few videos misbehave by showing all the captions at once. Here is one such video.

https://www.youtube.com/watch?v=ZgqJ5wQF944

I noticed this misbehavior within the last month and assumed that the video was doing something peculiar with the timing of the captions. But when I use the YouTube Show Transcript option to display the captions and associated timing outside the video, the transcript looks quite reasonable.

One further oddity, if I take that same URL and load the video in a different browser, for example, Chrome, the captions are displayed normally.

I've included a screen shot of the video in YouTube showing all the captions displaying at once.

Asked by prairiepedaler 1 unyaka odlule

Answered by prairiepedaler 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Radio buttons on some websites neither display nor update when clicked. FireFox 113.0.2 (64-bit) on Mac OS X 10.13.6 (High Sierra)

Radio buttons on some websites neither display nor update when the area in which is should have displaed is clicked. FireFox 113.0.2 (64-bit) on Mac OS X 10.13.6 (High … (funda kabanzi)

Radio buttons on some websites neither display nor update when the area in which is should have displaed is clicked. FireFox 113.0.2 (64-bit) on Mac OS X 10.13.6 (High Sierra). This problem has been present for some time. On other websites the radio buttons do display and do upate when clicked by toggling the dark center. The minority of websites which don't work seems random, but does include some banking websites and the IRS.gov website. Often using SAFARI will work when FireFox doesn't.

The CheckBox at the end of this page "Email me when someone answers the thread" appears but does not respond to a click.

Asked by garth4 1 unyaka odlule

Answered by garth4 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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.

Asked by jenna 1 unyaka odlule

Answered by jenna 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Active tab is NOT visible

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open. I work with tabs not windows as I always n… (funda kabanzi)

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open.

I work with tabs not windows as I always need to see all the pages/websites open that I work with in one view, and so it is a hassle and nuisance NOT to be able to tell which tab is active, having to click through each one or guess.

It's one of those small yet significantly impacting on the user experience things which one would have thought by now Firefox developers would fix.

The ACTIVE tab needs to be in different colour may be on a yellow background with dark font so that people can EASILY find it with several tabs open on the screen.

Any thoughts on this? is there perhaps an option to enable it - which I am oblivious to?

thanks

Asked by etcetera777 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can't unblock popup

Hi, I seem to having multiple problems with Firefox over the last few weeks... This problem is - I can't unblock popups. I have got popup blocking enabled, with a coupl… (funda kabanzi)

Hi,

I seem to having multiple problems with Firefox over the last few weeks...

This problem is - I can't unblock popups. I have got popup blocking enabled, with a couple of Exceptions - it's been working fine until I wanted to use it today. I have tried turning off popup blocking, re-entering the exceptions - nothing is helping!!!

Does anyone know what to do?

Thanking you Pedro

Asked by PedroSMS 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox is popping up a small pop-up asking for a password.

Everything under Logins and Passwords, and Forms and Autofill is unchecked. A "Primary Password" has never been set in firefox. Can't get it to stop asking, which is ma… (funda kabanzi)

Everything under Logins and Passwords, and Forms and Autofill is unchecked. A "Primary Password" has never been set in firefox.

Can't get it to stop asking, which is made worse by the fact that nothing is selected to prompt it nor is anything stored for it to use.

Asked by Shawn.Janson 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule