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 - Adding a move action seems to break selection
Summary: Adding a move action seems to break selection
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 15:50 UTC by swpalmer
Modified: 2011-02-24 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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