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 122937 - GUI Inspector in seperate window - add from palete fails
Summary: GUI Inspector in seperate window - add from palete fails
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 09:04 UTC by cs42de
Modified: 2009-05-25 20:57 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 cs42de 2007-11-28 09:04:16 UTC
Create new JFrame or work on existing .form.

DnD inspector-window from the IDE to a place outside the main IDE window (which I prefer when working with 2 monitors)

Right click on a container and click 'Add From Palette'

Select any Swing Control.

The control is neither added to the tree in the inspector nor to the code.
Comment 1 cs42de 2007-11-28 09:05:10 UTC
Product Version: NetBeans IDE 6.0 Beta 2 (Build 200710212201)
Java: 1.5.0_10; Java HotSpot(TM) Client VM 1.5.0_10-b03
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)
Comment 2 Jan Stola 2007-11-28 15:14:39 UTC
Seems to be a problem of ScrollPopupMenu. The popup menu is closed when mouse is pressed => mouse release doesn't 
invoke addition of the component. There is an easy workaround - keyboard navigation works correctly. So, it is 
sufficient to move the mouse pointer over the required component (in the menu) and press Enter.