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

Roassal layouts do not properly take into account userDefinedEdges #834

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 834

To reproduce see the example below:
| edges |
view nodes: #(1 2 3).
edges := view edgesFrom: [:each  | each - 1].
view shape line color: Color red.
view edges: #(3) from: [:each | each - 2] to: #yourself.
view treeLayout userDefinedEdges: edges 

If the user defined edges would be taken into account, the tree would appear on one
line (1->2->3). Instead it appears laid out as 1->2, 1->3 .

Reported by tudor@tudorgirba.com on 2012-09-09 20:41:53

@seandenigris
Copy link
Contributor Author

Fixed in Roassal 1.111. Thanks Doru!

Reported by alexandre.bergel on 2012-09-09 23:06:52

@seandenigris
Copy link
Contributor Author

Thanks. Now, the MetaBrowser works like before only on top of Roassal.

Reported by tudor@tudorgirba.com on 2012-09-10 05:46:08

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2012-09-10 05:46:15

  • Status changed: Fixed

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

No branches or pull requests

1 participant