显示带有此标签的问题: 显示所有问题
  • 已解决

FF automatically maximizes newly detached tabs

When I try to detach a tab, so that it's a new window, by dragging the tab downward so it isn't on the tab bar. After I let go a new window is created for that tab that I… (了解更多)

When I try to detach a tab, so that it's a new window, by dragging the tab downward so it isn't on the tab bar. After I let go a new window is created for that tab that I dragged, however it also maximizes the window, which disorients my work flow. Is there any way I can detach a tab into a new window and not have it maximized automatically?

Uknmekan 于 3 个月前提问

zeroknight 于 3 个月前回答

  • 已解决

How to Widen Firefox Vertical-Scroll-Bars on Windows-11 Laptop?

On my Windows-11 Laptop, the Vertical-Scroll-Bars in Firefox are too narrow for me to use comfortably. I am struggling with the Touch-Pad, Mouse Pointers, causing the fr… (了解更多)

On my Windows-11 Laptop, the Vertical-Scroll-Bars in Firefox are too narrow for me to use comfortably. I am struggling with the Touch-Pad, Mouse Pointers, causing the frequently needed act of Scrolling to become a dreaded ordeal? If someone would provide clear and concise instruction on how to make the Vertical-Scroll-Bars the Classic Width of old, it would be greatly appreciated. Thank you! lg

LG3 于 3 个月前提问

cor-el 于 3 个月前回答

  • 已解决

Account Recognition & Entre

EMBARRASSINGLY I REALIZED WHAT I NEEDED TO DO. THIS IS THEREFORE NO LONGER NEEDED TO BE ANSWERED, SO YOU CAN SIMPLY MARK IT SOLVED IF YOUD LIKE. THANKS! I chose to reins… (了解更多)

EMBARRASSINGLY I REALIZED WHAT I NEEDED TO DO. THIS IS THEREFORE NO LONGER NEEDED TO BE ANSWERED, SO YOU CAN SIMPLY MARK IT SOLVED IF YOUD LIKE. THANKS!

I chose to reinstall Firefox browser in order to start over fresh and ensure a security refresh. Once installed, I created an entirely new Mozilla account with new info. However, when I go up to the top right of the browser and click on the little icon of the circle with a bust in it (the Account icon), it simply opens the preferences and related settings, it does not allow me to sign in to any account, nor does it show if I am already signed into any account. Is this a malfunction of the iteration I installed, or am I misunderstanding something?

Thanks in advance for your help!

PS attached is what page I am shown when clicking the aforementioned icon

Caleb 于 3 个月前提问

cor-el 于 3 个月前回答

  • 已解决

Firefox Move from ESR to 124

I have migrated from old MacPro to new Mac Studio. Firefox ESR version 115.9 has migrated with it. I've downloaded the latest Firefox but it operates independently of the… (了解更多)

I have migrated from old MacPro to new Mac Studio. Firefox ESR version 115.9 has migrated with it. I've downloaded the latest Firefox but it operates independently of the ESR version. How do I ensure new version has all log in, contacts and history?

tonytraf 于 3 个月前提问

jscher2000 - Support Volunteer 于 3 个月前回答

  • 已锁定

home browser screen way too large (height and width)

My home screen and all other browsing screens are so high and wide that I can't scroll down because the side slide bar is not on the screen. I have no idea how this happe… (了解更多)

My home screen and all other browsing screens are so high and wide that I can't scroll down because the side slide bar is not on the screen. I have no idea how this happened! I can't find any articles that help me reduce the screen size that I can understand. There seems to be no solution option in firefox settings to adjust the screen size. The View tab does not help because it just offers zooming of the data on the screen, not the actual size of the screen.

chezmich 于 3 个月前提问

最后由 Kiki 于 3 个月前回复

  • 已解决

Firefox Update 124.0.1 has deleted all my Bookmarks and History - can I get them back?

My Firefox Browser on (Windows 11) updated on 23rd March 2024. Now my History and Bookmarks have been deleted (but not cookies for some reason). yes, it is my correct pro… (了解更多)

My Firefox Browser on (Windows 11) updated on 23rd March 2024. Now my History and Bookmarks have been deleted (but not cookies for some reason). yes, it is my correct profile as I checked the dates and also double checked it against a backup I made 2 weeks ago.

Have included an image of my 'more troubleshooting information' details - I'm sure this is supposed to have more data on the page?

If there is no way to recover my hisotry and bookmarks, I see there in my profile folder is a 'bookmarksbackup' folder which contains .jsonlz4 files, one of which was saved on the 21st March 2024. I know book marks are .json files, can anyone tell me how to turn a .jsonlz4 file to a .json?

[Oh, I pressed to add here my 'troubleshooting information' as directed by this forum page and it said it couldn't automatically do it, and when I pressed 'manual', it opened that over this page and so when I pressed 'back' it had naturally deleted this post so I've had to retype everything from memory, thanks so much Mozilla for that. How about a warning that this will happen?]

cetaceus1 于 3 个月前提问

cetaceus1 于 3 个月前回答

  • 已解决

Mozilla new security product

A few weeks ago I saw an Mozilla ad for a new Mozilla software product that cleaned up your PC and made it run better. The price was around $125.00 (I don't remember tha… (了解更多)

A few weeks ago I saw an Mozilla ad for a new Mozilla software product that cleaned up your PC and made it run better. The price was around $125.00 (I don't remember that exact price). It said that I would receive an email from Mozilla with download instructions. it's been a few weeks and I have not gotten any email. Does anyone know if Mozilla offers any such software or did I get scammed? I'm pretty good about seeing scams but Ive used Firefox and Mozilla for years and trust them. Maybe that's why I wasn't as careful as I should have been.

Thanks for any help that you can provide. Ron

ron.hull 于 3 个月前提问

ron.hull 于 3 个月前回答

  • 已解决

Huge gaps in MathML's "mtable" render output

I don't know if that was supposed to look like, but when rendering MathML in Firefox 124.0.1 when one uses "mtable" element the browser adds very huge gaps around. The i… (了解更多)

I don't know if that was supposed to look like, but when rendering MathML in Firefox 124.0.1 when one uses "mtable" element the browser adds very huge gaps around.

The included image shows output for the following code:

<math display="block">

 <mfrac>
   <mi>A</mi>
   <mn>2</mn>
 </mfrac>
 <mo>=</mo>
 <mrow>
 <mo> ( </mo>
 <mtable><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr></mtable>
 <mo> ) </mo>

</mrow> </math>

Felix Speagel 于 3 个月前提问

Felix Speagel 于 3 个月前回答

  • 已解决

How can I get the library (accessed from the icon on the address toolbar) to show me all bookmarks, as it used to? Now, the Library only shows "recent" (not really) bookmarks.

I used to be able to access all bookmarks from the Library icon on the address toolbar. Now, it only shows a list of what it labels "recent bookmarks" (the bookmarks sho… (了解更多)

I used to be able to access all bookmarks from the Library icon on the address toolbar. Now, it only shows a list of what it labels "recent bookmarks" (the bookmarks shown are really not recent). I would like to be able to open the Library and access all bookmarks, which is the way it used to work. I will attach a screen shot to illustrate what I mean.

rayny 于 3 个月前提问

cor-el 于 3 个月前回答

  • 已解决

Firefox randomly slow at startup

Hello, For an unknown reason, my firefox sometimes is really slow to startup. It can take up to 10 minutes before the webpage start to load. My hardware is not that bad… (了解更多)

Hello,

For an unknown reason, my firefox sometimes is really slow to startup.

It can take up to 10 minutes before the webpage start to load. My hardware is not that bad. I try to use the "performance" to capture the issue : https://share.firefox.dev/3x2rgHj I don't know if there is something to see because, the tool is also slow.

It happens on 3 different computers on linux.

I try to disable all extensions and without telemetry but nothing change. I'm reporting the problem now but it's much older

If you have a idea to fix this issue please share because it's really annoying.

Inglebard 于 3 个月前提问

zeroknight 于 3 个月前回答

  • 已解决

Several question re: latest version of Mozilla (version 104) - Resizing URL bar and having more add-ons shown

Hello all... This one has been driving me a bit batty as of late. I tend to use lots of extensions/add-ons and for most of them, I want the icons to show on the tool ba… (了解更多)

Hello all...

This one has been driving me a bit batty as of late. I tend to use lots of extensions/add-ons and for most of them, I want the icons to show on the tool bar - that is, the part to the right of the URL/search bar. It used to be that you could adjust the size of your URL/search bar to make it smaller so that more add-on icons could be displayed - but as of recently, that is no longer possible (at least from what I can gather). Right now, I only have 10 add-on icons showing to the right of my URL bar and I have no clue how to access the other add-ons/extensions that I would like to use.

If I can recall correctly, at one time there was a way to show the additional extension/add-on icons in something called an overflow bar - but I can no longer find that, and half of the add-ons I want to access, I cannot do it because they are no longer shown to the right of the URL bar (except for the 10 that are there now).

So my questions are:

How can I resize the URL/Search bar to make it smaller width-wise, so that perhaps, more add-on icons will show to the right - and/or how can I access the rest of my add-ons if they are hidden in some kind of overflow bar?

I have included a screen shot on my current view, showing the add-on icons (some of them) that show to the right of the URL bar - but I have at least 10 others that I cannot find anywhere and would like them to show also.

Thanks in advance...

Ben

benherrmann1 于 3 个月前提问

cor-el 于 3 个月前回答

  • 已解决

Lost Saved Passwords in Firefox; Restored by with Safe Mode; Not Restored in Normal Mode with Adds-on Disabled

I've been using Firefox and it's saved numerous passwords. However, these disappeared suddenly. Through testing, I discovered they reappear when I restart Firefox in Safe… (了解更多)

I've been using Firefox and it's saved numerous passwords. However, these disappeared suddenly. Through testing, I discovered they reappear when I restart Firefox in Safe Mode (achieved via about:profiles => restart with adds-on disabled). Yet, re-enabling add-ons (restart in normal mode) causes the passwords to vanish again. Interestingly, disabling the add-ons in normal mode doesn't restore password access.

Looking for solutions or insights.

elijahgalahad 于 3 个月前提问

elijahgalahad 于 3 个月前回答

  • 已解决

Did Not Connect: Potential Security Issue (SEC_ERROR_UNKNOWN_ISSUER)

Hi I have a problem with the configuration of my Firefox. (I hope it is not something more serious like a malware or a security break) Firefox version 124.0 (64bit) Os: … (了解更多)

Hi I have a problem with the configuration of my Firefox. (I hope it is not something more serious like a malware or a security break)

Firefox version 124.0 (64bit) Os: Windows 10 Pro (64bit) 10.0.19045 Build 19045

Step to reproduce

  1. 1. I go to: https://wwws.tesoro.es/index.aspx (website of the Spanish gov)
  2. 2. I click on the link: Cl@ve in the center of the page (that should bring me to https://pasarela.clave.gob.es/Proxy2/ServiceProvider)
  3. 3. I receive an error page "Did Not Connect: Potential Security Issue" "SEC_ERROR_UNKNOWN_ISSUER" (see the attached screenshot)

Things I tried

  • I followed the same steps on Chrome on the same machine

The website works

  • I followed the same steps on the same Firefox in Incognito mode on the same machine

The website DOESN'T work

  • I followed the same steps on a completely new Firefox profile on the same machine

The website DOESN'T work

  • I followed the same steps on Firefox on a different machine (same Firefox version, windows 11)

The website works

wheaterbelfanti.ulf.b1.40.2 于 3 个月前提问

cor-el 于 3 个月前回答

  • 已解决

Missing options to remove suggested site(s) from url

Refer to the attached image ... I've looked thru history, bookmark manager, all the settings, and so on and this site cannot be removed from the URL suggestions! Your doc… (了解更多)

Refer to the attached image ... I've looked thru history, bookmark manager, all the settings, and so on and this site cannot be removed from the URL suggestions! Your documentation suggested clicking a button on the far right, but it's non-existent. You also suggested to scroll down to highlight/select the URL and SHIFT+DEL, but that does nothing. I've been trying to get rid of this obsolete website link for over a year and it's an absolute mystery where the link is coming from and bugs me.

https://stockr.net/Vancouver/1130BonusCodes.aspx News 1130 bonus codes ...

Looking forward to more suggestions.

Thanks. Chris

yabedude 于 3 个月前提问

jscher2000 - Support Volunteer 于 3 个月前回答

  • 已解决

External open specific url will open on container

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with n… (了解更多)

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with no container. I've never configure this behavior, or found a setting to fix it. It only happen on my current firefox profile. If I create new profile, this problem didnt occurs.

Here the video: https://drive.google.com/file/d/1-2odN87XGXg6TzeRArifEJ-rTX7syFQg/view?usp=sharing

于 3 个月前提问

于 3 个月前回答

  • 已解决

tabs and pages appearing in nonsense font

Hi, All my tabs and many pages are appearing in an unreadable nonsense font. This page is ok, except for the tab and url; others, such as the settings page, are entirely… (了解更多)

Hi, All my tabs and many pages are appearing in an unreadable nonsense font. This page is ok, except for the tab and url; others, such as the settings page, are entirely garbled. When I copy a snippet of this and paste elsewhere, it shows up as English; so it is a display issue, not a new language.

This started on booting the machine today, after some OS upgrades yesterday. (to OS 13.1). I've tried restarting FireFox.

I can't read the settings page well enough to change much there. But this seems like a different issue anyhow. Help please!

thanks Sarah

sarah_fata_morgana 于 3 个月前提问

sarah_fata_morgana 于 3 个月前回答

  • 已解决

Can't login to Americanexpress.com

When I attempt to login it just spins and nothing happens. Works on Safari and Chrome. Opening DevTools I can see an error about "CORS Missing Allow Origin" but I don't … (了解更多)

When I attempt to login it just spins and nothing happens. Works on Safari and Chrome.

Opening DevTools I can see an error about "CORS Missing Allow Origin" but I don't have this issue with any other browser. I have disabled/removed all my browser add-ons and the issue persists. I have no problems logging in to any other site.

tamassia1 于 3 个月前提问

zeroknight 于 3 个月前回答

  • 已解决

Firefox won't start

I get this error in my console XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load … (了解更多)

I get this error in my console XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load XPCOM.

xander327.ag 于 3 个月前提问

jonzn4SUSE 于 3 个月前回答