为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.

所有回复 (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!