顯示下列標籤的問題: 顯示所有問題

Default to open links in a new Tab Does Not Work

Hello- When I am on a website and click link I would expect and want a new Tab to open-- I want it to open it in a new Tab and leave the page I'm on alone so I can go bac… (閱讀更多)

Hello- When I am on a website and click link I would expect and want a new Tab to open-- I want it to open it in a new Tab and leave the page I'm on alone so I can go back to the original page.

Instead, Firefox overwrites that page and the tab with the a new one, and I have to hit the back button to get back to that original page. And most often the back arrow button is grayed out and I can't get back at all.

In settings, I've tried checking the box for: 'Open links in tabs instead of new windows' but that doesn't do it. I've also tried checking the box, 'When you open a link in a new tab, switch to it immediately,' and that doesn't do it either.

I know that a work-around is to hold down the Ctrl key while clicking a link, but I'd like to set it as a default so I don't have to do that. That's a pain and not a natural function when browsing. To be sure, I want to click on links and that creates a new Tab without Ctrl Keys.

Thanks!

StevenB 於 2 個月前 詢問

MrJ1nX 最近回覆於 1 個月前

tabs become unselectable and can't be dragged out of the main window

This started happening a few days ago. I tried to drag a tab out of the main window to put it in its own window on my other monitor, but the tab just became unselectable… (閱讀更多)

This started happening a few days ago.

I tried to drag a tab out of the main window to put it in its own window on my other monitor, but the tab just became unselectable, and if i scrolled in the tab bar, the tab icon and text would remain locked in place in the display while the other tabs moved behind it.

The main Firefox window also lost the minimize, restore, and close buttons. The only way to make the tabs work was to close Firefox and relaunch it.

I noticed this happened only after any app in the OS went full screen, be it a steam game, or another Firefox window, or a VLC window, or anything else that I did that made an app full screen in any of my monitors.

I am using Ubuntu 24.04 with KDE Plasma 5.27.12. Kernel is 6.14.0-29. Display server is Wayland.

Initially I thought this could be a problem with the snap version of Firefox, so now I've installed the deb package, but the problem remains. Firefox is the only app which presents a problem of any kind when any window goes full screen.

Here's a video showing what the problem looks like, in case my description was not clear. The ghostly tab in this video is the chess.com home page and you can see it as the third tab from the top right of the video, and it remains in that position as i scroll the other tabs, completely unselectable with the mouse.

https://www.youtube.com/watch?v=-mAfPS3_qkg

Any idea of what could be causing this issue to appear?

Thank you!

sara 於 2 個月前 詢問

jonzn4SUSE 最近回覆於 1 個月前

Cannot receive FOX or CNN straming recently.

I have Verizon FIOS and have been able to receive cable channels on my laptop until recently. Now I cannot access them without a sign-in which leads to some sort of error… (閱讀更多)

I have Verizon FIOS and have been able to receive cable channels on my laptop until recently. Now I cannot access them without a sign-in which leads to some sort of error that I don't understand. Any help?

jbspe 於 2 個月前 詢問

Denys 最近回覆於 1 個月前

Shortcuts

My shortcuts no longer appear on my homepage. This just started happening. Shortcuts are still enabled in my settings. I refreshed Firefox. The shortcuts reappeared for a… (閱讀更多)

My shortcuts no longer appear on my homepage. This just started happening. Shortcuts are still enabled in my settings. I refreshed Firefox. The shortcuts reappeared for a while, then disappeared again when I closed/reopened Firefox. I am on Windows 11 O/S

steve_whelton 於 2 個月前 詢問

Kiki 最近回覆於 2 個月前

Addons won't update

Tried four times in a row. Had the problem In 142.01. Updated to 143.01. No help. First image is after the update attempt. I intentionally chose not to update 3 of t… (閱讀更多)

Tried four times in a row. Had the problem In 142.01. Updated to 143.01. No help.

First image is after the update attempt. I intentionally chose not to update 3 of them

Second image after relaunch.

noel_envode 於 2 個月前 詢問

Ed 最近回覆於 2 個月前

Closed Pinned Tabs Even After Setting Firefox to Reopen Previous Tabs after Closing

Hi, I have the settings of 'General > Startup > [checked] Open previous windows and tabs' on. Most of the time it works as expected, but there are several occurren… (閱讀更多)

Hi, I have the settings of 'General > Startup > [checked] Open previous windows and tabs' on. Most of the time it works as expected, but there are several occurrences when all of the sudden all of my pinned tabs are gone. When this happened, I usually tried the 'Command + Shift + T' to restore them. Sometimes they came back, some other times, they don't.

Can you fix it?

It's starting to get really irritating because I can have >12 tabs pinned and it's troublesome to have to remember them all in case this happens again in the future.

Thanks!

debora.sormin1 於 2 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 2 個月前

scrolling bar

‘accessibilty impaired for tab scrolling. SO HARF TO FIND AND KEEP CURSOR ON THE TEENEY TINY BAR. LOTS OF PAIN IN MY ARM AND HAND. no ability to join discussion. circul… (閱讀更多)

‘accessibilty impaired for tab scrolling. SO HARF TO FIND AND KEEP CURSOR ON THE TEENEY TINY BAR. LOTS OF PAIN IN MY ARM AND HAND. no ability to join discussion. circular links. I HATE IT. AM GOING BACK TO CHROME. TAB THING WAS ONLY REASON I CAME BACK TO FIREFOX

bjlong29 於 2 個月前 詢問

TimB 最近回覆於 2 個月前

position: sticky not working correctly inside position: fixed container

Hello Firefox Support Team, I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers. Issue… (閱讀更多)

Hello Firefox Support Team,

I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers.

    • Issue Description:**

When an element with `position: sticky` is placed inside a container with `position: fixed`, Firefox treats the sticky element as if it has `position: relative`, effectively breaking the sticky positioning functionality.

    • Expected Behavior:**

The sticky element should maintain its sticky positioning behavior even when nested inside a fixed-positioned container, as it does in Chromium-based browsers.

    • Current Firefox Behavior:**

The sticky element loses its sticky properties and behaves like a relatively positioned element.

    • Use Case:**

This issue particularly affects modal implementations where: - The `body` element receives `position: fixed` to prevent background scrolling - Page elements (such as `.total-section`) should maintain their sticky behavior regardless of changes to the body positioning

    • Browser Comparison:**

- **Chromium browsers (Chrome):** Sticky positioning works correctly in this scenario - **Firefox:** Sticky positioning fails and falls back to relative behavior

    • Request:**

Could you please consider aligning Firefox's behavior with other major browsers? The current inconsistency creates cross-browser compatibility issues and forces developers to implement JavaScript workarounds.

Thanks!

John Alexwood 於 3 個月前 詢問

TyDraniu 最近回覆於 3 個月前

Deleting Bookmarks

I have Firefox installed on three Windows Desktop Computers. On one, I just cannot delete Bookmarks, no matter what suggestions I try. Verify Integrity of the database … (閱讀更多)

I have Firefox installed on three Windows Desktop Computers. On one, I just cannot delete Bookmarks, no matter what suggestions I try. Verify Integrity of the database produced no results. I do not, for a variety of reasons, sync bookmarks (or anything else) between the three installations. Experienced user that has spent far too long on what should be a simple issue.

Beowolf464 於 2 個月前 詢問

Denys 最近回覆於 2 週前

Cannot open AOL Mail or Facebook at times after sleeping my PC.

Cannot open AOL Mail or Facebook at times after sleeping my PC. If I revert to my Laptop or using MS Edge on my PC all is fine. I have reinstalled Firefox, but problem … (閱讀更多)

Cannot open AOL Mail or Facebook at times after sleeping my PC. If I revert to my Laptop or using MS Edge on my PC all is fine. I have reinstalled Firefox, but problem persists from time to time.

Neilgg42 於 2 個月前 詢問

Roger Reed 最近回覆於 2 個月前

"Your browser is being managed by your organization." I dont work in any organisation

In settings, it says Your browser is being managed by your organization. I clicked it and it led me to the policies page. In there it says Policy Name- Certificates, Poli… (閱讀更多)

In settings, it says Your browser is being managed by your organization. I clicked it and it led me to the policies page. In there it says Policy Name- Certificates, Policy value- ImportEnterpriseRoots and then true. I neither work in an organisation, nor I have any antivirus in my computer. Why is this happening?

pepethefrog733 於 2 個月前 詢問

Balázs Meskó 最近回覆於 2 個月前

Turn off automatic PDF embedding

Hi all, I remember in older versions of Firefox (within the past 6 months) that pdfs embedded in a page would be a hyperlink that you had to click which would open in ano… (閱讀更多)

Hi all, I remember in older versions of Firefox (within the past 6 months) that pdfs embedded in a page would be a hyperlink that you had to click which would open in another tab. Now pdfs automatically open which is very annoying as it makes it difficult to read, while I found a way to open it in another tab I was wondering if there is a setting I can disable so I can just click on a hyperlink.

Thanks in advance

lachlananon 於 2 個月前 詢問

hellosct1 最近回覆於 2 個月前

не могу синхронизировать старые данные

после входа на пк у меня не было защитного ключа и после этого я не могу на аккауне синхронизировать пороли которые есть у меня на телефоне, их просто нет

https 於 2 個月前 詢問

Denys 最近回覆於 2 個月前

Issues with bank of america online account using Firefox

For years I have used Firefox to access my Bank of America online account. I am also using Quicken kinked to Bank of America. Today, when logged into bank of America, e… (閱讀更多)

For years I have used Firefox to access my Bank of America online account. I am also using Quicken kinked to Bank of America. Today, when logged into bank of America, every action I take results in being sent back to the sign on screen. After clearing with Quicken Support as requested by BOA, I was directed to use a different browser which worked normally. I was told by BOA that the issue was with Firefox.

rldj 於 2 個月前 詢問

Denys 最近回覆於 2 個月前