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

Bookmarks toolbar, website address, and taskbar are hidden

All of a sudden, Firefox stopped showing bookmarks toolbar and website address at top of the page; and it stopped showing taskbar at bottom of page. I've attached a scree… (читать ещё)

All of a sudden, Firefox stopped showing bookmarks toolbar and website address at top of the page; and it stopped showing taskbar at bottom of page. I've attached a screenshot to show what it looks like without these features.

If I scroll over the top of the page, the bookmarks toolbar and website address appear; but I would like them to show by default. And I haven't figured out how to show taskbar at bottom of page without exiting from Firefox.

How can I restore these features.

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

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

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

Bookmarks Bar collapses when navigating to any site & only accessable when in a new tab

Having issues with any tab that I open and navigate to a website that the bookmarks bar just disappears and I have to open an new tab that is not used just to get access … (читать ещё)

Having issues with any tab that I open and navigate to a website that the bookmarks bar just disappears and I have to open an new tab that is not used just to get access to the bookmarks bar.

Not for sure why it collapses itself when actually browsing and was not for sure if there was a solution to fix this. I had searched online and could not find any solutions or anyone that has had the same issues.

I have attached screenshots of the difference between a new tab and a tab with a site opened

Help is appreciated, Thanks

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

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

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

"Manage Cookies and Site Data" lists site using no storage??

I am using an extension that automatically deletes cookies on Firefox startup. But when I start firefox, I am getting sites listed showing they have one or more cookies … (читать ещё)

I am using an extension that automatically deletes cookies on Firefox startup. But when I start firefox, I am getting sites listed showing they have one or more cookies but are using no storage. Another Firefox extension indicates there are no cookies from the sites that "Manage Cookies and Site Data" says do have cookies.

Is this a bug in Firefox, a bug in the extension, or a misunderstanding on my part?

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

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

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

Moving firefox profile: No response / no effect

I’m having trouble moving firefox to a new computer. I copy the files, expecting to see my existing set up with bookmarks, extensions, and passwords, and I get no respons… (читать ещё)

I’m having trouble moving firefox to a new computer. I copy the files, expecting to see my existing set up with bookmarks, extensions, and passwords, and I get no response, no errors, just completely fresh firefox.

Both systems are on arch linux and both running Firefox 117.0. I completely close both firefox. I copy ~/.mozilla/firefox to an ext4 thumb drive from my old computer. on the new computer, I delete the existing ~/.mozilla/firefox. I copy the files from the thumb drive to /firefox/. I restart firefox. unmodified firefox

I’ve also tried chowing the files. and also chmoding 700 and 755 (advice from old stackoverflow threads) ive tried chowing and chmoding. Each time i restart the whole process for posterity. Still no response

I’m dumbfounded as to why it’s not working, and I don’t even know where to look now

Задан steve.flumph.2 11 месяцев назад

Дан ответ steve.flumph.2 11 месяцев назад

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

Firefox freezes for approx 45 seconds when using Google search (google.co.uk)

Firefox 117.0 Windows 10 When using Google search the screen locks and the cpu goes high. After approx 45 seconds the results are displayed. This does not happen using D… (читать ещё)

Firefox 117.0 Windows 10

When using Google search the screen locks and the cpu goes high. After approx 45 seconds the results are displayed. This does not happen using DuckDuckGo as the search engine. Google search is fine in Pale Moon and Edge. I have attached screen prints of the Firefox screen (the connection circle is constantly rotating during the 45 seconds) and a screen shot of Task Manager. This has only started happening since updating to 117 yesterday.

Thank you

Peter

Задан YeOldeBowler 12 месяцев назад

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

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

Hanging on text box input

I'm having an issue with a particular text field. When entering any text into said text field, my CPU will shoot to 100% usage on some cores, hang for a bit and then prin… (читать ещё)

I'm having an issue with a particular text field. When entering any text into said text field, my CPU will shoot to 100% usage on some cores, hang for a bit and then print the text after a few seconds. I have an Intel 13900k @ 5.5ghz.

I can't provide a link to the text box as it's a WordPress CMS on my local machine. This issue does not present itself on the competitor browser.

A few troubleshooting steps I've taken:

  • Re-install Firefox
  • New profile
  • Disable all extensions
  • PC safemode + Firefox safe mode
  • Tested dev/nightly/stable (I'm using BETA daily)
  • Disabled accel

Hopefully I'm able to have an expert look at my profiler to help determine what the issue is. I'm not knowledgeable in this area unfortunately. https://share.firefox.dev/3s60ISV

Thank you.

Задан mattskiiau 1 год назад

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

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

Problem with ExtensionSettings

Hello I have installed german Firefox Version 117.0 (Build-ID 20230824132758) on Windows 10. The following ExtensionSettings policy works as expected. The addons ublock … (читать ещё)

Hello I have installed german Firefox Version 117.0 (Build-ID 20230824132758) on Windows 10.

The following ExtensionSettings policy works as expected. The addons ublock and TreeTabs are both installed automatically.


{

 "*": {
   "blocked_install_message": "My Message",
   "install_sources": ["https://addons.mozilla.org/"],
   "installation_mode": "blocked",
   "allowed_types": ["locale", "extension"]
 },
 "uBlock0@raymondhill.net": {
   "installation_mode": "force_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
   "default_area": "navbar"
 },
 "TreeTabs@jagiello.it": {
   "installation_mode": "force_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tree-tabs/latest.xpi"
 }

}


But I don't want TreeTabs to be installed automatically on all workstations. So I want to change installation_mode to allowed.


{

 "*": {
   "blocked_install_message": "My Message",
   "install_sources": ["https://addons.mozilla.org/"],
   "installation_mode": "blocked",
   "allowed_types": ["locale", "extension"]
 },
 "uBlock0@raymondhill.net": {
   "installation_mode": "force_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
   "default_area": "navbar"
 },
 "TreeTabs@jagiello.it": {
   "installation_mode": "allowed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tree-tabs/latest.xpi"
 }

}


But with this setting I'm unable to install it manually from https://addons.mozilla.org/de/firefox/addon/tree-tabs/ The message "An unexpected error occurred during installation." and a popup with the "blocked_install_message" "My Message" is displayed.

The same error occurs without the line (and the comma) "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tree-tabs/latest.xpi"

I don't know why this does not work. Please help. Thank you.

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

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

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

打开书签页方式

火狐更新后,打开书签页会在当前的页面加载,但是我想在新标签页加载,在设置页面里面没找到相关的选项

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

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

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

Tab scroll

After update to 117.0 version, after lost right tabs scrolling button. How to enable it?

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

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

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

when i click "new tab" it opens a new firefox window entirely.

if i have for example 4 tabs open i will also have 4 windows that all share the same tabs. i have tried using "about:config" and inputting "browser.tabs.allowTabDetach" … (читать ещё)

if i have for example 4 tabs open i will also have 4 windows that all share the same tabs. i have tried using "about:config" and inputting "browser.tabs.allowTabDetach" and setting it to false and it doesnt help. what can i do to get opening a new tab to stay on the same window

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

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

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

web page freeze when using search function

When hit enter key to search with google or some other website that tab just freeze for few second, can't click on anything on that website after that it back to normal l… (читать ещё)

When hit enter key to search with google or some other website that tab just freeze for few second, can't click on anything on that website after that it back to normal like how it work without the freeze

I already try everything i could like disable Firefox Accessibility Service, troubleshooting.

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

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

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

Can't play videos from YouTube or Twitch

Using arch's latest version. I recently upgraded my firefox version to 117.0, and can't play any videos from different sources. The image freezes and is in an eternal bu… (читать ещё)

Using arch's latest version. I recently upgraded my firefox version to 117.0, and can't play any videos from different sources.

The image freezes and is in an eternal buffering state.

I tried downgrading to 116.0 and 115.0, and the issue persists, so it doesn't seem to be related to the latest Firefox version.

So far, I've confirmed the same issue in YouTube and Twitch.

On Twitch, the videos are super laggy. The image freezes, then moves to a different scene, freezes again, and then the same thing over and over.

On YouTube, it always shows as loading. If I try to move it to play a different time in the video, it works for half a second and then freezes again.

The issue still occurs if I try incognito mode, troubleshoot mode and refreshing Firefox. I already tried disabling hardware acceleration (https://support.mozilla.org/en-US/questions/1206076) and have no more ideas or options.

Thanks in advance!

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

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

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

All sites except Youtube working.

Anyone else having this issue? Using an old phone, but the site seems to load normally with any other browser. See the picture on how the site looks like.

Задан jarkko.ville.pekka.koponen 11 месяцев назад

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

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

Firefox URL address window

I have both the standard address window, and a separate search window. When I type a www.XXX.com into the ADDRESS window, I expect to go there. Instead, I get a google … (читать ещё)

I have both the standard address window, and a separate search window. When I type a www.XXX.com into the ADDRESS window, I expect to go there. Instead, I get a google search! WTF?!

Задан fridaymanyfeathers 12 месяцев назад

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

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

Shopify not working

I am trying to set up a Shopify page. It was working fine until today. The page is now redirecting me to the sign in page every time I attempt an action. Shopify support … (читать ещё)

I am trying to set up a Shopify page. It was working fine until today. The page is now redirecting me to the sign in page every time I attempt an action. Shopify support says that they were able to perform these actions on my account from their end. Also, I was able to complete the tasks from Microsoft Edge. Any suggestions.

Задан mikeegan2000 12 месяцев назад

Дан ответ zeroknight 12 месяцев назад

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

Firefox vs 117.0 will not continue to connect to spotify

Vs 117.0, installed this morning, will not "continue to spotify", during the login process to the spotify desktop app. All had been working perfectly over the past few mo… (читать ещё)

Vs 117.0, installed this morning, will not "continue to spotify", during the login process to the spotify desktop app. All had been working perfectly over the past few months until today. Was able to connect to spotify thru Chrome, but something get changed/broke in the new firefox v117.0 (64 bit), Win 10.

Задан rjh35ster 12 месяцев назад

Дан ответ rjh35ster 12 месяцев назад

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

Double scrolling since v117.0

Since v117 update I noticed pages scroll way more. With one scroll they do double the amount of lines then previously. I thought I was seeing things, so I reinstalled Fir… (читать ещё)

Since v117 update I noticed pages scroll way more. With one scroll they do double the amount of lines then previously. I thought I was seeing things, so I reinstalled Firefox v116.0 to make sure and confirmed it was scrolling less with the previous version. I found a setting "mousewheel.system_scroll_override.enabled" set to 'true' by default. Switching to 'false' fixes the scroll amount, but when I was back on v116.0 I checked that setting there and it was also set to 'true' by default, yet no double scrolling. So I have no idea what could cause this issue. Maybe something was 'fixed' with this setting and now it's applied correctly? Or should nothing change with scroll amount when updating from 116 to 117?

Задан guniu 12 месяцев назад

Дан ответ zeroknight 12 месяцев назад

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

Search engine fail

Using Firefox today I tried to search for various things using https://oceanhero.today/search.. I got this error message: "Sorry, there was an error when rendering your … (читать ещё)

Using Firefox today I tried to search for various things using https://oceanhero.today/search.. I got this error message:

"Sorry, there was an error when rendering your search. We were notified and will try to resolve this issue as soon as possible."

But the search engine - which I've been using on Firefox for a long time without any problems - works fine on Bing.

Is there a remedy? Many thanks for any advice.

Задан liviniffley 12 месяцев назад

Дан ответ zeroknight 12 месяцев назад

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

Sites (youtube) Crashing often

Hi, Various Sites (sometimes firefox as a whole) keep crashing regularly. I am running Arch Linux (6.4.12, default kernel) with Hyprland WM on an old i7-7700K with a Nvi… (читать ещё)

Hi, Various Sites (sometimes firefox as a whole) keep crashing regularly. I am running Arch Linux (6.4.12, default kernel) with Hyprland WM on an old i7-7700K with a Nvidia GTX980TI. Apart from Firefox the system runs stable. When doing research, or just browsing text based sites, firefox is also very stable, but on some sites like twitch, youtube, or idle games like "Antimatter Dimensions" (ivark.github.io) the browser (or page) crashes regularly. It also happens in Troubleshoot mode, also after a clean re-install (including deleting /.mozilla in /home) and since various versions over the last couple of month. The latest crash report ID is bp-67ed2673-4ed2-452b-bc63-dc1060230831. I know I'm running a niche system, but I really like my setup and apart from those crashes it's amazing, so I hope you can help and point me in the right direction as to what could cause the crashes. Thanks for your time. KR, rehajel

Задан rehajel 12 месяцев назад

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