jedfoster / SassMeister

The Sass playground
http://sassmeister.com
199 stars 25 forks source link

sandbox.sassmeister.com iframe does not load in Firefox #51

Closed KatieK2 closed 10 years ago

KatieK2 commented 10 years ago

The internal iframe (from sandbox.sassmeister.com) does not load in Firefox:

capture

As you can see, the iframe's body is empty.

This has occurred for me in multiple Firefox instances, and even occurs if FF is started in safe mode with add-ons disabled. This occurs whether I'm logged in with Github or not.

This doesn't appear to be due to FF23's blocking of insecure content, because both the parent (http://sassmeister.com/) and child iframe (http://sassmeister.com/) appear to be served non-securely.

The Chrome and IE9 do not have any problems. About 2 weeks ago, Sassmeister was working fine.

jedfoster commented 10 years ago

Odd. FF works just fine for me. Do you have any HTML entered in the HTML input field? I don't see the Sass or CSS fields in your screenshot; that's not how it should appear.

KatieK2 commented 10 years ago

There shouldn't be any HTML in the field, but I can't really verify that because it doesn't load. Clicking "HTML" or "CSS" still gives me an empty body in the iframe.

I also tried the "Cloud" -> "Reset"; no change. Cleared FF's cache; no change.

jedfoster commented 10 years ago

Interesting. I wonder if clearing FF's cache also clears localStorage? Though Cloud > Reset should do that.

I think the issue is more about the rendered HTML pane taking over the entire page, than the iframe not loading. The iframe's body is empty until you enter HTML in the input area.

jedfoster commented 10 years ago

Did this ever get resolved?

KatieK2 commented 10 years ago

The issue still occurs for me (Win7). It occurs only when I go to a blank 'Meist (http://sassmeister.com/); loading a Gist works fine.