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 239851

Summary: Network Monitor window doesn't gain focus when opened
Product: web Reporter: ionuion <ionuion>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ionuion 2013-12-29 09:42:51 UTC
Environment:
Product Version: NetBeans IDE Dev (Build 201312260002)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b61
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b119
System: Mac OS X version 10.9.1 running on x86_64; UTF-8; en_US (nb)


When opening windows in NetBeans the pattern is:
a) window opened if window not already opened. Put focus on window
b) put focus on window if window opened already.
c) do nothing if window already opened and has focus

The current issue has to do with case a) only

Steps to reproduce
1. Make sure the Network Monitor window is not opened
2. From the menu go to Window > Web > Network Monitor

Expected results:
Network Monitor window opened
Network Monitor window has focus

Actual results:
good: The Network Monitor opened
not good: Network Monitor window doesn't have focus
Comment 1 Vladimir Riha 2014-01-03 16:40:39 UTC
reproducible


Product Version: NetBeans IDE Dev (Build 201401030002)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Tomas Mysik 2015-03-25 09:33:25 UTC
Should be done now. Feel free to verify and reopen if it is still not OK.

Thanks.

http://hg.netbeans.org/web-main/rev/27baa2814be3
Comment 3 Quality Engineering 2015-03-26 03:24:26 UTC
Integrated into 'main-silver', will be available in build *201503260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/27baa2814be3
User: Tomas Mysik <tmysik@netbeans.org>
Log: #239851 - Network Monitor window doesn't gain focus when opened