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

Strange popupView in Roassal #827

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

Strange popupView in Roassal #827

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 827

The popupView: behaves oddly. Consider the following script:

| view |
view := ROMondrianViewBuilder new.
view interaction popupView: [ :el :myView |
    myView shape rectangle fillColor: Color yellow.
    myView node: 20 forIt: [ 
        myView shape rectangle fillColor: Color blue.
        myView node: 30
    ].
    myView horizontalLineLayout.
    myView applyLayout 
].
view shape rectangle size: 40.
view node: 10.
view open

Reported by alexandre.bergel on 2012-08-14 13:53:23

@seandenigris
Copy link
Contributor Author

in Roassal 1.94. Thanks Usman for discovered it!

Reported by alexandre.bergel on 2012-08-19 13:59:27

@seandenigris
Copy link
Contributor Author

Reported by alexandre.bergel on 2012-08-20 15:11:32

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2012-09-05 05:38:47

  • Labels added: Milestone-4.7

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