We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/clfeng/idux-scale-bug-demo
拉取项目 clone https://github.com/clfeng/idux-scale-bug-demo 项目
安装依赖和运行项目 yarn install yarn dev;
提供了两个页面
http://localhost:5173/#/origin 页面为没有进行body缩放的表现行为
http://localhost:5173/#/scale 页面为进行了缩放后的页面的表现行为
body 进行缩放之后 弹窗弹出的位置能正确
body 进行缩放之后 弹窗弹出的位置不正确
Browsers: Chrome: 107.0.5304.121 Firefox: 77.0.1 Safari: 14.1.2 npmPackages: @idux/cdk: ^1.2.1 => 1.2.1 @idux/components: ^1.2.1 => 1.2.1 @idux/pro: ^1.2.1 => 1.2.1 vue: ^3.2.41 => 3.2.45
https://github.com/clfeng/idux-scale-bug-demo 可参考 https://github.com/clfeng/idux-scale-bug-demo 项目READEM.md 的相关截图说明;
The text was updated successfully, but these errors were encountered:
[https://github.com/clfeng/idux-scale-bug-demo]
Pull the project clone https://github.com/Clfeng/idux-sCale-bug-Demo project
Installation dependencies and operating projects Yarn Install yarn dev;
Provided two pages
http: // localhost: 5173/#/Origin page is a performance that does not have BODY scaling
http: // localhost: 5173/#/scale page for the performance of the zoomed page
The pop -up position can be correct after the body is scaled
The pop -up window pop -up position is incorrect after the body is scaled
https://github.com/Clfeng/idux-sCale-bug-Demo Can refer to https://github.com/Clfeng/idux-sCale-bug-Demo project Readem.md related screenshot description;
Sorry, something went wrong.
popover弹出位置的问题目前可以通过设置overlay-container到app-wrapper解决,modal的transform-origin计算的问题还需要再重新设计一下逻辑
modal 暂时通过禁用动画来规避一下吧。
No branches or pull requests
Reproduction link
https://github.com/clfeng/idux-scale-bug-demo
Steps to reproduce
拉取项目
clone https://github.com/clfeng/idux-scale-bug-demo 项目
安装依赖和运行项目
yarn install
yarn dev;
提供了两个页面
http://localhost:5173/#/origin 页面为没有进行body缩放的表现行为
http://localhost:5173/#/scale 页面为进行了缩放后的页面的表现行为
What is expected?
body 进行缩放之后 弹窗弹出的位置能正确
What is actually happening?
body 进行缩放之后 弹窗弹出的位置不正确
Environment Info
https://github.com/clfeng/idux-scale-bug-demo
可参考 https://github.com/clfeng/idux-scale-bug-demo 项目READEM.md 的相关截图说明;
The text was updated successfully, but these errors were encountered: