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

v1.0.0-rc.6 版本 iframe 问题, #1429

Open
zyf540860996 opened this issue Oct 29, 2024 · 2 comments
Open

v1.0.0-rc.6 版本 iframe 问题, #1429

zyf540860996 opened this issue Oct 29, 2024 · 2 comments
Labels
Need Reproduction 需要复现步骤

Comments

@zyf540860996
Copy link

问题描述

问题的具体描述

在版本更新中看到了这条信息(修复 iframe沙箱下message事件无法被触发的问题)
未升级到 v1.0.0-rc.6 及后面的版本时,我子应用内的iframe都能postMessage,
升级到v1.0.0-rc.6+ 后,iframe直接没办法用了,感觉反向修复了

为了解决其他bug,我又不得不升级,真是好难

复现步骤

上传截图

请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。

复现仓库

请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。

环境信息

  • micro-app版本:v1.0.0-rc.6+
  • 主应用前端框架&版本:vue2
  • 子应用前端框架&版本:vue3
  • 构建工具&版本:vite
@gn131131
Copy link

我也有同样问题,父应用嵌套子应用,子应用使用iframe,iframe内部使用window.parent.postMessage(message, '*'),子应用window.addEventListener('message', messageListener)接受不到

@timhub66 timhub66 added the Need Reproduction 需要复现步骤 label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

Hello @zyf540860996. In order to facilitate location and troubleshooting, we need you to provide a realistic GitHub repository.
您好 @zyf540860996, 为了方便定位和排查问题,我们需要您提供一个重现实例,请提供一个尽可能精简的 GitHub 仓库地址。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Reproduction 需要复现步骤
Projects
None yet
Development

No branches or pull requests

3 participants