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 59043

Summary: [multivie] Need real support for multiple editors in multiview
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Peter Zavadsky 2005-05-18 22:37:50 UTC
Current implementation of multiview doesn't support multiple editors inside one
multiview component well. It provides only a 'good guess' when finding
appropriate editor, which works OK only for cases there is only one editor
between the multiple elements. See e.g. the impl of
MultiViewCloneableTopComponent#findPaneElement() method. It either takes the
active or first pane it finds between elements. It is not acceptable for the
cases when we are relying on openAt behaviour. There should be a way to give the
control to pick the correct element to the client.
Comment 1 Peter Zavadsky 2005-05-18 23:21:18 UTC
See also issue #59046.
Comment 2 Milos Kleint 2005-05-19 11:09:03 UTC
reassigning, accepted. Having multiple documents in one multiview was not among
the original usecases.
Comment 3 Milos Kleint 2005-11-25 08:23:21 UTC
not for 5.0 anymore. sorry.
Comment 4 Antonin Nebuzelsky 2010-04-08 11:59:33 UTC
Change of the default owner.