-
Notifications
You must be signed in to change notification settings - Fork 592
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
最新版本子应用中agGrid使用setPopupParent将ag弹窗的父元素设置为子应用的body后,弹窗位置出现偏移 #1517
Comments
遇到相同类似的问题Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
可以提供复现demo |
@edward492626 aggrid的问题,自定义parent 为body,它强转成了documentElement,导致自定义parent无效 |
好的,我直接agGrid 上patch-package了 |
问题描述
eDocument的documentElement指向了父应用的根元素
复现步骤
1.在子应用中home页面中onGridReady事件中将params.api.setPopupParent(body);
2.鼠标悬停在grid的第一列第一行等待tooltip出现
上传截图
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: