Showing questions tagged: Show all questions

Firefox print to PDF now inserts huge numbers of blank pages in the pdf at random places

For years, I have used print to pdf in Firefox to generate pdf files of long web pages. It always worked. But lately, I noticed that huge numbers of blank pages are ins… (read more)

For years, I have used print to pdf in Firefox to generate pdf files of long web pages. It always worked. But lately, I noticed that huge numbers of blank pages are inserted in the pdf file, seemingly at random. I looked at the HTML source, and could not see anything that obviously triggers the blank pages. For example, a web page that ought to print to about 35 pages generates a file of more than 600 pages, with most of them blank.

I can use Microsoft Edge as an alternative, but pdf files from that browser strip out all the color, and are nevertheless super huge, about ten times larger than the ones from Firefox. E.g. the file mentioned above, about 35 pages, would be about 1.3 MB from firefox, and 12 MB from Edge. So getting the file from Firefox would be nice.

Is there a reason why print to pdf is behaving in this strange way, and anything I can do about it?

Asked by argnotagain 1 week ago

Last reply by markwarner22 13 hours ago

Secure connection failed in Firefox but same link works in Brave. How to troubleshoot?

I am running the latest updates to Windows 10 Pro x64. One of my monthly bills is paid at 1) https://e.synchronyfinancial.com/ which, in Brave, redirects to 2) https:… (read more)

I am running the latest updates to Windows 10 Pro x64. One of my monthly bills is paid at

1) https://e.synchronyfinancial.com/

which, in Brave, redirects to

2) https://lowes.syf.com/accounts/login

Inputting either link in Brave gets me to the finish line but the first link above fails in Firefox with the "Secure Connection Failed" message and dumps me at https://www.synchrony.com/accounts/. The second link does the same.

Is there any way to troubleshoot the problem?

I HAVE tried shutting-down Malwarebytes but the result was the same.

This is the only site on which I have encountered this issue. All that I can determine at the moment is that that certificate is from DigiCert and the expiration date is in 2025, i.e., this is not a Symantec cert.

DigiCert Global G2 TLS RSA SHA256 2020 CA1 Organization (O) DigiCert Inc Organizational Unit (OU) <Not Part Of Certificate> Issued On Wednesday, February 7, 2024 at 6:00:00 PM Expires On Tuesday, March 4, 2025 at 5:59:59 PM

I don't use Google Chrome browser nor do I use MS Edge. After using the Mosaic browser, I switched to Netscape Navigator, then to Mozilla, and, finally to Firefox. I am not looking forward to migrating to another browser. ;-)

Asked by Def Egge 2 days ago

Last reply by Def Egge 14 hours ago

Problems with the browser not accessing the established links after a few minutes.

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle … (read more)

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle is repeated. I am considering getting rid of FF this started just over a month ago.

Asked by notsofast7 14 hours ago

Blank window opens when I start firefox

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the windo… (read more)

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the window just a blank page.

Asked by treedum2 16 hours ago

extension is not recognized in browser

I have tried to install my password manager Sticky Password several times to the firefox browser. The current version of sticky password is installed and running but the … (read more)

I have tried to install my password manager Sticky Password several times to the firefox browser. The current version of sticky password is installed and running but the firefox browser leaves me a message saying it is not installed or running.

Asked by jake310 1 day ago

Last reply by zeroknight 18 hours ago

cannot ensure I'm getting pop up messages

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings. I read through the instruct… (read more)

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings.

I read through the instructions listed on the help pages and found a message from support from 4 years ago about manually editing the settings, which wasn't helpful.

Are they just on by default now? Or did they get turned off and if so, how do I turn them back on?

(p.s. having something teach you how to do something, this case getting trouble shooting data manually, should open another window, not navigate me away from the page I'm sending this message from)

Asked by DragonAceSg7 1 day ago

Last reply by zeroknight 19 hours ago

Homepage

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separa… (read more)

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separate them by skipping a square. I cannot do that any longer and do not like the jumble of the homepage now. How can I keep the blank spaces that are located at the bottom of the rows to separate my categories?

Asked by ch 20 hours ago

Last reply by zeroknight 19 hours ago

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac ?

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ? The pulldown-menus don't persist, long-enough to click-upon a selec… (read more)

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ?

The pulldown-menus don't persist, long-enough to click-upon a selection .

Asked by rsblanchard 19 hours ago

Last reply by zeroknight 19 hours ago

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (read more)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Asked by harjoat 19 hours ago

Last reply by harjoat 19 hours ago

No response on my bugs.

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly… (read more)

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly then(almost 6 months), so is it the way bugs are handled?, like they take long time to address( just asking as I though the process to be relatively fast) or is it something that I might be doing wrong in reporting a bug. I searched online and have been looking at assigning the bug( what I understood). So, how to do it if there exists something like assigning and will it increase the movement on my bugs??

Asked by Bhaumik Tripathi 23 hours ago

Last reply by jonzn4SUSE 21 hours ago

White screen in Firefox

There are a few websites (e.g., https://thehermitagehotel.com/) that show up as a white screen (see attached) when I visit them from Firefox using my usual settings, but … (read more)

There are a few websites (e.g., https://thehermitagehotel.com/) that show up as a white screen (see attached) when I visit them from Firefox using my usual settings, but show up correctly if I use Firefox in private browsing mode. Turning off enhanced tracking protection does not resolve the problem. My browser privacy in Settings is set to "Custom" with everything checked, but changing to Standard and reloading the site does not fix the issue. As I noted above, the only thing that works is to open the site in private browsing mode. Most sites work fine. This problem is limited to 2-3 websites. My version of Firefox is 125.0.1 .

Asked by ellad.tadmor 1 day ago

Last reply by cor-el 1 day ago

Firefox not updating

Firefox keeps reminding me that updates are available. I download and it says its installing but it doesn't seem to update. I have tried closing Firefox before running th… (read more)

Firefox keeps reminding me that updates are available. I download and it says its installing but it doesn't seem to update. I have tried closing Firefox before running the installation but it makes no difference. I am on 125.02 at the moment.

Asked by malcolmmcp 1 day ago

Last reply by James 1 day ago

Can't clear autosuggest

I've been having issues with the websites that I commonly go to no longer appear on the autosuggest list. Websites I haven't gone to for ten years appear when I type in … (read more)

I've been having issues with the websites that I commonly go to no longer appear on the autosuggest list. Websites I haven't gone to for ten years appear when I type in a given sequence rather than more common ones. Website that I go to every day no longer appear.

Multiple websites suggest this sequence:

https://support.mozilla.org/en-US/kb/remove-websites-address-bar-suggestions

I follow the "clear all.." and nothing changes. How can I start anew and have FF re-learn my url history?

Asked by bizbizbiz 1 week ago

Last reply by bizbizbiz 1 day ago

Firefox not responding

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not respond… (read more)

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not responding" the page hangs a few moments then it takes me back to SketchUp login. I have not had any recent updates done or required since last logged in and that was yesterday all worked well.

Asked by gobatt 2 days ago

Last reply by zeroknight 1 day ago