Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων

Way to disable Tab Pinning after dragging tab to the edge of the open tabs?

I don't need to pin tabs, ever. Every time I try and drag a tab to the first slot, it always pins the tab, and I don't want it to do that. Is there a way to disable this … (διαβάστε περισσότερα)

I don't need to pin tabs, ever. Every time I try and drag a tab to the first slot, it always pins the tab, and I don't want it to do that. Is there a way to disable this stupid feature?

Ερώτηση από somukingcorn 3 μήνες πριν

Τελευταία απάντηση από Agent virtuel 3 μήνες πριν

Requesting guidance on moving from Firefox Beta to the stable Release while preserving all data

Hello, I am currently using Firefox Beta and I would like to switch to the regular Firefox Release without losing any of my data (browsing history, bookmarks, passwords, … (διαβάστε περισσότερα)

Hello, I am currently using Firefox Beta and I would like to switch to the regular Firefox Release without losing any of my data (browsing history, bookmarks, passwords, add-ons, and settings). I would appreciate guidance on the safest recommended method. Specifically:

Is it safe to install the Release version over Firefox Beta, or could this cause data loss or profile conflicts?

What is the best way to create a full backup of my Firefox profile beforehand?

Should I expect any issues with add-ons after moving from Beta to Release?

Do you recommend enabling Firefox Sync as an additional safeguard, or is a profile backup enough?

In case something goes wrong, what are the recommended recovery steps?

My setup:

Operating System: [windows 10 ]


Thank you for your assistance.

Ερώτηση από Mina Samir 3 ημέρες πριν

Τελευταία απάντηση από jonzn4SUSE 3 ημέρες πριν

help !!! my extensions and awesome them r gone !!

i accidentally refreshed my firefox and ii got my profile back .. but i accidentally deleted it .. after contacting a local wizard and going on a quest i found my prof… (διαβάστε περισσότερα)

i accidentally refreshed my firefox and ii got my profile back .. but i accidentally deleted it .. after contacting a local wizard and going on a quest i found my profile sitting in a dark corner of my drive.. it seemed to all be okay but i saw my awesome theme was gone !! after checking to see if i still had my awesome extensions they were ALSO GONE !! everything else is here though like my passwords and stuff.. where are my extensions and awesome seal theme !! im scared and alone !!!! help me mozilla helpers !!

Ερώτηση από bigbunnyboysealsaremyfriends 5 μήνες πριν

Τελευταία απάντηση από jeff-g 5 μήνες πριν

Mozilla

starting the computer I receive following message: C:ß\users\....\AppData\Roaming\Mozilla\Firefox\Profiles\ibp4oc3n.default-release\search\json.mozlz4 can notbe opened … (διαβάστε περισσότερα)

starting the computer I receive following message: C:ß\users\....\AppData\Roaming\Mozilla\Firefox\Profiles\ibp4oc3n.default-release\search\json.mozlz4

can notbe opened

whatshall I do?

Thank you! Anne

Ερώτηση από aku2 4 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 4 μήνες πριν

Cannot find QR scanner in my moblie browser to sync the devices.

I cannot find "Sync and save data" button in my mobile browser, making it impossible to sync the devices. The instructions provided by the settings lead me into the dead … (διαβάστε περισσότερα)

I cannot find "Sync and save data" button in my mobile browser, making it impossible to sync the devices. The instructions provided by the settings lead me into the dead end.

Ερώτηση από 27VMB 4 μήνες πριν

Τελευταία απάντηση από jonzn4SUSE 4 μήνες πριν

Firefox developer not working since 142.0b2 - tabs do not load on restart of app

Since this week's update of Firefox Developer edition when the browser is restarted tabs do not load until I reset the browser. I suspect an add-on but have not been abl… (διαβάστε περισσότερα)

Since this week's update of Firefox Developer edition when the browser is restarted tabs do not load until I reset the browser.

I suspect an add-on but have not been able to determine which one.

This is happening on multiple (3) physical computers.

I just started a new work role and haven't been able to find the time to troubleshooting of the issue myself.

This has been very disrupting and stressful.

Ερώτηση από chris.moland 4 μήνες πριν

Τελευταία απάντηση από jonzn4SUSE 4 μήνες πριν

Issues following 8/5/25 browser update

After the 8/5/25 Firefox update the internet is inaccessible on my laptop through the standard Firefox browser. The internet is accessible with MS Edge. Toolbar is set t… (διαβάστε περισσότερα)

After the 8/5/25 Firefox update the internet is inaccessible on my laptop through the standard Firefox browser. The internet is accessible with MS Edge. Toolbar is set to always show bookmarks but none appear. Also, the browser's application's menu does not open to access options such as restore previous session, recently closed tabs, etc. I've restarted my device several times without it resolving the issues with the standard browser.

The Firefox developer version opened in command prompt safe mode (firefox -safe-mode), which is how this inquiry is being sent, but no bookmarks on tool bar or current page history from the standard (non-developer) Firefox.

I'd like to return to accessing the internet using the standard Firefox version with its bookmarks, history, etc. I am using Windows 10. Thank you.

Ερώτηση από webmaster94 4 μήνες πριν

Τελευταία απάντηση από David DeBord 4 μήνες πριν

Firefox VERY slow to start lately

Firefox used to start in a second on my Windows 10 PC. But lately it now takes about 10-20 secunds to start (on 143 beta). Is there any reason why it takes so much longer… (διαβάστε περισσότερα)

Firefox used to start in a second on my Windows 10 PC. But lately it now takes about 10-20 secunds to start (on 143 beta). Is there any reason why it takes so much longer to start now? Is there any setting og tweak I can do to get it to start faster?

Ερώτηση από Lars-Erik 3 μήνες πριν

Τελευταία απάντηση από Paul 3 μήνες πριν

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 μήνες πριν

Developer Edition

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it. Also trying to bro… (διαβάστε περισσότερα)

Developer edition seems to be blocking Today's Deals when browsing amazon.com. Regular firefox does not do this. Suggestion on what to do to fix it.

Also trying to browse distrowatch give the following: Warning: Potential Security Risk Ahead.

Ερώτηση από Grumpy 3 μήνες πριν

Τελευταία απάντηση από Paul 3 μήνες πριν

Newsmax.com refuses to load daily AFTER 3-4 newsmax pages have been successfylly loaded

This is the 4th time I've reported this problem. Here's the warning I get every day only after I have already been loading Newsmax pages with no problems: Secure Connec… (διαβάστε περισσότερα)

This is the 4th time I've reported this problem. Here's the warning I get every day only after I have already been loading Newsmax pages with no problems:


Secure Connection Failed

The connection to www.newsmax.com was interrupted while the page was loading.

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Learn more…

There are no other sites in which I have this problem with FF x64 DE. In Edge, I see the newsmax pages load while the FF x64 DE https//newsmax.com xontinues to genberate the above message and fails to load the screen.

Please fix.

Thanks, WaltC

Ερώτηση από johnandsusanne333 2 μήνες πριν

Τελευταία απάντηση από Shirmaya John 2 μήνες πριν

Cursor is not auto-hiding after taking a youtube video fullscreen on macOS

Whether a person clicks the fullscreen indicator or types F on the keyboard, the cursor will remain on screen as the video is playing until it is again moved. This also a… (διαβάστε περισσότερα)

Whether a person clicks the fullscreen indicator or types F on the keyboard, the cursor will remain on screen as the video is playing until it is again moved. This also affects video played through the browser on steampowered.com. This issue appeared as of 143 and is still going strong in 144. This seems to be macOS specific as I am not noticing this behaviour on the Windows client. Could be a conflict with Tahoe.. I don't really know at this point.

There used to be a website where you could fire off a 'Firefox made me happy/sad' which is where I would've preferred to send this. So, have other people encountered this issue? And if so, are there any lasting solutions beyond wiggling the mouse?

Ερώτηση από yargh 2 μήνες πριν

Τελευταία απάντηση από Andrey 2 μήνες πριν

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login .. namely , username and identification password are… (διαβάστε περισσότερα)

Hello why my firefox installation 1440b6 64 bit on windows 10 do not autocomplete the third field in a form login ..

namely , username and identification password are correctly filled , but the third field (that in my case are named "company ID") would not, it remain empty, and i need to manually fill in each time. Actually this happen only on a one site , but may be because only this site that i use have a three field to fill in the login page...all the others need only password and username

thankyou kind regards klx140

Ερώτηση από klx140 2 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 2 μήνες πριν