Wys vrae gemerk: Wys alle vrae

PDF printing problem when content type PDF action is set to "open in firefox" but works if set to "use windows default application"

as the title states we recently had to upgrade the FF versions our clients are using because of a code update that required latest version of FF. the problem now is that … (lees meer)

as the title states we recently had to upgrade the FF versions our clients are using because of a code update that required latest version of FF. the problem now is that PDF printing is having problems when action is set to "open in firefox" it's not able to print completely the PDF. But if we change the action to "use windows default application" it works fine.

So my question is why is this happening? I did some research and found related issues https://support.mozilla.org/en-US/questions/996487 and https://support.mozilla.org/en-US/questions/1249538

What is the technical explanation for this? We're happy to just set the FF preferences to "use windows default application" but we'll need to tell them why that is.

thank you

Asked by rvtuble 7 minute gelede

Last reply by rvtuble 6 minute gelede

I think that you are removing someone else's information from the places that you have searched for breaches.

I just looked at the data removals in progress and it appears that you are removing information that is actually not related to me. Family members are listed and they ar… (lees meer)

I just looked at the data removals in progress and it appears that you are removing information that is actually not related to me. Family members are listed and they are not my family members. I don't know what other errors the system is making.

Asked by daw72 33 minute gelede

primary password

Firefox now asks for primary password every time it starts even if it is not needed to access a site with a saved password. Removing and resetting primary password does… (lees meer)

Firefox now asks for primary password every time it starts even if it is not needed to access a site with a saved password. Removing and resetting primary password does not fix the problem.

Asked by fsandy9 41 minute gelede

incomplete clearing of Cookies and Site Data

In the Privacy & Security pane we have the following configuration Clear history when Firefox closes with all items selected except for Site Settings. Delete cookies… (lees meer)

In the Privacy & Security pane we have the following configuration

Clear history when Firefox closes with all items selected except for Site Settings. Delete cookies and site data when Firefox is closed with some exceptions in Manage Exceptions.

But after quitting and re-launching Firefox there frequently entries for random websites shown in the "Manage Data..." pane.

This seems to related to having Facebook Container and Firefox Multi-Account Containers extensions installed. It does not seem to happen when they are not present. Interestingly. we had been using a a very similar Firefox configuration on a legacy Intel macOS system without this issue. We began seeing it while setting-up a fresh installation of Firefox on a new Apple Silicon system with macOS Ventura. The issue was reproduced in a new profile. It continues to the present day with up the current version of Firefox 129.01 on macOS 14.6.1 I feel like this is probably a bug but I don't have the necessary skill to make an effective bug report.

Asked by Timothy 1 uur gelede

How can I protect pinned tabs from being closed accidentally?

A few years ago jscher2000 gave me wonderful instructions for how to create some of the features that were once easy for ordinary users like myself to control through an … (lees meer)

A few years ago jscher2000 gave me wonderful instructions for how to create some of the features that were once easy for ordinary users like myself to control through an Extension called TabMixPlus. Apparently there was some big disagreement between the developer and Firefox and they completely disabled it. At any rate, I'm continually frustrated when I accidentally move a pinned tab to a new window while trying to move or resize Firefox. I would like to know how, in about:config, I can create a setting with which I can protect pinned tabs. Thanks.

Asked by T_H_M 1 dag gelede

Last reply by T_H_M 1 uur gelede

Since the latest Windows Update & Firefox update, cannot log onto my twitter / x account.

This has been happening for months. I am unable to access my twitter/X account. I am also unable to share anything, as well. Please fix this problem. Thanks … (lees meer)

This has been happening for months. I am unable to access my twitter/X account. I am also unable to share anything, as well.

Please fix this problem. Thanks

Asked by Chicago Dreamer 1 uur gelede

Is Firefox blocking something?

I belong to My Points. Each day they have different things that you can click on to open. Recently I haven't been able to open any of them. I'm wondering if Firefox is bl… (lees meer)

I belong to My Points. Each day they have different things that you can click on to open. Recently I haven't been able to open any of them. I'm wondering if Firefox is blocking something.

Asked by mbsurpriseaz 2 ure gelede

Firefox Sync broken on multi-boot Windows

For years I had my Firefox sync working fine between Win10 PC, Android and several Win10 laptops. However yesterday I installed Windows 11 on the same PC I have Windows 1… (lees meer)

For years I had my Firefox sync working fine between Win10 PC, Android and several Win10 laptops. However yesterday I installed Windows 11 on the same PC I have Windows 10 (bought new disk) just to have a fresh install. Started with installing firefox - and here when problems begin. It couldn't let me log in into Sync, I was being immediately logged out ("Account disconnected"). Somehow I managed to log in, but then all my previous data was erased (passwords, bookmarks). I thought ok, maybe later it's gonna sync. Started installing extensions, saved one password. When trying to sync tabs with Android phone it didn't work, it couldn't see any tabs (but it could share tabs between devices!). On Android I still have old passwords and bookmarks saved, same as on old Win10 (on which I got logged out). Alright - it didn't sync after restart so I removed Firefox profile on machine, started again with logging in - and it synced only ONE password that I saved previously on same Win11 machine, with extensions I freshly installed back then. So it saved to sync improper data, forgetting about old? Logged out from all of my machines in Firefox Account. Now I'm back to my original machine on Windows 10. And what? I can't log in! Same error as on Win11 after install - "Account disconnected". Checked about:sync-log and found error logs - pasted into "Troubleshooting information" of this post.

Thanks

Asked by matez 1 dag gelede

Last reply by matez 15 ure gelede

I need a down load button

I used to have a green button below the video I am watching, I would click on that button then then scroll down to mp4360 then the video would download to my computer … (lees meer)

I used to have a green button below the video I am watching, I would click on that button then then scroll down to mp4360 then the video would download to my computer

Asked by shasta0004 3 ure gelede

CLOSE TAB in content area context menu.

I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Clo… (lees meer)

I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Closed Tab' and 'New Tab' still do.

     <menuitem id="toolbar-context-openANewTab"
               command="cmd_newNavigatorTab"
               data-l10n-id="toolbar-context-menu-new-tab"/>
     <menuitem id="context_closeTab"
               label="Close Tab"
               data-lazy-l10n-id="tab-context-close-n-tabs"
               data-l10n-args='{"tabCount": 1}'/>
     <menuitem id="context_undoCloseTab"
               label="Reopen Closed Tab"
               data-l10n-id="tab-context-reopen-closed-tabs"
               data-l10n-args='{"tabCount": 1}'
               observes="History:UndoCloseTab"/>


I was previously using the following which no longer works either.

     <menuitem id="context_closeTab"
               label="Close Tab"
               oncommand="BrowserCloseTabOrWindow(event);"/>

Asked by deanone 2 weke gelede

Issue with Firefox & Microsoft 365

I am no longer able to open a Word document shared with me via Sharepoint in Desktop mode using Firefox. I have received an email from a student, sharing a Word doc file… (lees meer)

I am no longer able to open a Word document shared with me via Sharepoint in Desktop mode using Firefox. I have received an email from a student, sharing a Word doc file with me. I click the link, and it allows me to open & edit the document online. But, I prefer to click "editing" in the top right and then "open in desktop." When I do this now, I get a message that says "Allow access to Microsoft 365 account. Your browser settings are preventing an optimal experience with MIcrosoft 365. Allow access to improve your experience." There is a button there that says "Allow access," but when I click it, nothing happens.

Asked by Cindy McCaskey 4 ure gelede

Using control key opens a new window when I do not want it to do it.

I want you to let the control key free for me to use as I have always done for other programs. Why did you took direct control of that key? It always opens a new window I… (lees meer)

I want you to let the control key free for me to use as I have always done for other programs. Why did you took direct control of that key? It always opens a new window I do not need. I use control key plus c key to open another program and now I cannot open it with its own keys combination: control-c-c. Please, tell me how to disable it and stop it opening a new Firefox window. Thank you very much in advance for you kind help.

Asked by Mario Zamudio 4 ure gelede

Nightly | HDR Videos are washed out

So i'm using the latest Nightly and have for like 4 days this issue, it never happened before and just after one update it started to happen. I already have set gfx.color… (lees meer)

So i'm using the latest Nightly and have for like 4 days this issue, it never happened before and just after one update it started to happen. I already have set gfx.color_management.native_srgb to true. When I open firefox in troubleshoot mode it is working fine, but when it's normal and I disable all addons and extensions and themes - issue remains

Asked by Tyson 1 dag gelede

Last reply by Tyson 4 ure gelede

Twitch Constantly Buffering on Firefox

On the Twitch platform no matter what I do, the stream buffers fine at the start but after a few seconds, it significantly drops in buffer speeds only at 480p and above. … (lees meer)

On the Twitch platform no matter what I do, the stream buffers fine at the start but after a few seconds, it significantly drops in buffer speeds only at 480p and above. In incognito without any extensions, once it touches 480p it crashes in buffer speed. With extensions(uBlock Origin, h264iy, etc) then only at 160p does it stream without any buffering. Even alternate video players for twitch do not work.

My internet should not be the issue as a youtube video hours long at 1080p60fps does not buffer even once and my phone using the twitch app does not suffer the same issues(alongside everyone else in the household not experiencing internet issues). I am also connected with an CAT 5 ethernet wire to an amplifier that is connected to my router with a CAT 6.

I tried Firefox 128.03 with a completely fresh profile and encountered the same issues. Clean installed Firefox 129 and uBlock in case any custom filters were causing the issue, nothing worked. Deleted all Twitch extensions(FrankerZ etc), still not using my connection speed to buffer. Using Killer Control Center I put Firefox as top priority, still no change.

Modified several configs(included in the images, as well as changing gfx.webrender to true from false) in the browser after searching for answers online(none worked).

Cache clears every time I close Firefox, nothing. Reinstalling drivers and resetting computer, nada.

Someone please, I am on knees.

I am using the 2020 edition of the Acer Predator Helios 300(i7-10750 @ 2.6Ghz, 16GB RAM and RTX 2060). Thank you in advance :)

Asked by Yorah 5 ure gelede

Lost all my top line tabs - in a panic

Hi folks I have to admit to being in a bit of a panic. Something flashed onto my Firefox browser screen and then I lost all my saved top line tabs, my home button and all… (lees meer)

Hi folks I have to admit to being in a bit of a panic. Something flashed onto my Firefox browser screen and then I lost all my saved top line tabs, my home button and all the tabs that auto-load each time have also gone. I have never had this happen before and I cannot understand how to roll back. I have noticed a new folder on my W10 Desktop PC's Desktop called "Old Firefox Data" and I am hoping someone can tell me whether that might be helpful when you help me restore things. Any thoughts?

Asked by Derrick Ings 5 ure gelede

I am unable to use the YouTube Premium app via Firefox. However, it is accessible through Edge and Chrome.\

Up until very recently, the YouTube Premium app worked fine w Firefox on my laptop. Now, whenever I click on a site I just get that annoying spinning circle. Is there an … (lees meer)

Up until very recently, the YouTube Premium app worked fine w Firefox on my laptop. Now, whenever I click on a site I just get that annoying spinning circle. Is there an update I have missed? Can anyone help me with this issue?

Asked by lawgersh 6 ure gelede