Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Personal web page functions have stopped working

more options

First, my problem is occurring on personal web page projects I work on. Every file is saved on and accessed from my local hard drive. My projects involve two frames...left frame is table of contents, right frame is the "main frame". I hide the table of contents until the mouse goes over to a certain part of the screen...when this happens, the contents frame "pops out". When the mouse leaves the contents frame, the frame hides itself again. Since the last Firefox update, (July 18 2019, I believe), the pop-out / hide functions aren't working. The frames still load in, but they won't pop out or hide when they're supposed to. They stay at whatever size I resize the frame to. In addition to this, my personal project pages are no longer loading in the fonts they are supposed to. Everything seems to be defaulting to the system (or Firefox) standard.

More Information: The pop-out / hide functions only seemed to ever work with Firefox. I never could get it to work with Opera / Chrome / IE. This is the main reason I stuck with Firefox for so long.

Is this an error that is going to be fixed, or a byproduct of a change that's been made that I'm just going to have to live with? I can provide more information if needed.

First, my problem is occurring on personal web page projects I work on. Every file is saved on and accessed from my local hard drive. My projects involve two frames...left frame is table of contents, right frame is the "main frame". I hide the table of contents until the mouse goes over to a certain part of the screen...when this happens, the contents frame "pops out". When the mouse leaves the contents frame, the frame hides itself again. Since the last Firefox update, (July 18 2019, I believe), the pop-out / hide functions aren't working. The frames still load in, but they won't pop out or hide when they're supposed to. They stay at whatever size I resize the frame to. In addition to this, my personal project pages are no longer loading in the fonts they are supposed to. Everything seems to be defaulting to the system (or Firefox) standard. More Information: The pop-out / hide functions only seemed to ever work with Firefox. I never could get it to work with Opera / Chrome / IE. This is the main reason I stuck with Firefox for so long. Is this an error that is going to be fixed, or a byproduct of a change that's been made that I'm just going to have to live with? I can provide more information if needed.

Alle svar (3)

more options

Further Information: I seem to have tracked down at least part of this problem. The following line of code is no longer executing for some reason:

var contentsContainer = parent.document.getElementById('Contents_Container');

more options

You can see CORS errors when you use the file:// protocol to access local files via XMLHttpRequest, Fetch APIs, Web Fonts (@font-face), and WebGL textures, and XSL stylesheets.

more options

Thank you! Going into about:config and setting privacy.file_unique_origin to false seems to have set everything back to normal!