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 32672

Summary: Focus lost after pushing Next by keyboard in Import Settings Wizard
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED WONTFIX    
Severity: blocker CC: dkonecny, jrechtacek
Priority: P3 Keywords: A11Y, FOCUS
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2003-04-07 11:22:39 UTC
[nb_3.5](200304062350), [jdk1.4.2](b19)

Steps to reproduce:
- run IDE
- push Enter
-> focus is lost forever, you must use mouse to
take it back
Comment 1 David Konecny 2003-04-07 11:57:55 UTC
This works fine in JDK 1.3.x and does not work on JDK 1.4.x. I think
the problem is in window system. I'm moving issue there. It is
possible that it can be also in wizard subsystem.

The temporary fix could be to focus something when panel is switched.
But this would have to be done in all panels. I would prefer to fix
the root cause rather then workarounding it in bunch of places.
Comment 2 mslama 2003-04-08 13:46:32 UTC
Need to check where is focus going. I think that there is only some
default swing focus transfer and there is no focus handling in wizard
or panel.
Comment 3 Peter Zavadsky 2003-11-13 13:44:26 UTC
It doesn't have to do anything with window system. During that time it
is not loaded yet.
Comment 4 Jiri Rechtacek 2004-01-11 13:25:32 UTC
Mariane, is this problem still valid? It looks ok for me (if I have
understood the description right. Could you try reproduce it? Thanks
Comment 5 Marian Mirilovic 2004-01-12 09:07:48 UTC
Jirka, 
Import Settings wizard is gone, so please close it, thanks in advance ;)
Comment 6 Jiri Rechtacek 2004-01-12 09:19:50 UTC
Import settings wizard was removed from NB (task 38552) => WONTFIX
Comment 7 Marian Mirilovic 2004-01-15 10:58:26 UTC
verified