• 已解決

How to identify elements with Inspector that are only visible on mouse click?

I press Ctrl+Shift+Alt+i and then press on the top left icon, but then I can only have one click to identify an element. What to do if I need two or three clicks to get t… (閱讀更多)

I press Ctrl+Shift+Alt+i and then press on the top left icon, but then I can only have one click to identify an element. What to do if I need two or three clicks to get to an element?

fioiu omotrl 於 1 週前 詢問

cor-el 於 1 週前 解答

  • 已解決

Why I can't take screenshot?

I am writing to report an issue I have encountered while using the Firefox browser. Specifically, I am unable to take screenshots on the website https://hescoebill.pk/hes… (閱讀更多)

I am writing to report an issue I have encountered while using the Firefox browser. Specifically, I am unable to take screenshots on the website https://hescoebill.pk/hesco-mis/. This issue persists despite numerous attempts, and it seems to be unique to this particular website. Is there any other way to take screenshot of site? I really want to take a screenshot for personal reason. Is it not allowed from the site owner side or what?

Hamza Shareef 於 5 天前 詢問

jscher2000 - Support Volunteer 於 5 天前 解答

  • 已解決

Spell Check (GB) highlighting false positives

I have language set to English (GB) but am being constantly annoyed with words like "colour" being underlined as badly spelt. Why aren't you using an English (GB) diction… (閱讀更多)

I have language set to English (GB) but am being constantly annoyed with words like "colour" being underlined as badly spelt. Why aren't you using an English (GB) dictionary?

adampembs 於 2 天前 詢問

zeroknight 於 2 天前 解答

  • 已解決

File not downloaded: Potential security risk - Allow download don't work

Hi! On the latest version Mozilla Firefox 125.0.1 when i download .docx files i get the message 'File not downloaded: Potential security risk.' I select Allow download an… (閱讀更多)

Hi! On the latest version Mozilla Firefox 125.0.1 when i download .docx files i get the message 'File not downloaded: Potential security risk.' I select Allow download and the file downloaded can't be opened.

Thanks!

Laurentiu Marin 於 1 週前 詢問

Laurentiu Marin 於 6 天前 解答

  • 已解決

Caps lock problem

I am having a very frustrating problem that is driving me huts. Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a … (閱讀更多)

I am having a very frustrating problem that is driving me huts.

Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a little grey box I had never seen before appeared with a locked lock. Then when I hit caps locks again on my keyboard an unlocked locked appeared in the little grey box. But it stays in cap locks and no matter what I do it won't go back to lower case. And when I say nothing shuts it off I mean its doing that on every site I try to comment on. Shutting down the browser does not help. And the only way I can get caps lock off is to actually shut down my whole computer and basically start all over.

You community volunteers are the best and quickest help I can get so I went straight to you for help.

Homers24 於 2 天前 詢問

Paul 於 2 天前 解答

  • 已解決

Extension appears to be corrupt

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted be… (閱讀更多)

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Bob4K 於 4 天前 詢問

TyDraniu 於 4 天前 解答

  • 已解決

Firefox Translation - Turn off

Hi. How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It… (閱讀更多)

Hi.

How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It's annoying.

beyondlightless 於 2 天前 詢問

cor-el 於 2 天前 解答

  • 已解決

Thin white border left when fit screen

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fi… (閱讀更多)

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fit screen. This problem is not present when in a windowed mode or in F11 full screen.

I tried updating the Intel Arc drivers but this did not fix the problem. Changing to compatibility mode also did not fix te problem.

PS: in the uploaded screenshots it is quite dificult to see the white line(because the background is also white), but when the image is viewed in a new tab it is visible.

Thanks

Daellhin 於 5 天前 詢問

Daellhin 於 2 天前 解答

  • 已解決

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (閱讀更多)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Slouch 於 2 天前 詢問

cor-el 於 1 天前 解答

  • 已解決

Unable to install any extensions.

When trying to install any extensions on either the Mozilla Addons website or directly via the Extension settings, it fails to do so. I've attached a screenshot of the M… (閱讀更多)

When trying to install any extensions on either the Mozilla Addons website or directly via the Extension settings, it fails to do so.

I've attached a screenshot of the Mozilla Addons website when it fails to install the extension. On some other addons that I've attempted in the past, it just shows the throbber forever.

I have checked the Multiprocess Browser Console and it says that it fails to move the file because it's locked (NS_ERROR_FILE_IS_LOCKED). I have also attached a screenshot of that.

Kate 於 1 週前 詢問

Kate 於 1 週前 解答

  • 已解決

Bookmark this page menu has very small fonts and menu

Hello, I just got a new laptop with windows 11. I just did the latest update to Firefox. Everything is a little large but an internet search addresses these: BUT.... The … (閱讀更多)

Hello, I just got a new laptop with windows 11. I just did the latest update to Firefox. Everything is a little large but an internet search addresses these: BUT.... The 'bookmark this page', the star in the URL line, menu is small and the fonts are micro. Zooming or changing fonts in the hamburger menu doesn't correct this. Attached. Thank you.

phyzxengr 於 1 週前 詢問

phyzxengr 於 1 週前 解答

  • 已解決

Cannot add custom shortcut in Search -> Search Shortcut ; Windows 11

Hi so am using version 125.0.1 and on my windows 10 machine I can add custom Search Shortcuts (the Add button is present) but on my windows 11 machine, the same settings … (閱讀更多)

Hi so am using version 125.0.1 and on my windows 10 machine I can add custom Search Shortcuts (the Add button is present) but on my windows 11 machine, the same settings page the Add button is dissapeared... Is it a limitation for Windows 11 machines?

suji.lamech 於 1 週前 詢問

jscher2000 - Support Volunteer 於 1 週前 解答

  • 已解決

Which version of Firefox should I use and why?

I have an iMac with Sonoma 14.3.1 with Firefox 115.9.1 esr . It is for personal use, not for a business. I just learned that there is another Firefox version (124.0.2) w… (閱讀更多)

I have an iMac with Sonoma 14.3.1 with Firefox 115.9.1 esr . It is for personal use, not for a business. I just learned that there is another Firefox version (124.0.2) which is not esr....

Which version should I use and why?

If I should use the "normal" version, how do I replace the esr version with the "normal" one ?

Thanks.

Sue 於 1 週前 詢問

cor-el 於 1 週前 解答

  • 已解決

Error message when I try to access gmail.

For the last several days I cannot access my gmail on my PC with firefox. I keep getting an error message that says: "We’re sorry, but your account is temporarily unava… (閱讀更多)

For the last several days I cannot access my gmail on my PC with firefox. I keep getting an error message that says:

"We’re sorry, but your account is temporarily unavailable. We apologize for the inconvenience and suggest trying again in a few minutes. You can view the Google Workspace Status Dashboard for the current status of the service.

If the issue persists, please visit the Help Center »

Try Again Sign Out"

I keep trying, but to no avail. Gmail works with Chrome on my PC. How can I fix this?

Cecilia Knoblauch 於 1 週前 詢問

zeroknight 於 1 週前 解答

  • 已解決

Security Concerns: Saved forms (across VMs) and password (after clearing all history).

v155.9.1esr Debian 12 I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Fir… (閱讀更多)

v155.9.1esr Debian 12

I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Firefox on the new VM.

The Sync was on but then which one saved my form (hash)?

  1. Numbered list item Logins & Passwords ? note: The hash was not a login but a form. If Firefox saves all the form, you should explicitly rename Logins by any forms/inputs.
  2. Numbered list item History? note: I hope this is only URLs.

If Firefox is savings "forms" (input fields) not just "logins" then it should be explicitly written. Is it an expected behavior?

debvmtesting 於 2 週前 詢問

cor-el 於 2 週前 解答

  • 已解決

Feature request: option to prevent videos from shifting after scrolling

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes… (閱讀更多)

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes it to jump to a sticky position in the lower right corner of the window. (See attached screenshot.) Also, even if various disable-autoplay boxes are ticked in my settings, the shifted video will always start playing.

Granted, most sites provide a little "X" to close the video. At worst, there is the pause option. But still, it's an annoyance to have to do this on soooo many sites, every time I visit to read something.

Key word there: read.

My point is: if I wanted to watch the video, I would have, when it was right there in front of me. Since I have scrolled past it, this ought to be an indication that I do not want to watch the video.

So, the request is some sort of option in Settings that would prevent this behavior. Enabling it would do nothing else to the page except prevent the behavior as described.

Thanks for listening!

bjkeefe 於 3 天前 詢問

Paul 於 3 天前 解答

  • 已解決

How to allow downloads of my photos from my phone

Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn… (閱讀更多)

Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn't until I went to find them on the Mac where they would normally be and couldn't find them. Bit of digging, opening up the Download 'history' on Firefox and saw "File not downloaded: possible security risk".

I can see that I can disable this 'feature' but it seems to be a global "allow". Is there any way I can tell Firefox to allow any downloads from my devices on my network yet warn for potentially insecure downloads from the web?

TIA

countryman 於 1 週前 詢問

zeroknight 於 1 週前 解答

  • 已解決

Video without sound on some sites but work on another

I have: 125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0 Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video … (閱讀更多)

I have:

125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0

Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video on Youtube works perfectly.

Fresh install without addons or plugins. Switching to "Troubleshoot mode" does not change anything. Youtube with sound, Facebook without sound.

Any ideas where to look?

George Brink 於 2 週前 詢問

cor-el 於 2 週前 解答

  • 已解決

default colors have somehow changed

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch… (閱讀更多)

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch the colors back to normal or to the colors that now appear automatically, but this only works for one tab. If I open a new tab, it shows the weird colors (see images below). I tried looking up specific shortcuts for Firefox considering the shortcut mentioned before (Ctrl+Alt+D) only works on Firefox. But I can't find any shortcut tied to that combination. I'm unsure what to do and how to fix this.

I would appreciate it if someone could tell me how to fix this.

link 於 2 週前 詢問

zeroknight 於 2 週前 解答