This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84139

Summary: Moving Anchors for AddDeleteControlPointAction and FreeRouter
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: Alex Grk <a1-nb>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description David Kaspar 2006-09-04 15:20:01 UTC
Try AddDeleteControlPointTest. When widgets are moved, then they anchors are
moved too. That's annoying behaviour.

This is caused by:
Anchors are resoved based on the related (and optionally opposite) widget. They
are independent on ConnectionWidget (and their control-points) itself.

Solution:
When a controlpoint is added/removed - replace Router and Anchors of the
ConnectionWidget.
Comment 1 Alex Grk 2006-10-18 19:26:51 UTC
Done.