Showing questions tagged: Show all questions
  • Solved

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… (read more)

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 4 months ago

Answered by cor-el 4 months ago

Intrusive VPN popup pushing Firefox VPN

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intru… (read more)

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intrusive violations like that. This needs to be removed immediately and never ever happen again. It's completely antithetical to the core values of Firefox.

Furthermore, several users have reported it breaking their browsing. See this Reddit thread:

https://www.reddit.com/r/firefox/comments/13rnt88/why_is_firefox_windows_11_version_showing_me/

This affected me on Windows 10 running Firefox 113.0.2 64 bit.

Asked by ben153 4 months ago

Last reply by a.mpoygiatiwths 4 months ago

  • Solved

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… (read more)

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 4 months ago

Answered by cor-el 4 months ago

Date/time of older Facebook posts disappeared

When I scroll down to look at recent posts on Facebook groups I follow all but the top one has suddenly lost its date/time – I just get a blank where the details would us… (read more)

When I scroll down to look at recent posts on Facebook groups I follow all but the top one has suddenly lost its date/time – I just get a blank where the details would usually be and have to hover over to reveal the details. The silly thing is that this only happens when I sign in and it doesn’t happen when I use chrome – although I prefer using Firefox, not least because the bookmarks sidebar is better. I have tried getting rid of all extensions and running in troubleshoot mode but without success. Any help/advice would be appreciated (as long as it is not about football!)

Asked by johnr4308 4 months ago

Last reply by GHSRobert 4 months ago

  • Solved

Poor video quality

I've tried everything to fix poor picture quality when streaming "third party" videos, e.g., YouTube. Colors are washed out; weird contrast; everything looks like it's co… (read more)

I've tried everything to fix poor picture quality when streaming "third party" videos, e.g., YouTube. Colors are washed out; weird contrast; everything looks like it's coming through a haze. Streams from Netflix, Amazon look normal. And sorry, guys, the same third party streams from YouTube et al. look totally normal in the MS Outlook browser. Have tried all kinds of settings and rebooted as well. No change.

Please advise. This problem appears to be unique to Firefox.

Asked by rwerber45 4 months ago

Answered by andrea.dika 4 months ago

  • Solved

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… (read more)

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 4 months ago

Answered by jscher2000 - Support Volunteer 4 months ago

  • Solved

Facebook lagging

So for the last little while, Facebook has been making a complete nuisance of itself on firefox. This isn't a browser problem, because the other tabs I have open work pe… (read more)

So for the last little while, Facebook has been making a complete nuisance of itself on firefox. This isn't a browser problem, because the other tabs I have open work perfectly fine, but FB takes forever to load, and any button I press to interact with it, (like the reload button,) also lags, (but, again, works fine on other tabs,). It doesn't even register links as being clickable for a good minute after loading. The page also seems to reset every time I switch from another tab to it, showing a blank page with a loading symbol. I have tried deleting the entire history, and restarting the browser, and deactivating the adblocker, (the only extension active) and nothing seems to help. Does anybody know why it's doing this, (other than because the company follows the 'if it isn't broke, break it' theory, which we all already knew,) and how to fix it?

Asked by Khat 3 months ago

Answered by Khat 3 months ago

  • Solved

As a website owner, prevent firefox VPN modal from appearing on our page.

Hello, I am a developer on an emergency intervention hotline for sexual assault. Firefox is now throwing up psuedo-modal advertisements for it's VPN above pages. See… (read more)

Hello,

I am a developer on an emergency intervention hotline for sexual assault.

Firefox is now throwing up psuedo-modal advertisements for it's VPN above pages. See attached screenshot for example.

It is absolutely IMPERATIVE that our visitors do not receive these new modal advertisements that Firefox is throwing at them. What can I do to prevent Firefox's new browser-hijacking advertisements from showing up on our hotline pages?


I experienced this on Twitter, and it 100% was not part of the dom. It also greyed out the tab bar, and prevented me from opening the menu with alt. I know how to make it not show up anymore on my machine, but how can I prevent it from appearing on visitors to my website, who are in some of the most vulnerable times of their life.

Asked by lordpidey 4 months ago

Answered by Paul 4 months ago

  • Solved

How to open all synced tabs

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not … (read more)

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not work.

I have the "Show tabs from other devices" sidebar. I also can access from "Open application menu" > email address > list of synced tabs. Both methods show me the device name and all of my synced tabs. Neither method has an "open all tabs" option. If I right click my device name nothing happens. If I right click a tab, it opens that one tab. I don't know how many tabs I have on my Android. I have enough tabs that it only shows the infinity symbol instead of the number. It has shown the infinity symbol for a long time and I've opened many more tabs since. It could be hundreds or even thousands of tabs. I have 224 tabs on my laptop. I want to open all 224 laptop tabs plus all however many Android tabs on my laptop at the same time. I'm aware this will cause significant lag on my laptop. I'm not looking for a solution for that or people telling me not to do that. I want to know how to open all of my synced tabs at once on my laptop, without having to click through one by one.

Edition Windows 11 Home Version 22H2 Installed on ‎2022-‎09-‎21 OS build 22621.1702 Experience Windows Feature Experience Pack 1000.22641.1000.0 "You're up to date Last checked: Today, 17:15" (Just clicked "Check for updates")

Firefox 113.0.1 (64-bit) "Firefox is up to date"

Asked by Emily 4 months ago

Answered by jonzn4SUSE 4 months ago

  • Solved

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… (read more)

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 DayronPL 4 months ago

Answered by DayronPL 4 months ago

  • Solved

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… (read more)

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 4 months ago

Answered by jscher2000 - Support Volunteer 4 months ago

  • Solved

Ubuntu crashes while moving a Firefox tab with mouse

Hello Volunteers, Ubuntu crashes while moving around a Firefox tab with a mouse, IF the mouse cursor goes thru the top bar of the laptop screen. I am using Firefox V 113… (read more)

Hello Volunteers,

Ubuntu crashes while moving around a Firefox tab with a mouse, IF the mouse cursor goes thru the top bar of the laptop screen. I am using Firefox V 113.0.2, Build ID: 20230522193126 on Ubuntu 23.04. This could be an Ubuntu problem or a Firefox problem.

Thanks Dilip Deodhar

Asked by DD 4 months ago

Answered by jonzn4SUSE 4 months ago

  • Solved

Tab Close button "X" on hover

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ dis… (read more)

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ display: none } .tabbrowser-tab:not([pinned]):hover .tab-close-button{

   display: -moz-box !important

}

But now with version 113.0.1 it doesn't work at all and no X appears when I hover over my tabs.

I tried adding #tabbrowser-tabs[closebuttons="activetab"] on top of the previous code, but it made the X appear all the time.

How could I update this code so I get the desired result only when I hover over a tab?

Asked by Neo2x 4 months ago

Answered by cor-el 4 months ago

  • Solved

firefox crashes when using "paste"

Hello. When I paste something inside firefox, then firefox suddenly shuts down and after that a window pops up, informing me that firefox has crashed and asking if I want… (read more)

Hello. When I paste something inside firefox, then firefox suddenly shuts down and after that a window pops up, informing me that firefox has crashed and asking if I want to load the previous session... No changes have been made to my computer lately. Firefox has been updated to 113.0.1 but the problem has not been solved. Any suggestion?

Thank you.

Asked by papast3 4 months ago

Answered by TyDraniu 4 months ago

  • Solved

Firefox preventing Mac from sleeping

I have noticed in the last few days that Firefox is keeping my Mac from sleeping. This seems to have started around the time of updating Firefox to version 113.0.2 which… (read more)

I have noticed in the last few days that Firefox is keeping my Mac from sleeping. This seems to have started around the time of updating Firefox to version 113.0.2 which happened 4 days ago. Any thoughts on how to debug this?

Asked by Rumboogy 4 months ago

Answered by Rumboogy 4 months ago