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 212893

Summary: Ctrl-7 does not bring focus to list of members
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: NavigatorAssignee: Jan Peska <JPESKA>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: -S1S-   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2012-05-23 11:41:32 UTC
NetBeans IDE Dev (Build 20120522-95ee511df2dc): 

1. open java file in editor
2. press Ctrl-7
3. try to type name of a method

Often the step #3 does not work, as the view with list of class elements may not have focus. This is very annoying regression.
Comment 1 Jaroslav Tulach 2012-05-23 11:41:49 UTC
Used to work in 7.1.x
Comment 2 Jan Peska 2012-05-23 12:55:30 UTC
Seems to happen when the Navigator window is closed and then opened using Ctrl+7, evaluating.
Comment 3 Jan Peska 2012-05-29 10:55:47 UTC
fix: http://hg.netbeans.org/core-main/rev/bc07016ad54b
Comment 4 Quality Engineering 2012-05-30 05:31:28 UTC
Integrated into 'main-golden', will be available in build *201205300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bc07016ad54b
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #212893 - Ctrl-7 does not bring focus to list of members
It is needed to request focus for TC after loading providers asynchronously.