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

Hidden embedded toot becomes very tall #10159

Open
BenLubar opened this issue Mar 4, 2019 · 0 comments
Open

Hidden embedded toot becomes very tall #10159

BenLubar opened this issue Mar 4, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@BenLubar
Copy link
Contributor

BenLubar commented Mar 4, 2019

Expected behaviour

The toot should be a reasonable height.

Actual behaviour

The toot is very tall.

Steps to reproduce the problem

https://jsfiddle.net/s1on0kdc/1/embedded/html,result/

<p>Normal:</p>

<iframe src="https://mastodon.lubar.me/@ben/101693761835624754/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400"></iframe><script src="https://mastodon.lubar.me/embed.js" async="async"></script>

<p>Hidden:</p>

<details>
<iframe src="https://mastodon.lubar.me/@ben/101693761835624754/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400"></iframe><script src="https://mastodon.lubar.me/embed.js" async="async"></script>
</details>

Specifications

It appears on every instance I've checked, most using v2.7.3.

I'm using Chrome 72.0.3626.121 on Windows 10

@Gargron Gargron added the bug Something isn't working label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants