History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FB-15751
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: B B
Assignee: Winsha
Reporter: Winsha
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flash Builder / Flex Builder

group should not be selected when clicking in the middle of the group

Created: 10/31/08 03:26 PM   Updated: 12/05/08 05:15 PM
Component/s: Design View - General
Security Level: Public (All JIRA Users )

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: High
Found in Version: MAX (Gumbo)
Milestone: MAX (Gumbo)
Affected OS(s): All OS Platforms
Steps to Reproduce:
Steps to reproduce:
1. paste the following code into your application
<Group includeIn="Page1" left="105" top="181" id="group2">
<Rect height="89" width="108" left="0" top="0" id="rect3">
<fill>
<SolidColor color="0xFFFFFF"/>
</fill>
<stroke>
<SolidColorStroke color="0x4769C4" weight="1"/>
</stroke>
</Rect>
<Rect height="104" width="120" left="194" top="158" id="rect4">
<fill>
<SolidColor color="0xFFFFFF"/>
</fill>
<stroke>
<SolidColorStroke color="0x4769C4" weight="1"/>
</stroke>
</Rect>
</Group>
 
2. click in the center of the group (not on one of the rectangles)

 Actual Results:
 group gets selected
 
 Expected Results:
 group should not be selected
 
 Workaround (if any):
 
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: Yes
QA Owner: Yukari Machiyama
Resolved by: Eric Herrmann
Fixed Version: Gumbo I8 - Next Build
Participants: Eric Herrmann, Heidi Williams, Winsha and Yukari Machiyama


 All   Comments      Sort Order:
Yukari Machiyama - [10/31/08 03:34 PM ]
I didn't know that Group shouldn't be selected by clicking middle. Canvas, for example, gets selected when clicked in the middle.

Winsha - [10/31/08 04:11 PM ]
i talked to eric about this. we should not be selecting the container when we click in the middle.

Heidi Williams - [10/31/08 04:44 PM ]
IRB opened to Eric for MAX. Winsha said she might be able to help out if you're overloaded.

Eric Herrmann - [10/31/08 07:37 PM ]
This is actually a Thermo bug, not an FB bug. In FB, Group will act like Canvas. However for Thermo, this is now fixed: Group is not selectable.

Eric Herrmann - [10/31/08 07:38 PM ]
p4 change 214023