Closed DreadKnight closed 1 month ago
@DreadKnight I will pick this one
@nohaibogdan1 Alrighty, go for it! 🐻
@DreadKnight I cannot reproduce it, sent you a screenrecord on discord
@DreadKnight I cannot reproduce it, sent you a screenrecord on discord
@nohaibogdan1 Yeah, apparently by editing that attribute you actually end up bypassing the bug. Perhaps you can reproduce by having a local html webpage and just have a similar iframe in it with some auto deployed game server for the branch tested, you can find a "View deployment" button a bit after pushing a PR here on Github which leads you to the proper link to use, but note that the subdomain changes with each new push.
@DreadKnight Still cannot reproduce it . I tried with this:
<!DOCTYPE html>
<html>
<body>
<iframe
id="game"
name="game"
src="https://ancientbeast-git-fork-nohaibogdan1-fix-logo-d73687-freezingmoon.vercel.app/"
style="border: 4px ridge; border-color: grey; width: 934px; height: 525px;"
seamless=""
sandbox="allow-same-origin allow-forms allow-scripts allow-popups"
webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</body>
</html>
How do you reproduce it ?
@DreadKnight Still cannot reproduce it . I tried with this:
<!DOCTYPE html> <html> <body> <iframe id="game" name="game" src="https://ancientbeast-git-fork-nohaibogdan1-fix-logo-d73687-freezingmoon.vercel.app/" style="border: 4px ridge; border-color: grey; width: 934px; height: 525px;" seamless="" sandbox="allow-same-origin allow-forms allow-scripts allow-popups" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe> </body> </html>
How do you reproduce it ?
https://github.com/FreezingMoon/AncientBeast-Website/blob/master/index.php#L33
@nohaibogdan1 Heya! Any progress with this one? Usually 2 weeks soft deadline 🐻
Invalid bug, the patch wasn't in v0.4, which is currently on Ancient Beast website's homepage, similarly to what happened regarding #2618 - I've tested against beta version and works fine.
While pressing shift or hovering the round marker from the unit queue, the project logo (Ancient Beast text) doesn't display when the game is embedded via an iframe.
https://ancientbeast.com (embed via iframe) versus https://beta.ancientbeast.com (no embed).