Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Personal web page functions have stopped working

  • 3 antwoorden
  • 1 heeft dit probleem
  • 4 weergaven
  • Laatste antwoord van neverwinter_42

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 antwoorden (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!