Showing questions for topic:
  • Web compatibility
Showing questions tagged:

gmail does not work in firefox anymore

gmail no longer works in firefox. Nightly has been giving me a message about clearing cache and cookies for many many many months. After I do that, nothing changes and I … (read more)

gmail no longer works in firefox. Nightly has been giving me a message about clearing cache and cookies for many many many months. After I do that, nothing changes and I still end up in a website about clearing cache and cookies.

Firefox ESR is not able to delete gmail emails after I check the delete box. It says they are deleted but the don't ever go away.

I cannot find any version of firefox that works with gmail. Please let me know if you have found one and provide a link for me to download that version.

thanks

Open 26

Some sites are blocked on your browser (FF DE)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default b… (read more)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default browser. Both nexusmods.com and loverslab.com are ping well and work fine on any other browsers.

Open 1 45

Will Firefox be fixed (soon?) so Gmail works correctly?

It's apparently well known that Firefox and Gmail don't play nice together, apparently because of how Gmail uses Java. Is there a plan in the works to fix Firefox so Gmai… (read more)

It's apparently well known that Firefox and Gmail don't play nice together, apparently because of how Gmail uses Java. Is there a plan in the works to fix Firefox so Gmail isn't so absurdly slow? I don't *want* to switch to Chrome, but I don't want to stop using Gmail either.

Archived 4 74

Google Sheets Will Not Scroll on Firefox Dev Ed 144.0b4 for Linux

I am having difficulty using Google Sheets within Firefox Developer Edition 144.0b4 (64-bit) on Linux Mint 22.2 Cinnamon. When I load any of my Google Sheets, I am unable… (read more)

I am having difficulty using Google Sheets within Firefox Developer Edition 144.0b4 (64-bit) on Linux Mint 22.2 Cinnamon. When I load any of my Google Sheets, I am unable to scroll. This includes when using a blank sheet.

I also have Firefox 143.0.1, which seems to still be functioning correctly.

Archived 4 308

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 Desc… (read more)

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!

Archived 1 297