-
Notifications
You must be signed in to change notification settings - Fork 4.4k
fix: add borderWidth to column space calculation #22738
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
base: release
Are you sure you want to change the base?
Conversation
|
/build-deploy-preview env=release |
|
/ok-to-test |
|
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/4802110693. |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4802112587. |
|
Deploy-Preview-URL: https://appsmith-fsqsaagve-get-appsmith.vercel.app |
|
/ok-to-test |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4804481283. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4804481283.
To know the list of identified flaky tests - Refer here |
|
/ok-to-test |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4832276329. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4832276329. To know the list of identified flaky tests - Refer here |
1 similar comment
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4832276329. To know the list of identified flaky tests - Refer here |
|
/ok-to-test |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4832276329. To know the list of identified flaky tests - Refer here |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
2 similar comments
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
2 similar comments
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/4835140259. |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
/ok-to-test |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4980696739. |
Description
Issue: increasing border width of containers cuts off widgets and highlights along the edges.
Cause: Column space calculation doesn't account for border widths.
Fix: To account for parent's border width in canvas' column space calculation, the value is passed as a new prop
parentBorderWidth. Discount the value from the canvas width to rectify the calclulationFixes # (issue)
Media
Screen.Recording.2023-04-25.at.4.52.20.PM.mov
Type of change
How Has This Been Tested?
Checklist:
Dev activity