Issue 827 in moose-technology: Strange popupView in Roassal

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 827 in moose-technology: Strange popupView in Roassal

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Critical Component-Roassal

New issue 827 by [hidden email]: Strange popupView in Roassal
http://code.google.com/p/moose-technology/issues/detail?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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 827 in moose-technology: Strange popupView in Roassal

moose-technology
Updates:
        Cc: [hidden email]

Comment #1 on issue 827 by [hidden email]: Strange popupView in  
Roassal
http://code.google.com/p/moose-technology/issues/detail?id=827

in Roassal 1.94. Thanks Usman for discovered it!

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 827 in moose-technology: Strange popupView in Roassal

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 827 by [hidden email]: Strange popupView in  
Roassal
http://code.google.com/p/moose-technology/issues/detail?id=827

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 827 in moose-technology: Strange popupView in Roassal

moose-technology
Updates:
        Labels: Milestone-4.7

Comment #3 on issue 827 by [hidden email]: Strange popupView in  
Roassal
http://code.google.com/p/moose-technology/issues/detail?id=827

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev