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 43830 - MultiViewCloneableTC returns empty array of activated nodes
Summary: MultiViewCloneableTC returns empty array of activated nodes
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks: 43710
  Show dependency tree
 
Reported: 2004-05-25 14:16 UTC by Jiri Rechtacek
Modified: 2006-03-24 09:49 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 Jiri Rechtacek 2004-05-25 14:16:19 UTC
MultiViewCloneableTopComponent (opened in Editor
mode) doesn't return any activated nodes nor
DataObject in its lookup.
Hint: if I change the view from Design to Code
then a data object (for <name>.java file) is returned.
Comment 1 Milos Kleint 2004-06-08 09:30:36 UTC
reassigning to form. 
the activated nodes are propagated from the currently selected inner
element of the multiview. The Design element probably doesn't return
the dataobject in it's lookup. Not even sure it should. passing for
evaluation.
Comment 2 Tomas Pavek 2004-06-08 13:29:20 UTC
Form's DataObject added to lookup of the form designer.
Comment 3 Marek Grummich 2005-07-11 14:52:07 UTC
verified