顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

How to fix Firefox freeze after clicking "Save Image As" from dropdown context menu?

The Firefox process seems to freeze after "mouse button up" from "Save Image As". Sometimes the context menu stays frozen on the screen, sometimes it does not. There is n… (閱讀更多)

The Firefox process seems to freeze after "mouse button up" from "Save Image As". Sometimes the context menu stays frozen on the screen, sometimes it does not. There is no ability to switch tabs or cancel the context menu. The image itself never saves to disk. I have reformatted and installed Firefox several times fresh out of the box and it still has this behavior. Running Firefox from the console and having Firefox freeze gives no indication or error or message about what is going on. I would say this happens 1 out of 20 images saved. I can easily reproduce this behavior, even though it is inconsistent.

Rob 於 2 年前 詢問

Rob 於 1 年前 解答

  • 已解決
  • 封存

Cursor really small in firefox

So out of a sudden my cursor is like really small in firefox https://i.imgur.com/hHls0Hf.png thats the google page with the cursor in firefox https://i.imgur.com/RuFlp8W.… (閱讀更多)

So out of a sudden my cursor is like really small in firefox https://i.imgur.com/hHls0Hf.png thats the google page with the cursor in firefox https://i.imgur.com/RuFlp8W.png thats the same but in edge

I already tried safe mode and a fresh reinstall of firefox

yet the problem is there there, and makes Firefox not really good to use, since you just lose the cursor on white sites

Anyone knows how to fix this?

Distickstoffoxid 於 2 年前 詢問

Distickstoffoxid 於 2 年前 解答

  • 已解決
  • 封存

Trouble importing bookmarks from HTML file

I exported my bookmarks from the Brave Browser, selected Bookmarks>Manage Bookmarks>Import and Backup>Import Bookmarks from HTML Then navigated to the HTML file … (閱讀更多)

I exported my bookmarks from the Brave Browser, selected Bookmarks>Manage Bookmarks>Import and Backup>Import Bookmarks from HTML Then navigated to the HTML file the selected "Open" but noting changed except that a small number of the bookmarks appears under "Recent Bookmarks" when I again select Bookmarks. Each item in this list is repeated according to the number of times I tried to import them.

Paul Hossfield 於 2 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Twitter makes firefox freeze and crash

Every time I use twitter, firefox ends up freezing and crashing. Sometimes the crash happens after I close it, of its own accord, and even surprisingly have firefox spont… (閱讀更多)

Every time I use twitter, firefox ends up freezing and crashing. Sometimes the crash happens after I close it, of its own accord, and even surprisingly have firefox spontaneously close without the crash reporter opening at all. I have enough spare memory to run firefox.

desbest 於 2 年前 詢問

desbest 於 1 年前 解答

  • 已解決
  • 封存

Cannot appply to jobs on indeed.com

When viewing a job on Indeed, whether on a pane or a separate tab, the application menu fails to load when I click 'Apply Now'. The connection times out after a while. I… (閱讀更多)

When viewing a job on Indeed, whether on a pane or a separate tab, the application menu fails to load when I click 'Apply Now'. The connection times out after a while. It even takes an awful time to go back (reload) to the page!

When I reported this Indeed Support, they recommended using Google Chrome as their site "tends to work best on it". I can now confirm that the issue does not arise with Chrome.

I have tried pretty much everything on this page: Firefox can't load websites but other browsers can

I even reinstalled Firefox but it is so smart, it realized the fact and prompted me to refresh and now we are back where we left off.

anirbangoswami4u 於 2 年前 詢問

FredMcD 於 1 年前 解答

  • 已解決
  • 封存

Cookies required to use Firefox

Getting Cookies required to use Firefox To continue signing in using Firefox, allow cookies to be stored on this device. You might see this screen more than once. messa… (閱讀更多)

Getting Cookies required to use Firefox To continue signing in using Firefox, allow cookies to be stored on this device. You might see this screen more than once.

message after the upgrade and it's very frustrating that mozilla push these updates without testing them properly. What I did -Tried adding an exception with allow for Cookies -Changed Standard mode to Custom - Tried with private browsing - Cleared cache - Switched off Tracking and protection for this website as well as opencart.zendesk.com

Nothing helped. On chrome it works. How to fix this ?

It is really irritating when things does not work seamlessly. I've been using FF for more than a decade and got used to it now I can't shift to Chrome kindly help me resolve this

sweatbar 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 封存

Create new profile or refresh?

This happens far too often, in the course of 9 months or more frequently. What is going on Firefox? v88.0.1 Windows 10 Constant script errors that freeze whatever progr… (閱讀更多)

This happens far too often, in the course of 9 months or more frequently. What is going on Firefox? v88.0.1 Windows 10

Constant script errors that freeze whatever program I am in, regardless of the option I choose - the popup no longer gives me a WAIT or STOP IT. The box comes up that says DON'T ask me about this again.

I do not want to copy passwords, more than anything, should I create a new profile. I do not want to deal with replacing or losing the file. When I attempted to load two other profiles over the last two days, both times FF crashed. I gave up.

I am NOW in Safe Mode and without errors, and it's hard to know which app is causing the problem.

Is there a new addon that will back up Firefox these days?

Suggestions? Seriously, FF seems to be a whole lot more trouble these days than she is worth.

Thank you.

CiaoBella1 於 2 年前 詢問

·´¯`·...¸>-)))º> ~dbben 最近回覆於 1 年前

Change Tab Font, Weight, Color, etc. FF109

Hi All, I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109. However, code that worked in FF 88 is seemingly no longer working. Is the below … (閱讀更多)

Hi All,

I'm trying to modify various userChrome.css attributes of Tabs in Firefox 109.

However, code that worked in FF 88 is seemingly no longer working.

Is the below code outdated?

I would also like to change the appearance of #TabsToolbar from translucent to either a solid color or a background image. Is that possible? Right now, you can see icons from the desktop through the Tab bar, and there appears to be a strange curved, black overlay colorizing it. See attached screenshot.

Thanks for any input!

/* MISCELLANEOUS TAB ATTRIBUTES */

  1. TabsToolbar { /* tab bar */
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif");
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Change the color of selected tab */

   .tab-background[selected="true"] {
       background-attachment: none!important;
       background-image: none!important;

background-color: #eef5fc !important; /* background color only, not border */ }

/* Change text attributes of selected tab #8698aa to match bottom tabstoolbar line color */

  1. TabsToolbar .tabbrowser-tab[selected] {

font-weight: 800 !important; color: #000 !important;

       border-top: 1px solid #8698aa !important;
       border-left: 1px solid #8698aa !important;
       border-right: 1px solid #8698aa !important;

}

  1. TabsToolbar .tabbrowser-tab:not([selected]) {

font-weight: 600 !important; color: #000 !important; /* non-selected tab text color */

       border-top: 1px solid #afc0d2 !important;
       border-left: 1px solid #afc0d2 !important;
       border-right: 1px solid #afc0d2 !important;

}

/* Change the color of non-selected tab */

  .tab-background:not([selected]) {
       color: #000000 !important;

background-color: #c7d3e0 !important; }

Slouch 於 4 個月前 詢問

Slouch 最近回覆於 4 個月前

  • 已解決
  • 封存

Google bing anoying search page

I have removed Bing from search but Google keeps sliding in a Bing search page when I click to open a new window! How do I stop it? I don't use Google for my browser and… (閱讀更多)

I have removed Bing from search but Google keeps sliding in a Bing search page when I click to open a new window! How do I stop it? I don't use Google for my browser and I don't use Bing search, period!

flntlok 於 1 年前 詢問

flntlok 於 1 年前 解答

  • 封存

"Secondary email must be different than your account email"

I am trying to update the primary email associated with my Firefox account. My primary email is listed as <primary@domain.name>, for example. My secondary email is … (閱讀更多)

I am trying to update the primary email associated with my Firefox account. My primary email is listed as <primary@domain.name>, for example. My secondary email is not assigned. When I try to add <preferred.email@domain.name> to my secondary email, I get the message: "Secondary email must be different than your account email"

I do not see this "account email" listed anywhere. Where do I find it, and how can I change it?

Many thanks, bd89

bigdata 於 2 年前 詢問

einarpall 最近回覆於 1 年前

  • 封存

Cannot upload large video files to Google Drive

Using Firefox 88.01 (64-bit) and since the last couple of days I cannot video files (about 1 GB or more) to my Google Drive folder. Files of small size, like text files s… (閱讀更多)

Using Firefox 88.01 (64-bit) and since the last couple of days I cannot video files (about 1 GB or more) to my Google Drive folder. Files of small size, like text files sized about 50 KB or 10 KB can be uploaded. The error message I get on the Google Drive Page is "Starting upload" but the uploading doesn't begin. This happens both in Windows 10 and Ubuntu 21.04. I refreshed Firefox and also tried uploading the file in Troubleshooting mode but that didn't help. Google Chrome can upload files to Google Drive just fine.

surja.gain 於 1 年前 詢問

surja.gain 最近回覆於 1 年前

  • 封存

Firefox Profile suddenly lost Login data; Bookmarks still present. / Need help manually importing from backup file

After my Browser automatically updated to 88.0.1 (i unfortunately ignored the popup to update Firefox for a while) i started it and my Login data was gone. Extensions, Bo… (閱讀更多)

After my Browser automatically updated to 88.0.1 (i unfortunately ignored the popup to update Firefox for a while) i started it and my Login data was gone. Extensions, Bookmarks, anything other than Lockwise Data was still there.

I made an account (this one) as i previously did not have one in hopes of somehow fixing that; then after searching for solutions i checked for an "old data" file (does not exist) and checked about:profiles (i have a second profile named "default" that has absolutely zero saved data on anything, i dont know where it came from or wheter it was ever used). The profile that i use ("default-release") was active and that was that.

Then i checked Appdata/Roaming/.../theprofile (from the profile page) and was relieved to find that both "logins.jason" and "logins-backup.json" contained my Login data: The Username and Password (encrypted), formSubmitURL, giud, enctype, etc. I made a completly seperate backup in case something i do ends up deleting those. Since the passwords are encrypted i cannot add them one by one to Lockwise.

I dont know why they dont appear when i check my Login data or try to use the data on any Website. Can i manually "import" the file into Firefox so that it automatically decyrpts the passwords?

Foxilla16 於 11 個月前 詢問

Terry 最近回覆於 11 個月前

  • 封存

This computer has been disconnected

Hi : when I turn on sync,after signing in,the browser pups up a tip says "This computer has been disconnected".But in my iphone,I signed in and truned on sync. … (閱讀更多)

Hi : when I turn on sync,after signing in,the browser pups up a tip says "This computer has been disconnected".But in my iphone,I signed in and truned on sync.

173757015 於 2 年前 詢問

mr.yonghi 最近回覆於 1 年前

  • 封存

Firefox "fork bomb"

Hello. I had discovered that Firefox itself creates a so called "fork bomb" by creating a big amount of sub-processes under the main one (with I can prove thru the attach… (閱讀更多)

Hello. I had discovered that Firefox itself creates a so called "fork bomb" by creating a big amount of sub-processes under the main one (with I can prove thru the attached screenshoots).

Could anyone have a idea how to limit Firefox from opening so many sub-processess, with (wanting or not) are mostly causing that my system runs out of memory and stop beeing responsible to any of my inputs, with forces me to restart the system (similar thing is done by an DOS attack)

I use the Firefox 88.0.1 on Ubuntu 20.04 (64-bit)

uname: Linux live 5.4.0-53-generic #59-Ubuntu SMP Wed Oct 21 09:38:44 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux lsb_release:

Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal

Mcgiwer 於 2 年前 詢問

Mcgiwer 最近回覆於 1 年前

  • 封存

"Send Page/Tab to Device" no more available?

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to… (閱讀更多)

In the latest version (99.0 for 64-bit Windows), the "Send Page to Device" and "Send Tab to Device" commands in the right-click menus are gone. They were available up to at least 88.0.1. Where did they go?

The attached screen shots are: - Right Click Menu on Page -- 88.0.1 - Right Click Menu on Tab -- 88.0.1 - Right Click Menu on Page -- 99.0 - Right Click Menu on Tab -- 99.0

g_mich 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 封存

Search engine add-ons

The search engines I've added do not appear in the list after clicking the green + sign in the search box and they do not appear in the list in the options either. I use… (閱讀更多)

The search engines I've added do not appear in the list after clicking the green + sign in the search box and they do not appear in the list in the options either. I used the "add more search engines" found in the bottom of the search engines list to find the missing engines and add them again, but when I find the engine I want to add there is only the "remove" button. So this tells me the missing engines in the list are still there but not accessible. I tried removing the added search engine and then adding it again but this did not make them appear in the search engine list. Everything was working fine until getting the last update before Firefox 89. Is there a way to fix this???

heyfucyou 於 1 年前 詢問

sideburns 最近回覆於 1 年前

  • 封存

Quick searches re-enables itself randomly after being turned off

It's all in the title. The "quick searches" feature that pops up when I highlight text is a lot more annoying then useful, so I turned it off... and it seems to re-enable… (閱讀更多)

It's all in the title. The "quick searches" feature that pops up when I highlight text is a lot more annoying then useful, so I turned it off... and it seems to re-enable itself randomly. One time I disabled it, and after 5 seconds, it re-enabled itself. So annoying. I've made so many accidental searches with that stupid feature. I mean, how many people copy text just to search it up? Even then, they can highlight the text, right click, then click "Search (engline) for (text)".

The point being, the feature is re-enabling itself randomly, and it's getting on my nerves.

I don't see any option within the settings to turn it off. Any ideas?

Thanks,

    Stephen

SKCro 於 1 年前 詢問

SKCro 最近回覆於 1 年前

  • 封存

disable history firefox in security param deactivate add-on from working on tool bar

I discover that when I disable history in security param and reboot firefox it deactivate all add-on from working on tool bar. Firefox Ubuntu 88.0.1 (64 bits) Ubuntu 21.0… (閱讀更多)

I discover that when I disable history in security param and reboot firefox it deactivate all add-on from working on tool bar. Firefox Ubuntu 88.0.1 (64 bits) Ubuntu 21.04

Sebu 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前