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

Firefox crashes when trying to log into websites

For the past few weeks, Firefox has started crashing when logging into various websites. I've updated Firefox, cleared cookies etc, reinstalled Firefox, opened it in Trou… (читать ещё)

For the past few weeks, Firefox has started crashing when logging into various websites. I've updated Firefox, cleared cookies etc, reinstalled Firefox, opened it in Troubleshooting mode, updated my OS, disabled extensions... everything I can think of. After some sleuthing, it seems to only happen when trying to log into a website. Doesn't happen on every site, which is weird.

This is so frustrating, please help!

Задан Jeff 11 месяцев назад

Дан ответ Jeff 11 месяцев назад

  • Решено
  • Архивировано

Transferring bookmarks from old hard drive to new pc

Hello, My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:… (читать ещё)

Hello,

My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:\Users\username\AppData\roaming\Mozilla\Firefox\Profiles nothing came up. I then ran places.sqlite and a list of places.sqlite appeared with some files having -wal &-shm after them?

I believe from reading here this is where my bookmarks are?

If so, how do I transfer them to my existing PC hard drive to use please? Many thanks Chris

Задан CM 11 месяцев назад

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

  • Решено
  • Архивировано

2023/05/22 - find bar takes a dive!

Years ago the find bar was located at the top of a page. The somewhere along the line it was moved to the bottom. Some good guys realized that's a problem for some of u… (читать ещё)

Years ago the find bar was located at the top of a page. The somewhere along the line it was moved to the bottom.

Some good guys realized that's a problem for some of us and came up with code to put into a .css file. That was in 2017/18

The code has worked until last week ~2023/05/15.

Now the find bar is firmly planted at the bottom of the page...very awkward place for me. Makes edge look like something to consider as their find bar is still at the top.

I've check the code and no problems...I say it appears firefox is no long allowing this customization code to be used.

I've checked the knowledge base and the same articles from 2017/18 are still there...and the solution no longer work.

Does anyone have any suggestions? I hate traversing from the top to the bottom to do my work. The find bar at the top really made it convient and easier to do my job.

thanks for any help.

Задан joenkats 11 месяцев назад

Дан ответ TyDraniu 11 месяцев назад

  • Решено
  • Архивировано

Keeper extension for Firefox

I cannot install the Keeper extension for firefox on version 113.0.1. I get an error "Download failed. check your connection". I have successfully installed the extensi… (читать ещё)

I cannot install the Keeper extension for firefox on version 113.0.1. I get an error "Download failed. check your connection". I have successfully installed the extension on other browsers on the same desktop computer, and on Firefox earlier versions on other computers at home.

Задан joewvicars 11 месяцев назад

Дан ответ jonzn4SUSE 11 месяцев назад

  • Решено
  • Архивировано

Firefox shows [object Object] on pages with code blocks

Since a couple of months I see only [object Object] instead of code blocks on (almost) all web pages. For example on StackOverflow. Any ideas what could cause this? … (читать ещё)

Since a couple of months I see only [object Object] instead of code blocks on (almost) all web pages. For example on StackOverflow.

Any ideas what could cause this?

Задан witek 10 месяцев назад

Дан ответ witek 10 месяцев назад

  • Решено
  • Архивировано

Blank bar at bottom of window on 113 version

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself shor… (читать ещё)

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself short to only the length of the url similar to the www.wikipedia.org box in the attached picture. After upgrading to 113, my browser has this black bar at the bottom. When I cleared out my css file, urls would show up in the bar when I moused over them. I've tried a few different css fixes but none of them will get it back to how I had it working in 112. The picture attached is what I'm getting in 113 right now with the css below. the black bar below the mouse over url goes all the way across the window and is always visible. Here is my current css file:

radiogroup:focus-visible > radio[focused="true"] > .radio-label-box {

outline: 1px dotted black !important;

}

:root{ --toolbar-field-focus-border-color: transparent !important; }

:root{ --uc-titlebar-padding: 10px; }

@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){

:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,

#TabsToolbar > .titlebar-buttonbox-container{

position: fixed;

display: block;

top: var(--uc-titlebar-padding,0px);

right:0;

height: 40px;

}

/* 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: 32px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

#titlebar{

order: 2;

-moz-appearance: none !important;

--tabs-navbar-shadow-size: 0px;

}

#unified-extensions-button{

display: none !important;

}

.titlebar-placeholder,

#TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

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

#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:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }

:root{

/* height if native titlebar is enabled, assumes empty menubar */

--uc-menubar-height: 22px;

}

:root[tabsintitlebar]{

/* height when native titlebar is disabled, more roomy so can fit buttons etc. */

--uc-menubar-height: 22px;

}

#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }

:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }

#toolbar-menubar{

position: fixed;

display: flex;

top: var(--uc-titlebar-padding,0px);

height: var(--uc-menubar-height);

width: 100%;

overflow: hidden;

}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }

#toolbar-menubar > spacer[flex]{

order: 99;

flex-grow: 1;

min-width: var(--uc-window-drag-space-width,20px);

}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* Status-bar */

#main-window:not([inFullscreen="true"]) > body::after{

display: -moz-box;

content: "";

height: 20px;

border-top: solid 0px #505050;

}

.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }

.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }

window[inFullscreen="true"] #browser-bottombox { display:none !important; }

window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }

#statuspanel #statuspanel-label {

-moz-appearance: none !important;

border: 0px solid black !important;

}

Задан drogers4114 11 месяцев назад

Дан ответ drogers4114 11 месяцев назад

  • Решено
  • Архивировано

The address wasn’t understood (webpack)

Please excuse me if I miss any details.... this is my third time trying to submit this issue. I will just skip to the meat of it this time. I'm getting this error while… (читать ещё)

Please excuse me if I miss any details.... this is my third time trying to submit this issue.

I will just skip to the meat of it this time. I'm getting this error while working from my localhost. I have been working on a personal project for years with this set up with no issues until today. I can no longer click on the errors in the console log and be directed to the Debugger tab. When I click on errors, nothing happens. If I try to open them in a New Tab, I get the error below:


The address wasn’t understood

Firefox doesn’t know how to open this address, because one of the following protocols (webpack) isn’t associated with any program or is not allowed in this context.

   You might need to install other software to open this address.


I have also noticed firefox does not even load all the files until I refresh it at least twice. Even when it is all loaded properly, the error persists.

I have tried: - restarting firefox - restarting my computer - clearing ALL cache and cookies - running firefox in safe mode - disabling all add ons - disabling performance mode (was already off) - checking network.protocol-handler.external.javascript = false (it is)

Let me know if there is any other information I can provide. I really dislike having to work in chrome for this so I hope I can find a solution as soon as possible.

Задан iamshi 11 месяцев назад

Дан ответ iamshi 11 месяцев назад

  • Решено
  • Архивировано

113.0.1 Has Issues

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because F… (читать ещё)

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because Firefox won't allow me to go back to the site's home page. I know this accurate as I can log on to the sites via Safari and No problems and the sites work correctly.

Задан thboo 11 месяцев назад

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

  • Решено
  • Архивировано

toolbar text vanished, can't get text OR icons back

I'm on the ESR and just updated from 112.0.2 to 113.0.1. I had text rather than icons displayed on my toolbar. Now the text has vanished and I can't find a way to get t… (читать ещё)

I'm on the ESR and just updated from 112.0.2 to 113.0.1. I had text rather than icons displayed on my toolbar. Now the text has vanished and I can't find a way to get text OR icons back. I have a disabled extension Classic Theme Restorer installed, but I thought it was already disabled long ago. In the Customize Toolbar dialog, the unused icons are displayed with text labels. When I drag one to the toolbar, it turns invisible like all the rest.

Задан gsknick 11 месяцев назад

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

  • Решено
  • Архивировано

search bar problem

Just recently, in the past day or so, when I do a search in the search box, all the results get redirected to Bing instead of Google, that I have in my settings as defaul… (читать ещё)

Just recently, in the past day or so, when I do a search in the search box, all the results get redirected to Bing instead of Google, that I have in my settings as default. I have checked my settings, I even removed Bing from the list, and I still only get Bing results. Even when I go to Google and use their search box on their domain, I get Bing results. I did a virus scan without finding any problems. I'm stumped and don't understand why this happened and nothing I do can detect uncovers why this is happening.

Really irritating when I have to spend my time fixing stuff that is lurking in cyberspace!

Задан Sirius 11 месяцев назад

Дан ответ Terry 11 месяцев назад

  • Решено
  • Архивировано

New Bing search engine in Firefox Browser

How do I permanently remove this new Bing search engine from Firefox Browser? I don't like Bing. I go into settings, and change my default search engine to Google. But, t… (читать ещё)

How do I permanently remove this new Bing search engine from Firefox Browser? I don't like Bing. I go into settings, and change my default search engine to Google. But, the moment I search for something it shows that its Bing in the top left corner of the page. I can't get rid of it. Please help! I really don't like Bing! It has never fully helped me find what I'm looking for, or been thorough when searching for what something means. Can you please help me remove Bing from Firefox Browser? I sent 2 images showing what I mean. The first shows me wanting to use google to search for a word. And, in the second is what happens after I do that. You can clearly see Microsoft Bing in the top left corner. Thank You for any and all of your help & time!

Задан Toby 11 месяцев назад

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

  • Решено
  • Архивировано

Cannot restore previous session

Two days ago, my firefox browser started not restoring the previous sessions. I changed nothing in the configuration and I don't remember I had a crash. The option "Resto… (читать ещё)

Two days ago, my firefox browser started not restoring the previous sessions. I changed nothing in the configuration and I don't remember I had a crash. The option "Restore Previous Session" does not appear in the "3-bar menu > history" and it appears grayed in the History Firefox main menu.

What I've already tried or verified following the instructions of mozilla forum: 1) Settings > general > “Open previous windows and tabs” is checked as it always have been; I unchecked and and rechecked but nothing changed; 2) Settings > Privacy & Security > “remember history” is selected. Also tried to Settings > Privacy & Security > "Use custom settings for history" with "Always use Private Browsing mode" not checked. No success 3) I also deleted sessionstore-backups folder under my profile. The new created folder, even after closing some new sessions, has only the "recovery.jsonlz4" and "recovery.baklz4" files. There is no "previous.jsonlz4" inside which seems weird. 4) through about:config I checked that browser.sessionstore.resume_from_crash was true. In fact, I have Firefox in a second computer with no sessions restoring problem. I compared all browser.sessionstore.xxxx variables and the values are the same.

I still have the problem and do not know what to try next. Reset Firefox?

Задан geber.ramalho 11 месяцев назад

Дан ответ willjoe24421 11 месяцев назад

  • Решено
  • Архивировано

Recover cached images from previous version of webpage

I use Pinterest quite a bit and somehow a great deal of pins have disappeared. This happened once before when I was using Chrome, and I was able to go digging into my c… (читать ещё)

I use Pinterest quite a bit and somehow a great deal of pins have disappeared.

This happened once before when I was using Chrome, and I was able to go digging into my cached files and find the cached versions of the thumbnails of my Pins, so I could somewhat recreate them based on that.

I'm not sure how to go about that with Firefox. Would any information (specifically images) be stored from a previous version of a webpage?

Thank you!

Задан complicaits 11 месяцев назад

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

  • Решено
  • Архивировано

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 11 месяцев назад

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

  • Решено
  • Архивировано

How can I see my bookmark folders that are in the bookmark toolbar

Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmar… (читать ещё)

Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmark folders when I select the arrows at the end of my bookmarks toolbar. In Firefox I don't see that. I can see those folders under the bookmarks toolbar in the bookmark manager, but I would love to just be able to click on the arrows on the end of the bookmarks toolbar and have them drop down just like they did in Chrome. Do I have it all wrong? Do I always have to have my bookmark manager open to be able to bounce from bookmark to bookmark? Thanks in advance for any help.

Задан Kathy 11 месяцев назад

Дан ответ Kathy 11 месяцев назад

  • Решено
  • Архивировано

Massive RAM usage

Firefox is using a massive amount of ram for an unspecified task, simply defined as "GPU" is the baked-in task manager. The attached image is after a fresh reboot, with F… (читать ещё)

Firefox is using a massive amount of ram for an unspecified task, simply defined as "GPU" is the baked-in task manager. The attached image is after a fresh reboot, with Firefox consuming about 8 GB more than it reasonably should, with only three ish tabs loaded.

Задан dragonburrito21 11 месяцев назад

Дан ответ dragonburrito21 11 месяцев назад

  • Решено
  • Архивировано

Document Expired

I have been trying all afternoon and no matter how fast I am, I am getting this message. Document Expired This document is no longer available. The requested document … (читать ещё)

I have been trying all afternoon and no matter how fast I am, I am getting this message.

Document Expired

This document is no longer available.

The requested document is not available in Firefox’s cache.

   As a security precaution, Firefox does not automatically re-request sensitive documents.
   Click Try Again to re-request the document from the website.

When I click Try Again, I get logged out of the website I am on. What am I doing wrong? Is there a way to extend the time so I am able to reasonably enter the data into the form and not have it time out. I was able to the enter this information in the past without a problem.

The website is https://www.mysynchrony.com/ and I select one of my accounts and I am trying to add a bank account and I am unable to do so. Please help.

Задан silvercat32 11 месяцев назад

Дан ответ silvercat32 11 месяцев назад

  • Решено
  • Архивировано

Missing "Send Tab to Device" button on linux

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for i… (читать ещё)

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for it?

I have searched the internet for this problem and could not find such things. I would appreciate any help!

Задан info3416 11 месяцев назад

Дан ответ info3416 11 месяцев назад