-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Positioning is broken #5706
Comments
I have this issue as well and I think this is the PR by @NealGooch that fixes the problem: #6119 (@NealGooch just to mention that you references the wrong issue id in the PR description, just in case you want to fix it for backtracking) I would really appreciate a revision of that PR, since it seems to fix this problem. |
Ooops...do the hard bit of fixing the code and then mess up the PR!! Will happily correct and rebase to latest as I suspect that will help with the automated testing that flagged lots issues that I don't believe are at all related. Neal |
@stickgrinder have you tried my fix and did it work for you? |
Description
When I use a block of a width greater than 3, positioning gets incredibly strange and the renderer seems to miscount items (They aren't correct width, and aren't offset by the correct amount)
Steps to reproduce
Screenshots
Code Sample
Setup
Suggested Solutions
The parser seems to miscalculate the widths somehow?
Using just two columns in the top-level block and graph fixes it somehow
Additional Context
No response
The text was updated successfully, but these errors were encountered: