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 - Moving Anchors for AddDeleteControlPointAction and FreeRouter
Summary: Moving Anchors for AddDeleteControlPointAction and FreeRouter
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alex Grk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-04 15:20 UTC by David Kaspar
Modified: 2006-10-18 19:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.