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

Removecontainernode #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stringa
Copy link
Contributor

@stringa stringa commented Jun 6, 2014

I removed the need for container node.

stringa

@tonistiigi
Copy link
Member

Doesn't this affect transitions and possibly node trees that use custom anchorpoints?

I'll make a proper review in couple of days.

@tonistiigi tonistiigi self-assigned this Jun 6, 2014
@stringa
Copy link
Contributor Author

stringa commented Jun 6, 2014

It shouldn't affect hierarchy since this gets set all the way up the tree.
As for transitions... I will look at that. The position gets modified
before the transition is set.
On Jun 6, 2014 12:36 AM, "Tõnis Tiigi" notifications@github.com wrote:

Doesn't this affect transitions and possibly node trees that use custom
anchorpoints?

I'll make a proper review in couple of days.


Reply to this email directly or view it on GitHub
#142 (comment).

@stringa
Copy link
Contributor Author

stringa commented Jun 12, 2014

I would appreciate a review of this code sometime soon.

Thanks,
stringa

@tonistiigi
Copy link
Member

Just something that I quickly noticed. Run shapes2 demo. When you click on the shapes, stroke is added. With this patch the child offsets change. Also when switching to canvas mode child nodes don't appear on correct locations.

Also, can you rebase to currect master. As I understand only the last commit contains the relevant change and everything else is already merged.

@stringa
Copy link
Contributor Author

stringa commented Jun 12, 2014

No problem. I will look at all these issues and give you an update.

Sean
On Jun 12, 2014 2:04 PM, "Tõnis Tiigi" notifications@github.com wrote:

Just something that I quickly noticed. Run shapes2 demo. When you click on
the shapes stroke is added. With this patch the child offsets change. Also
when switching to canvas mode child nodes don't appear on correct locations.

Also, can you rebase to currect master. As I understand only the last
commit contains the relevant change and everything else is already merged.


Reply to this email directly or view it on GitHub
#142 (comment).

@stringa
Copy link
Contributor Author

stringa commented Jun 13, 2014

Borders are funny. They change the attachment point of the children. I would have to set all the children dirty and take into account the border size in order to get this correct. I'm not sure this will work when using CSS Transitions. I am going to fix this in my matrix3d branch where there is no more CSS Transitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants