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 200979 - DefaultDataObject editor window does not include Node in its lookup
Summary: DefaultDataObject editor window does not include Node in its lookup
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-08-15 22:47 UTC by Jesse Glick
Modified: 2011-08-17 13:53 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 Jesse Glick 2011-08-15 22:47:56 UTC
...so when a DDO is open in the editor, most menu items are disabled.
Comment 1 Jesse Glick 2011-08-15 22:48:14 UTC
Probably something to do with multiview registration.
Comment 2 Jaroslav Tulach 2011-08-16 09:10:19 UTC
Well, the problem is not missing DataObject (it is there), but missing Node.
Comment 3 Jaroslav Tulach 2011-08-16 09:25:54 UTC
ergonomics#82ccfbce0b21
Comment 4 Quality Engineering 2011-08-17 13:53:02 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/82ccfbce0b21
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #200979: Make sure Node is in lookup of DefaultDataObject's multiview editor