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

Issue when iframe is present in the page #275

Open
ukoo-jordan opened this issue Nov 14, 2024 · 0 comments
Open

Issue when iframe is present in the page #275

ukoo-jordan opened this issue Nov 14, 2024 · 0 comments

Comments

@ukoo-jordan
Copy link

Hi,

I encountered an issue, if an iframe is present in the page, it seems to prevent PrettyBlocks, to generate the preview, loading of blocks, boot context, zones. No error, no warning. When I desactivate this iframe, it seems to work fine.

My iframe code is:

<iframe id="{$iframe_id}" src="{$iframe_src}?prefill_user={$customer_email}" width="100%" height="1000" scrolling="no" frameborder="0" style="border:none;"></iframe>

$iframe_id and $customer_email are correctly defined.

Prettyblocks seems to blocked at this point. Prettyblocks is on v3.0.7, but I updated the prettyblocks iframe with the 3.1.1 sandbox attributes and it does the same.

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