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 180073

Summary: go to source navigation should work between undocked windows as well
Product: platform Reporter: zolta <zolta>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal CC: zolta
Priority: P3 Keywords: USABILITY
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description zolta 2010-02-01 05:06:09 UTC
My use case is the following:

I'm editing A.java and B.java both are docked editor windows
Class A imports class B 
I'm undocking A.java
I'm navigating ( go to source ) to B.java

result: B.java is Activated in the main platform  window, but the  main platform window itself remains behind the undocked A.java window

expected result:
B.java is activated as well as it's parent window (mode)

Navigating should touch Operating System's window manager if necessary


( Bug 179897 -  Focus issue in undocked Navigator  
https://netbeans.org/bugzilla/show_bug.cgi?id=179897 ) 
may be similar but I'm not sure of the relation of the two