Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message from "oneplusone": Preview does not load in Firefox when it is hidden #14

Open
sunghwan2789 opened this issue Feb 9, 2016 · 1 comment

Comments

@sunghwan2789
Copy link
Owner

The preview doesn't load in Firefox when it is hidden, like in a spoilerbox. I get this error
Image
It works fine on chrome.


$("#songinfo").parent().next().after(
    $("<div class='spoiler'></div>").append(
        $("<div class='spoiler_head' onclick='return toggleSpoiler(this);'>osu!preview</div>"),
        $("<div class='spoiler_body'></div>").append(
            $("<iframe class='osupreview' src='https://bloodcat.com/osu/preview.html#164020' allowfullscreen></iframe>")
        )
    )
);

It fails on Firefox 44.0

@sunghwan2789
Copy link
Owner Author

sunghwan2789 added a commit that referenced this issue Feb 9, 2016
ignore firefox issue #14
re-support fullscreen
polyfill HTMLCanvasElement.toBlob()
sunghwan2789 added a commit that referenced this issue Feb 9, 2016
ignore firefox issue #14
re-support fullscreen
polyfill HTMLCanvasElement.toBlob()
sunghwan2789 added a commit that referenced this issue Feb 9, 2016
ignore firefox issue #14
re-support fullscreen
polyfill HTMLCanvasElement.toBlob()
sunghwan2789 added a commit that referenced this issue Feb 9, 2016
ignore firefox issue #14
re-support fullscreen
polyfill HTMLCanvasElement.toBlob()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant