piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

JM GUI error using Piccolo #238

Closed mro closed 9 months ago

mro commented 9 years ago

Originally reported on Google Code with ID 238

When the Job Manager GUI (which uses Piccolo) is launched we perform the following to
observe the issue:

1.  Click on ‘AG’ button.
2.  Click on White are in left panel of the GUI. This is the Piccolo interface area.
3.  A image is seen after clicking and in RHS of the GUI, you can see a text box to
type the name.
4.  Type something in the text box and then move the mouse cursor in ‘White Panel’ on
Left hand side(LHS) of GUI.
5.  Now right click on it.
6.  You will see a pop up with Yes, No and cancel button.
7.  Click on any button.
8.  You will see that the image shrinks to a point.

What is the expected output? What do you see instead?
-It should not minimize the icon from the GUI when right clicked.

What version of the product are you using? On what operating system?
- Version 1.0 on sparc machine.

Please provide any additional information below.
- Tried to print the methods being invoked on the console and the below is what I got
when I right clicked on the GUI after renaming the activity.

right click 
startDrag startDrag startDrag startDrag
mousePressed()
madeSelection()
this.model.getSelectedItem() : WorkFlowNodeObject@3a835d[image=sun.awt.image.ToolkitImage@107108e,bounds=PBounds[x=3.0,y=3.0,width=15.0,height=15.0],fullBounds=PBounds[x=137.0,y=107.0,width=78.98114013671875,height=34.993408203125],transform=AffineTransform[[1.0,
0.0, 138.0], [0.0, 1.0, 108.0]],paint=null,transparency=1.0,childrenCount=2,pickable,childrenPickable,visible]
mouseExited()

Attaching a video depicting the issue.
Can you please look into this and suggest a solution.

Thanks & Regards'
Joyjit

Reported by joyjeetdeb on 2012-04-20 05:40:52


mro commented 9 years ago
Please let me know if anyone has witnessed this issue before. This will help me move
forward from where I am stuck at this point of time.

Thanks.
Joyjit

Reported by joyjeetdeb on 2012-04-23 12:19:55

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:29:30