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 195950

Summary: Adding a move action seems to break selection
Product: platform Reporter: swpalmer <swpalmer>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description swpalmer 2011-02-24 15:50:23 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201011082200)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

I'm using the NB Visual Library v2 (from NB 6.9.1) in a Swing application.  When I add a move action to a Widget, such as:

	widget.getActions ().addAction (ActionFactory.createMoveAction (ActionFactory.createSnapToGridMoveStrategy (16, 16), null));

a single click no longer works for selection of that Widget.