-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Tables recursive auto-resizing on Zoom #5600
Comments
This link is expired, could you provide another one with source codes? |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. If you can provide more information, feel free to ping anyone of our maintainers to reopen this issue. Thank you for your contributions. --- 这个 issue 已经被自动关闭,因为您没有向我们提供更多的信息。仅凭目前的描述我们无法采取任 何行动,如果您能提供更多的信息请随时联系我们的开发人员重新打开这个 issue。 感谢您的贡献。 |
I did mention that it was also happening on the example page for the table control. It's possible that there was a minor version update in ng-zorro. To be clear. It's fixed now. |
@Adam-Pond OK, please contact us if you have a stable reproduction. |
Reproduction link
https://z9imki.run.stackblitz.io
Steps to reproduce
Using the mouse wheel to zoom in chrome, zoom out to 67%. Watch the resizing go into a crazy loop
What is expected?
It does not go into a crazy loop, resizing each column progressively bigger and bigger
What is actually happening?
The entire table starts resizing continuously. I believe it has something to do with the appearance of a horizontal scrollbar.
This is reproducible on the ngZorro example page.
On firefox, it doesn't enter the loop, but it doesn't handle the horizontal scrollbar correctly.
The text was updated successfully, but these errors were encountered: