Bug 164027 - [Tool] Selection tool ignores connections between connections
Summary: [Tool] Selection tool ignores connections between connections
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 15:47 EST by David Cummings CLA
Modified: 2010-11-04 06:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cummings CLA 2006-11-09 15:47:14 EST
The selection tool ignores all connections whose end points are another connection.  This was discovered during the investigation of GMF Bugzilla #162083.

I could not find any GEF-only examples where connections between connections are used, but this bug can be reproduced using the GMF logic diagram example.

Steps:
- Create a GMF logic diagram.
- Create 4 notes (N1, N2, N3, N4) on the diagram.
- Connect N1 to N2 and N3 to N4 with note attachments.
- Connect the 2 note attachments together with another note attachment.
- Using the selection tool, draw a rectangle around the note attachment between the 2 note attachments

Result:
- Nothing on the diagram is selected

Expected:
- The connection contained within the rectangle created by the selection tool should be selected