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 208014

Summary: Fix All Imports Dialog Not Focussed
Product: java Reporter: Geoff_C
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description Geoff_C 2012-02-02 11:26:10 UTC
When hitting CTRL + SHIFT + i to pull up the Fix All Imports dialog it no longer receives the focus. IIRC (maybe not) 7.0 used to put default focus on the Ok button, so we could activate the button from the keyboard.

We now have to use the mouse to click the button, or at least pass focus into the dialog before we can tab to the button.
Comment 1 Petr Somol 2012-02-02 12:13:07 UTC
Dusan, is this in your scope ?
Comment 2 Dusan Balek 2012-04-05 09:18:31 UTC
Unfortunately, I cannot reproduce the issue in NB 7.1.1.

Product Version: NetBeans IDE 7.1.1 (Build 201203012225)
Java: 1.7.0_03; Java HotSpot(TM) 64-Bit Server VM 22.1-b02
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 3 Geoff_C 2012-04-10 00:48:33 UTC
Issue is no longer appearing for me as well.