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

Active tab is NOT visible

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open. I work with tabs not windows as I always n… (閱讀更多)

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open.

I work with tabs not windows as I always need to see all the pages/websites open that I work with in one view, and so it is a hassle and nuisance NOT to be able to tell which tab is active, having to click through each one or guess.

It's one of those small yet significantly impacting on the user experience things which one would have thought by now Firefox developers would fix.

The ACTIVE tab needs to be in different colour may be on a yellow background with dark font so that people can EASILY find it with several tabs open on the screen.

Any thoughts on this? is there perhaps an option to enable it - which I am oblivious to?

thanks

etcetera777 於 11 個月前 詢問

jscher2000 - Support Volunteer 於 11 個月前 解答

  • 已解決
  • 封存

Can't unblock popup

Hi, I seem to having multiple problems with Firefox over the last few weeks... This problem is - I can't unblock popups. I have got popup blocking enabled, with a coupl… (閱讀更多)

Hi,

I seem to having multiple problems with Firefox over the last few weeks...

This problem is - I can't unblock popups. I have got popup blocking enabled, with a couple of Exceptions - it's been working fine until I wanted to use it today. I have tried turning off popup blocking, re-entering the exceptions - nothing is helping!!!

Does anyone know what to do?

Thanking you Pedro

PedroSMS 於 11 個月前 詢問

Terry 於 11 個月前 解答

  • 已解決
  • 封存

Suffering to sync with Firefox

Hello: I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; pro… (閱讀更多)

Hello:

I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; profile 2 that is for work use that has its respective bookmarks, passwords and extensions, has become a nightmare.

It happens that I have both profiles on the same computer and when trying to create an account in Firefox, the system asks me to enter the email registered in profile 1, with the warning that bookmarks, passwords and extensions will be mixed.

I mention that I have migrated from Google Chorme to Firefox for speed reasons and because I use windows 7 (I don't like later versions) Now well; in Google Chrome you could create as many sessions as were registered but in Firefox you can't.

Oh! I have been working fine with Firefox but suddenly an error occurs (it has happened to me 2 times in the last 2 months) in which the program closes and all the data of my profiles stored on the pc DISAPPEARS or is deleted (including cache), when I want to open them again:

firefox.exe -P

Then I have to give myself the task of synchronizing profile 1, but profile 2 I have to be importing from my previous Google account or importing a backup Bookmark.

The option to copy and paste the data from Firefox to replace it in the path (supposedly brings with it the data of everything):

C:\ProgramData\Mozilla-1de4eec8-1241-4177-a864-e594e8d1fb38\updates\308046B0AF4A39CB

with Firefox turned off it has not worked for me. Since when opening I see 2 profiles called Default "X" and Default "Z" without data.

This is a headache that if it happens to me, it happens to millions who have 2 or more profiles.

Why can't I sync a second profile? Why do you insist that there can only be one sync per device? Is there a solution for this?

Note: I have read all the tutorials out there and the situation remains the same. Synchronization with 2 or more profiles is never described.

Thank you very much to whoever asked this question!

JC 於 11 個月前 詢問

cor-el 於 11 個月前 解答

  • 已解決
  • 封存

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 個月前 解答

  • 已解決
  • 封存

High memory and cpu usage for just opening the browser

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few day… (閱讀更多)

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few days now. Prior to this, firefox was fine and loading pretty quick, but these last few days have been painful.

Thinking that was a small bug, i restarted my computer. Before opening the firefox again, I opened up task manager to check how much resources will the browser be using. Before that usage would be normal and not even close to high, but opening firefox and waiting a few seconds to let the home window appear, the task manager showed that it was using all of it still.

I browsed some other help questions on this website and disabled "Use recommended performance settings", because that was one of the solutions on one of the relevant questions. But even that didn't do reduce resource usage either. Is there any way to fix this or will I have to suck it up and suffer with slow loading?

Rude Red 於 11 個月前 詢問

cor-el 於 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 個月前 解答

  • 已解決
  • 封存

Warm color in videos started several days ago

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not… (閱讀更多)

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not my Windows night light; my drivers and PC are apparently all updated; everything is working fine. I checked to see if the same happened with Vimeo videos and it did. I'm running W10.

   Interestingly, the pop-up thumbnails one gets when hovering over the timeline as not affected; they look fine.
   One post by someone else was answered that it was a GPU driver issue; another said it's only with HD videos.
   I'm a B&W photographer and would really like to get back to normal again. 
   Any ideas?

philipu39 於 11 個月前 詢問

cor-el 於 11 個月前 解答

  • 已解決
  • 封存

ESET password manager add-on issue

Hi, I recently added ESET Password Manager as an extension but I was unable to log on and use it on my laptop. In a nutshell, to be able to log on and use the extension,… (閱讀更多)

Hi,

I recently added ESET Password Manager as an extension but I was unable to log on and use it on my laptop. In a nutshell, to be able to log on and use the extension, I needed to install the app on my phone as well and sync between laptop and phone did the rest. This solved the login issue however, there is no icon on the toolbar for the extension and if I want to use the Password Manager, I have to do it on my phone.

Any ideas on how this could be solved? I have reinstalled the extension numerous times, tried troubleshooting mode as well but that is not useful with add-ons..

Thanks S

lsdigiti 於 11 個月前 詢問

jonzn4SUSE 於 11 個月前 解答

  • 已解決
  • 封存

Adblocker plus

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads. … (閱讀更多)

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads.

I tried refreshing firefox 3 times but it got stuck in the "almost done" part and I had to quit firefox each time since it would not complete the process.

What else can I do?

Thanks, Martha

mpoinar1 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答

  • 已解決
  • 封存

AdBlockPlus is no longer blocking ads after 5/12/23 update

I have AdBLockPlus (free version) installed and have not had any issues until today. Firefox did some updates and now the Add-In is no longer working. I have checked that… (閱讀更多)

I have AdBLockPlus (free version) installed and have not had any issues until today. Firefox did some updates and now the Add-In is no longer working. I have checked that it is specifically turned on for the websites I'm visiting and I've tried turning it off and back on to no avail.

anne2237 於 11 個月前 詢問

anne2237 於 11 個月前 解答

  • 已解決
  • 封存

Imported Passwords Not Showing In Firefox Under "Saved Logins" After Resetting PC

Hi, I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.' During the import, I was logged into my… (閱讀更多)

Hi,

I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.'

During the import, I was logged into my Firefox account as well.

But, after resetting PC, I downloaded the Firefox and logged on with my Firefox account, and there are only 29 passwords showing up, rest of the passwords are not there.

And, now I do not have access to that .csv file as well.

I am on Windows 11 and had reset my PC with option to 'Keep My Files' so there is no data loss as per my side or on the hard disk drive.

Please help me to get those passwords back. They are extremely important to me.

Thanks in advance!

Karan 於 11 個月前 詢問

jscher2000 - Support Volunteer 於 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 個月前 解答

  • 已解決
  • 封存

Firefox got uninstalled along with Windows 10. then both were reinstalled, but Ive lost all my bookmarks. Can I retrieve them somshow?

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't … (閱讀更多)

I had to reinstall windows 10 (this was done by Microsoft with my permission) and so firefox was uninstalled (long with all apps). i have reinstalled Firefox, but can't retrieve my old bookmarks. I have a file of very old bookmarks, but the "import/restore" function doesn't restore or import using that file. Help please. Can the up to date bookmarks be retrieved from my uninstalled Firefox?

JOHN 於 11 個月前 詢問

jscher2000 - Support Volunteer 於 11 個月前 解答

  • 已解決
  • 封存

Facebook not showing data and date on every post on Firefox

I noticed that on Facebook there is not shown data and time on every post. Some posts show this info, the other don't. I cleared cookies, deleted Facebook from history bu… (閱讀更多)

I noticed that on Facebook there is not shown data and time on every post. Some posts show this info, the other don't. I cleared cookies, deleted Facebook from history but it didn't help. On Chrome everything is showing normally. I put Firefox in solving problems mode, with add-ons off, it didn't help too. Any solutions?

matskrzela 於 11 個月前 詢問

cor-el 於 11 個月前 解答

  • 已解決
  • 封存

browser will not sync bookmarks and history from old computer

my older asus laptop had a critical failure and I needed to get a new computer and to my understanding when you have had a Firefox account for as long as I have you shoul… (閱讀更多)

my older asus laptop had a critical failure and I needed to get a new computer and to my understanding when you have had a Firefox account for as long as I have you should be able to sync your whole account to a new device to my dismay that is not the case and I have years of bookmarks and history on my account urgent fix would be appreciated.

Abyss 於 11 個月前 詢問

Abyss 於 11 個月前 解答

  • 已解決
  • 封存

Exporting passwords: I'm being asked for my Windows 10 password but I don't have one set

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I … (閱讀更多)

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I don't have a Windows login set (no one else has access to my PC).

According to Firefox's own info, if you don't have a Windows password, the dialog asking for one shouldn't pop up.

I can't get past this and I've googled everything in sight. Does anyone else have a solution to this?

Thank you! Averill

Averill Buchanan 於 11 個月前 詢問

cor-el 於 11 個月前 解答

  • 已解決
  • 封存

Version 113 has borders in fullscreen while watching youtube

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in pictur… (閱讀更多)

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in picture and it isn't on yet the border won't go away no matter what I do. Please fix this or i will use another browser. i will include a screenshot from youtube in fullscreen mode look at it.

ford1986f150 於 11 個月前 詢問

Paul 於 11 個月前 解答

  • 已解決

location detected as being outside USA

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being … (閱讀更多)

On one web site (see attachments), my location is being detected as being outside USA while using firefox desktop browser, yet on the same computer, my location is being correctly detected as being inside USA.

You will see the asian words. When I change the pull dawn tab ("Saudi Arabia") to "USA", the asian lettering does not convert to English.

Not sure how to fix this.

jenna 於 2 個月前 詢問

jenna 於 1 個月前 解答

  • 已解決
  • 封存

Twitter videos getting darker and with wrong colours when I fullscreen them. Same happen for all the videos on youtube (fullscreen and normal size)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. Wh… (閱讀更多)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. When I fullscreen it, the video becomes darker and the colors are wrong.

  • The same happens to youtube videos (both fullscreen or normal size): the colors are not right and they looks darker.
  • The same problem happens using both my laptop's internal monitor and the external monitor.
  • I tried to reinstall Firefox but it didn't fix it.
  • I also tried to take a screenshot of the "wrong colors" videos using the Windows screenshot tool but the output image is displayed with the right colors and not with the darker ones.
  • Using Chrome the colors are correct and I never had this problem before the last Firefox update.

Guloma 於 11 個月前 詢問

TyDraniu 於 11 個月前 解答