Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst

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… (læs mere)

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>

Stillet af new_aged2perfection for for 4 måneder siden

Besvaret af cor-el for for 4 måneder siden

  • Løst

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… (læs mere)

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

Stillet af bobbd for for 4 måneder siden

Besvaret af cor-el for for 4 måneder siden

  • Løst

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… (læs mere)

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

Stillet af scottish2 for for 4 måneder siden

Besvaret af jscher2000 - Support Volunteer for for 4 måneder siden

90% of my bookmarks have disapeared

My bookmarks are just gone not all just everything after the letter B in order. They are not in back up I followed all the restore bookmarks options in help nothing has w… (læs mere)

My bookmarks are just gone not all just everything after the letter B in order. They are not in back up I followed all the restore bookmarks options in help nothing has worked.

Stillet af spc1113 for for 4 måneder siden

Seneste svar af techguy150 for for 4 måneder siden

  • Løst

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… (læs mere)

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?

Stillet af Rumboogy for for 4 måneder siden

Besvaret af Rumboogy for for 4 måneder siden

What's the authenication app I need to use for the code to pair iphone to desktop

Hi Support team, I been using Fire Fox for a long time. I upgraded to two step authentication with the ten code numbers. But every time Fire Fox System keeps asking me … (læs mere)

Hi Support team,

I been using Fire Fox for a long time. I upgraded to two step authentication with the ten code numbers. But every time Fire Fox System keeps asking me for an authentication code to pair iPhone to desktop. I tried all the apps but I don't how to obtain the code from those app.

Can you please explain/guide me how to find this code or the app I need to use.

Thank you for your time.

Stillet af CPR Class Today for for 4 måneder siden

Seneste svar af cor-el for for 4 måneder siden

Firefox no longer works with RBC online Banking but google chrome works.

I've been using firefox for last 15 years now to do my online banking with RBC. As of 2 weeks ago it has failed to open online banking on the RBC website. Google chrome… (læs mere)

I've been using firefox for last 15 years now to do my online banking with RBC. As of 2 weeks ago it has failed to open online banking on the RBC website. Google chrome however works. When speaking to RBC customer support they say it is a problem with firefox and will likely go away once firefox updates to a newer version.

Hope you can help with this issue since my browser of choice is firefox. Thanks

Stillet af klaus.wenzler for for 4 måneder siden

Seneste svar af cor-el for for 3 måneder siden

Downloaded .part file removed when dowload failed

I am on a unstable internet connection and while trying to download a large file it gets often interrupted. By default Firefox deletes the .part file and I am forced to a… (læs mere)

I am on a unstable internet connection and while trying to download a large file it gets often interrupted. By default Firefox deletes the .part file and I am forced to again download from zero. Is there a config that I could change so Firefox keeps .part files so I could continue resuming the interrupted download?

Stillet af skmd for for 3 måneder siden

Seneste svar af cor-el for for 3 måneder siden

Firefox is using a wrong default location for me when finding services "near me". How do I change this?

Every time I do a search for services "near me" (hospitals, hotels, etc.), Firefox is using an out-of-date five-year-old location. Very frustrating! How can I change th… (læs mere)

Every time I do a search for services "near me" (hospitals, hotels, etc.), Firefox is using an out-of-date five-year-old location. Very frustrating! How can I change this? Anyone's help is much appreciated - I just haven't been able to find a link to help me fix it!

Stillet af srilatha.batliwala for for 3 måneder siden

Seneste svar af jscher2000 - Support Volunteer for for 3 måneder siden

  • Løst

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… (læs mere)

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?

Stillet af Khat for for 3 måneder siden

Besvaret af Khat for for 3 måneder siden

Lost password

Hi, Last week I reinstall my notebook. As I have got an account in Firefox I thought that login in to my account would retrieve all sign in passwords I had stored before… (læs mere)

Hi,

Last week I reinstall my notebook. As I have got an account in Firefox I thought that login in to my account would retrieve all sign in passwords I had stored before reinstall. All are gone. Did I miss anything ?

Stillet af Corobori for for 5 måneder siden

Seneste svar af Corobori for for 5 måneder siden

400 error when trying to login to google account

For some reason today I started having issues with thumbnails not loading for youtube videos. I logged out of my google account and went to log back in, but whenever I tr… (læs mere)

For some reason today I started having issues with thumbnails not loading for youtube videos. I logged out of my google account and went to log back in, but whenever I try to login to my google account now I get a 400 error. I can login fine on other browsers and other devices. I have tried the following troubleshooting steps:

cleared all cache and cookies flushed DNS created a new firefox profile in about:profiles and set it as default Re-installed firefox multiple times refreshed firefox used Revo Uninstaller to fully remove all traces from firefox and reinstalled Manually removed all traces of firefox from appdata and program folder and installed the beta version Ran windows updates and rebooted ran an SFC scan Ran a DISM online restorehealth

Every single time I get the same result, 400 error when trying to log into my google account. Starting to feel like I'm loosing my mind here. Any troubleshooting ideas would be very appreciated. Thanks in advance!

Stillet af nickbfurlo for for 5 måneder siden

Seneste svar af cor-el for for 5 måneder siden

Some Firefox Dev Edition background service is using absurd amounts of CPU

Hi, Having this issue for weeks now, I finally decided to create a ticket. I currently use Firefox Developer Edition, but it has some problem: At random times, a backgr… (læs mere)

Hi,

Having this issue for weeks now, I finally decided to create a ticket. I currently use Firefox Developer Edition, but it has some problem: At random times, a background process starts and begins to use an absurd amount of CPU. I have a really good CPU and this issue still occurs when I start my laptop without even unlocking it yet.

I'm thinking it has something to do with an update service, but I already tried disabling automatic updates and updated to the last version. I even deleted all add-ons, but it didn't help at all.

There is a strange folder in the installation folder named "tobedeleted", which gets automatically created. I don't think it is some virus because viruses would've aimed for Firefox and not the Developer Edition, which is a completely separate install. I didn't have this problem about 2 versions of Developer Edition earlier so I don't think it's my system config or antivirus/firewall.

The issue is very strange and annoying, I've tried reinstalling, deleting and removing leftover folders on the whole disk but the issue still persists. I even did a Firefox Refresh multiple times, but nothing seems to work.

I would be very thankful if this problem gets solved and I'd love to help you guys analyze the situation because I really like the Developer Edition. I have a lot of experience with programming and computers in general so I could do some debugging.

Thanks in advance!

Greetings,

Rein (rdeboer2004@gmail.com)

Stillet af DevWizz for for 5 måneder siden

Seneste svar af DevWizz for for 5 måneder siden

Firefox Developer Edition does not jump to ancor on the GitHub website

1. Open the https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories Firefox jumps to the #list-organization-repositories and the … (læs mere)

1. Open the https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories Firefox jumps to the #list-organization-repositories and the article about "List organization repositories" is in the main focus. See the first image on the left

2. Scroll in the right list menu to the item "List repository teams" and click on it (see the image attached on the right)

Expected result: The browser jumps to ancor # list-repository-teams and the article about "List repository teams" is loaded in the main focus. Actual result: The Firefox does not jump to the ancor # list-repository-teams and the article about "List repository teams" is not in the main focus. The right list menu scrolled up to the item "list repository items". The article about "List organization repositories" is still in the main focus

Environment: Windows 11 (64 -bit), Firefox Developer Edition 113.0b3 (64-bit)

Stillet af Taras for for 5 måneder siden

Seneste svar af Taras for for 5 måneder siden

Developer edition - twitch error 2000

A month ago I started to have problem with twitch. After 5minutes or 2 hours- random times or random tabs, if I have opened more than 1, which is always the case. Some ta… (læs mere)

A month ago I started to have problem with twitch. After 5minutes or 2 hours- random times or random tabs, if I have opened more than 1, which is always the case. Some tabs or all, again it's random will give twitch 2000 error and refresh, closing tab,etc nothing will work, except closing WHOLE browser, not just tabs and this is not guaranteed that it will work.

I'm losing my mind with closing whole browser-windows-tabs on different monitors and then re-opening all of that again when I get 2000 error and I always do get it.

Did like 50 re-installs, it's always the same. I tried to go back to older version, but Firefox always want to create new profile saying I have old version installed and I DO NOT want that, I want everything as it is right customized,etc right now.

Stillet af black999devil for for 5 måneder siden

Seneste svar af cor-el for for 3 måneder siden