Skip to content
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

Group node children's extent positions are no longer relative #2232

Closed
joeyballentine opened this issue Jun 20, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@joeyballentine
Copy link
Contributor

Describe the Bug

I explained this issue on discord already https://discord.com/channels/771389069270712320/859774873500778517/987177142112645140

But basically a recent update made child node extents no longer relative positioning, and instead are absolute positioned. So if you set an extent to [[0, 100], [0, 100]], isntead of being a 100x100 box in the group node, its a 100x100 box relative to the canvas, regardless of where you move the group.

Codesandbox: https://yxwsfh.csb.app/

Your Example Website or App

https://yxwsfh.csb.app/

Steps to Reproduce the Bug or Issue

Set an extent that isn't just 'parent' and it will be very obvious what's wrong

Expected behavior

The extent should be relative to the parent group node, but constrained in the area you set

Screenshots or Videos

No response

Platform

  • Version: most recent

Additional context

No response

@moklick moklick self-assigned this Jun 20, 2022
@moklick moklick added this to the 10.3.8 milestone Jun 20, 2022
@moklick moklick added the bug Something isn't working label Jun 20, 2022
@moklick
Copy link
Member

moklick commented Jun 22, 2022

thanks @joeyballentine ! Fixed in v10.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants