-
Couldn't load subscription status.
- Fork 4k
Fix: height issues with webframe #3749
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
Conversation
🦋 Changeset detectedLatest commit: 049327c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fixes the height calculation when the iframe content is a form but it regresses back to the original bug on the height calculation for diagrams which have a large width and a small height.
I approve because the bug on the form iframe is more impactful than the one on the diagrams height so if we can't figure out a good fix for both we should fix the first one in priority and tackle the other separately.
Uh oh!
There was an error while loading. Please reload this page.
Updates algorithm for sizing webframe to fix two issues:
Added another Mermaid diagram to e2e tests to test landscape.
Tested with:
https://gitbook-v2-q3lwp8faq-gitbook.vercel.app/url/mariadb.com/docs/mariadb-cloud#mariadb-cloud-autonomous-resilient-end-to-end-secure (mermaid diagram)
https://gitbook-v2-q3lwp8faq-gitbook.vercel.app/url/gitbook.gitbook.io/test-gitbook-open/blocks/integrations (mermaid diagram)
https://gitbook-v2-q3lwp8faq-gitbook.vercel.app/url/payments.govstack.global/10-workflows (mermaid diagrams)
https://gitbook-v2-q3lwp8faq-gitbook.vercel.app/url/mariadb.com/docs/platform/post-download/mariadb-server-12.0.2 (marketo form)