We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The preview doesn't load in Firefox when it is hidden, like in a spoilerbox. I get this error 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
The text was updated successfully, but these errors were encountered:
Firefox's bug: https://bugzilla.mozilla.org/show_bug.cgi?id=941146
Sorry, something went wrong.
bug fix
87f01e9
ignore firefox issue #14 re-support fullscreen polyfill HTMLCanvasElement.toBlob()
62cf46d
316b147
0999603
No branches or pull requests
The preview doesn't load in Firefox when it is hidden, like in a spoilerbox. I get this error
It works fine on chrome.
It fails on Firefox 44.0
The text was updated successfully, but these errors were encountered: