![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
A certain web page doesn't work in Firefox
When I try to access a certain web page (http://www.cbssports.com/), it loads at first but then just goes blank. I have noticed this problem other times browsing specific cbssports.com addresses as well. The site works fine in Explorer so I know the site is working.
გადაწყვეტა შერჩეულია
Hmm, okay. Three things Safe Mode does that might be relevant are:
(1) Disable all extensions, not just Adblock. Possibly one of your other ones is causing this issue.
(2) Disable Firefox from using hardware acceleration. This works around possible incompatibilities with your graphics card/chipset driver software. To test whether this is the issue, you can try turning it off in Options:
"3-bar" menu button (or Tools menu) > Options
In the left column, click Advanced. On the right side, with the "General" mini-tab active, uncheck the box for "Use hardware acceleration when available".
This takes effect the next time you exit Firefox and start it up again normally. Any difference?
(3) Disables page style customizations in any userContent.css file you might have in your settings folder. This file doesn't exist by default, so if you do not recall creating it, this probably is not applicable to your Firefox.
პასუხის ნახვა სრულად 👍 1ყველა პასუხი (18)
tiptonhr said
When I try to access a certain web page (http://www.cbssports.com/), it loads at first but then just goes blank. I have noticed this problem other times browsing specific cbssports.com addresses as well. The site works fine in Explorer so I know the site is working.
I have no problem viewing the page/s You may want to look through your add-ons and disable them and try site again. Let us know how you make out and if solves issue please mark as solved. G'luck
tiptonhr said
When I try to access a certain web page (http://www.cbssports.com/), it loads at first but then just goes blank. I have noticed this problem other times browsing specific cbssports.com addresses as well. The site works fine in Explorer so I know the site is working.
Just noticed your using FF 45 Developer could that be the issue as there are bugs ?
Pkshadow said
tiptonhr saidWhen I try to access a certain web page (http://www.cbssports.com/), it loads at first but then just goes blank. I have noticed this problem other times browsing specific cbssports.com addresses as well. The site works fine in Explorer so I know the site is working.Just noticed your using FF 45 Developer could that be the issue as there are bugs ?
Maybe that's it. How do I check and see?
Firefox 45 just came out today as a final release, so you might not have a test version if you just updated.
To see whether this is a problem with Firefox "painting" the tab, try zooming out and zooming back in: hold down Ctrl and press - twice, then + twice.
Do you use any ad blockers? Some sites present an obnoxious whole window pop-up with an opaque background to force you to pay attention to their message. Ad blockers sometimes remove the message -- and the close button to get rid of the overlay -- but don't effectively get rid of the overlay. If you think that could be what's happening, try temporarily suspending ad blocking on the site and reload the page, and dismiss the overlay. Usually a site will set a cookie so it doesn't show that same overlay over and over to someone who has already seen it. Once that cookie is set, you can try turning the ad blocker on again.
Actually, Firefox 45 is ready to release today but I don't think it "pushed" yet. You can install Firefox 44.0.2 right now if you like.
jscher2000 said
Firefox 45 just came out today as a final release, so you might not have a test version if you just updated. To see whether this is a problem with Firefox "painting" the tab, try zooming out and zooming back in: hold down Ctrl and press - twice, then + twice. Do you use any ad blockers? Some sites present an obnoxious whole window pop-up with an opaque background to force you to pay attention to their message. Ad blockers sometimes remove the message -- and the close button to get rid of the overlay -- but don't effectively get rid of the overlay. If you think that could be what's happening, try temporarily suspending ad blocking on the site and reload the page, and dismiss the overlay. Usually a site will set a cookie so it doesn't show that same overlay over and over to someone who has already seen it. Once that cookie is set, you can try turning the ad blocker on again.
I use Ad-Block Plus and thought that might be the problem, but I turned it off and refreshed and had the same issue. I will try the zooming trick. Thank you for your help.
The zooming thing did nothing. It is strange - the page will load like normal but when it is finished, it just goes white a split second later.
I can't replicate the problem with my standard setup, which is Flash not activating automatically and NoScript blocking a considerable amount of the advertising. Could you investigate the white page as follows: right-click it, and choose Inspect Element (Q). This should open the Inspector in the lower part of the tab, with an HTML tree diagram on the left side.
Let your eye adjust for a moment, then try clearing the white element by right-clicking the highlighted element and choosing Delete Node. If it doesn't go away, select the next higher element in the tree up and to the left and hover that. Does it select the white area as well? Try Delete Node on that one. At some point, you either will be able to see the page or you'll be at the <body> which means there is nothing left to remove.
Any interesting results?
jscher2000 said
I can't replicate the problem with my standard setup, which is Flash not activating automatically and NoScript blocking a considerable amount of the advertising. Could you investigate the white page as follows: right-click it, and choose Inspect Element (Q). This should open the Inspector in the lower part of the tab, with an HTML tree diagram on the left side. Let your eye adjust for a moment, then try clearing the white element by right-clicking the highlighted element and choosing Delete Node. If it doesn't go away, select the next higher element in the tree up and to the left and hover that. Does it select the white area as well? Try Delete Node on that one. At some point, you either will be able to see the page or you'll be at the <body> which means there is nothing left to remove. Any interesting results?
I am able to Inspect Element and when I Delete Node on the highlighted element, it doesn't seem to do anything.
Okay, maybe you can share that code to me on a site like Pastebin.
Please reload the page, inspect the element, then look "up" the HTML tree to the left until you get to what might be its main container. Then right-click that and Copy Outer HTML.
You then can paste the HTML code of that part of the document into a new paste on Pastebin:
Please read down through the code for any personal information and replace that with XYZ before submitting your paste.
Then you can share the URL of your paste back here.
Hmm, one other thing. I've been assuming it's an overlay issue, but there are some pages that use a script to fade the body in and out by manipulating the opacity style rule. For example, this site shows a loading animation then runs a script to fade to the real content:
https://europass.cedefop.europa.eu/editors/en/cv/compose
CBS Sports didn't look that fancy to me, but have you seen it do anything tricky in any other browser?
jscher2000 said
Okay, maybe you can share that code to me on a site like Pastebin. Please reload the page, inspect the element, then look "up" the HTML tree to the left until you get to what might be its main container. Then right-click that and Copy Outer HTML. You then can paste the HTML code of that part of the document into a new paste on Pastebin: http://pastebin.com/ Please read down through the code for any personal information and replace that with XYZ before submitting your paste. Then you can share the URL of your paste back here.
I thought I followed your instructions but when I tried to create the paste, it said "You have exceeded the maximum paste size of 512 kilobytes per paste. PRO users don't have this limit!"
I am not sure I am copying the correct thing.
jscher2000 said
Hmm, one other thing. I've been assuming it's an overlay issue, but there are some pages that use a script to fade the body in and out by manipulating the opacity style rule. For example, this site shows a loading animation then runs a script to fade to the real content: https://europass.cedefop.europa.eu/editors/en/cv/compose CBS Sports didn't look that fancy to me, but have you seen it do anything tricky in any other browser?
No, it works fine in Explorer.
You might be copying more than necessary, I don't really want to read 512KB of code! That does seem to confirm the content must be there, but is somehow being hidden.
Could you test in Firefox's Safe Mode? In Safe Mode, Firefox temporarily deactivates extensions, hardware acceleration, and some other advanced features to help you assess whether these are causing the problem.
If Firefox is not running: Hold down the Shift key when starting Firefox.
If Firefox is running: You can restart Firefox in Safe Mode using either:
- "3-bar" menu button > "?" button > Restart with Add-ons Disabled
- Help menu > Restart with Add-ons Disabled
and OK the restart.
Both scenarios: A small dialog should appear. Click "Start in Safe Mode" (not Refresh).
Any improvement? (More info: Diagnose Firefox issues using Troubleshoot Mode)
jscher2000 said
You might be copying more than necessary, I don't really want to read 512KB of code! That does seem to confirm the content must be there, but is somehow being hidden. Could you test in Firefox's Safe Mode? In Safe Mode, Firefox temporarily deactivates extensions, hardware acceleration, and some other advanced features to help you assess whether these are causing the problem. If Firefox is not running: Hold down the Shift key when starting Firefox. If Firefox is running: You can restart Firefox in Safe Mode using either:and OK the restart. Both scenarios: A small dialog should appear. Click "Start in Safe Mode" (not Refresh). Any improvement? (More info: Diagnose Firefox issues using Troubleshoot Mode)
- "3-bar" menu button > "?" button > Restart with Add-ons Disabled
- Help menu > Restart with Add-ons Disabled
First, thank you for all of the time and attention you have given me for this.
Second, re-starting in safe mode seems to fix the problem.
შერჩეული გადაწყვეტა
Hmm, okay. Three things Safe Mode does that might be relevant are:
(1) Disable all extensions, not just Adblock. Possibly one of your other ones is causing this issue.
(2) Disable Firefox from using hardware acceleration. This works around possible incompatibilities with your graphics card/chipset driver software. To test whether this is the issue, you can try turning it off in Options:
"3-bar" menu button (or Tools menu) > Options
In the left column, click Advanced. On the right side, with the "General" mini-tab active, uncheck the box for "Use hardware acceleration when available".
This takes effect the next time you exit Firefox and start it up again normally. Any difference?
(3) Disables page style customizations in any userContent.css file you might have in your settings folder. This file doesn't exist by default, so if you do not recall creating it, this probably is not applicable to your Firefox.
jscher2000 said
Hmm, okay. Three things Safe Mode does that might be relevant are: (1) Disable all extensions, not just Adblock. Possibly one of your other ones is causing this issue. (2) Disable Firefox from using hardware acceleration. This works around possible incompatibilities with your graphics card/chipset driver software. To test whether this is the issue, you can try turning it off in Options: "3-bar" menu button (or Tools menu) > Options In the left column, click Advanced. On the right side, with the "General" mini-tab active, uncheck the box for "Use hardware acceleration when available". This takes effect the next time you exit Firefox and start it up again normally. Any difference? (3) Disables page style customizations in any userContent.css file you might have in your settings folder. This file doesn't exist by default, so if you do not recall creating it, this probably is not applicable to your Firefox.
OK, going through Safe Mode I appear to have isolated the problem: I apparently had both AdBlock Plus (which I knew about and had disabled previously) and AdBlock Lite running at the same time. Disabling AdBlock Lite has allowed me to see www.cbssports.com again. Thanks to everyone - particularly jscher2000 - for your time and help. Sorry I am such a n00b.
Hi tiptonhr, thanks for reporting back!