kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Radio buttons are not individually selectable once Radio group has been selected. #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Drop a Radio Group on the canvas

2. Drop a Radio Button inside the group. It asks where you want to drop the 
Radio button, and if you specify Group, it drops it within the group as one 
would expect, and it shows highlighted, and you can edit it's properties. 

3. However, if you drop it, and then select within the group, you can no 
longer select it to either move it outside the group, or to another group, 
or edit it directly, unless you add ANOTHER Radio button to the Radio 
Group, then you can select between the Radio buttons, and edit them. But 
once you select the group itself, it falls back to the same behavior, where 
you cannot select individual Radio buttons.

What is the expected output? What do you see instead?

That the hit test perform a hierarchical search to see if a control has 
children, and if any of those children meet the hit test, etc...etc. 
recursively until you reach the "top most" child that meets the hit test, 
and THEN select that UI widget. 

What I saw instead is what I described at the ends of step 2, and within 
step 3.

What version of the product are you using? On what operating system?

DroidDrawr1B11 on Windows XP

Please provide any additional information below.

Nice applet, shows lots of promise. 

Original issue reported on code.google.com by marcelo....@gmail.com on 23 Sep 2008 at 6:54

GoogleCodeExporter commented 9 years ago
Hmm, I can't seem to duplicate this.  With a single radio button in a radio 
button I
can select the radio button fine.  Could you clarify your instructions?

Thanks
--brendan

Original comment by brendan....@gmail.com on 7 Nov 2008 at 5:12

GoogleCodeExporter commented 9 years ago
Can't duplicate this in the current version. Closing.

Original comment by brendan....@gmail.com on 6 Sep 2010 at 8:16