-
Notifications
You must be signed in to change notification settings - Fork 58
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
Node creation event outside of container bounds forces its resize #1051
Milestone
Comments
I don't understand why the click inside A creates a child in B. |
Yes, it's to simulate an operation triggered by a tool on A which creates a child in B. I think I won't surprise you by saying that it was my idea :p I wanted to challenge a bit our expectation and see how our code would react. |
RaphaelPageObeo
added a commit
to RaphaelPageObeo/sirius-components
that referenced
this issue
Feb 9, 2022
Bug: eclipse-sirius#1051 Signed-off-by: Raphaël Pagé <[email protected]>
17 tasks
RaphaelPageObeo
added a commit
to RaphaelPageObeo/sirius-components
that referenced
this issue
Feb 9, 2022
Bug: eclipse-sirius#1051 Signed-off-by: Raphaël Pagé <[email protected]>
17 tasks
sbegaudeau
pushed a commit
to RaphaelPageObeo/sirius-components
that referenced
this issue
Feb 11, 2022
Bug: eclipse-sirius#1051 Signed-off-by: Raphaël Pagé <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Feb 11, 2022
Bug: #1051 Signed-off-by: Raphaël Pagé <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screenshots
Steps to reproduce
Expected behavior
A is not resized. B is not resized either, since it is big enough to contain the new node. The new node is created in B, since it is a son of B.
Actual behavior
A is not resized. The new node is created in B...but not at the right coordinates, which forces B to be resized
The text was updated successfully, but these errors were encountered: