Отображение вопросов с тегом: Показать все вопросы
  • Решено

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… (читать ещё)

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

Задан bobbd 4 месяца назад

Дан ответ cor-el 4 месяца назад

  • Решено

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… (читать ещё)

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>

Задан new_aged2perfection 4 месяца назад

Дан ответ cor-el 4 месяца назад

  • Решено

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… (читать ещё)

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

Задан scottish2 4 месяца назад

Дан ответ jscher2000 - Support Volunteer 4 месяца назад

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… (читать ещё)

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.

Задан spc1113 4 месяца назад

Последний ответ от techguy150 4 месяца назад

  • Решено

Scroll using the arrow keys.

Hey there, I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down th… (читать ещё)

Hey there,

I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down the arrow keys to scroll the page?

Thanks in advance. :)

Задан rubinlord 4 месяца назад

Дан ответ cor-el 4 месяца назад

I can't stay logged in on Google, Youtube and other sites. They keep logging out whenever I restart the app or remove the tabs.

I login on youtube, it stays logged in while I'm using it but I have to keep logging in again and again after I turn off the app or remove the tabs. Please help.

Задан hssdjmy 4 месяца назад

Последний ответ от Erik Lelek 4 месяца назад

  • Решено

firefox is redirecting from localhost:8080 to localhost:8081

Currently Firefox is redirecting http://localhost:8080 to http://localhost:8081 , each time when type the address in the URL address bar. I have been working with a cont… (читать ещё)

Currently Firefox is redirecting http://localhost:8080 to http://localhost:8081 , each time when type the address in the URL address bar.

I have been working with a container wordpress. I have tested in chrome the address http://localhost:8080 and all works fine.

How can we fix that problems, thanks in advance.

I have removed cookies and site data of localhost in Privacy-and-security> Manage-data>

screen-cast https://imgur.com/lWV1WFa

Задан christian 4 месяца назад

Дан ответ christian 4 месяца назад

How do I turn OFF FireFox as Default Browser

5eagle: Is there any possibility that the question 'How do I turn OFF FireFox as Default Browser' could be answered? This thread was archived, without conclusion, it seem… (читать ещё)

5eagle: Is there any possibility that the question 'How do I turn OFF FireFox as Default Browser' could be answered? This thread was archived, without conclusion, it seems cor-el Top 10 Contributor Moderator was/is unwilling/unable to provide a solution/answer [2021 ish]. Like 'Shucks ' I would like to 'Turn OFF FireFox as Default Browser' I did not enable via settings so must have missed the opportunity to deselect when installed. If not possible to turn off please advise and I will uninstall and use another. 05 June 2023.

Задан fiveagle 4 месяца назад

Последний ответ от James 4 месяца назад

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… (читать ещё)

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!

Задан srilatha.batliwala 4 месяца назад

Последний ответ от jscher2000 - Support Volunteer 4 месяца назад

  • Решено

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… (читать ещё)

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?

Задан Khat 3 месяца назад

Дан ответ Khat 3 месяца назад

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… (читать ещё)

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 ?

Задан Corobori 5 месяцев назад

Последний ответ от Corobori 5 месяцев назад

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… (читать ещё)

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!

Задан nickbfurlo 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

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… (читать ещё)

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)

Задан DevWizz 5 месяцев назад

Последний ответ от DevWizz 5 месяцев назад

Rapid-release updates sometimes require Admin

We have Firefox rapid-release (not ESR) deployed on Windows 10 across our Enterprise where users do not have local Administrator privileges. Occasionally the rapid-relea… (читать ещё)

We have Firefox rapid-release (not ESR) deployed on Windows 10 across our Enterprise where users do not have local Administrator privileges.

Occasionally the rapid-release updates fail to be installed, with the updater requiring Admin privileges to execute. For example, today a user's Firefox 111.0.1 was asking for elevate to update to 112.0.

The IT team user accounts also are non-admin, but we have not run into this, and judging from the lack of support tickets on this I would say most of our users are not running into this either.

Does anyone have any suggestions on how to avoid this, or troubleshoot further?

Задан Damon 5 месяцев назад

Последний ответ от Damon 5 месяцев назад