-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix(core): fixed card layout flickering issue #8476
Conversation
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Visit the preview URL for this PR (updated for commit da13877): https://fundamental-ngx-gh--pr8476-pr-fix-fcl-flickerin-hw019q2e.web.app (expires Fri, 05 Aug 2022 04:22:32 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
This pull request is stale because it has been open 2 days with no activity. Remove stale label or comment or this will be closed in 3 days |
…y to fix unit tests BREAKING CHANGES: * if you rely on dimensions in your unit tests now you have to call component's `updateLayout()` method to organize cards into the columns.
f625c7d
to
da13877
Compare
…)" This reverts commit 54e89a9.
This reverts commit 54e89a9.
BREAKING CHANGES: * If you rely on dimensions in your unit tests now you have to call component's `updateLayout()` method to organize cards into the columns.
BREAKING CHANGE: * If you rely on dimensions in your unit tests now you have to call component's `updateLayout()` method to organize cards into the columns.
BREAKING CHANGE: * If you rely on dimensions in your unit tests now you have to call component's `updateLayout()` method to organize cards into the columns.
Related Issue(s)
Refers to Kafka.
Description
Screenshots
Before:
Notice: scrollbars present for a moment.
Screen.Recording.2022-07-29.at.13.17.56.mov
After:
Screen.Recording.2022-07-29.at.13.10.35.mov
Please check whether the PR fulfills the following requirements
PR Quality
Notice: Relates only to unit testing.