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 40871

Summary: Entering values into wizards is complicated due to focus problems
Product: platform Reporter: Marek Fukala <mfukala>
Component: Dialogs&WizardsAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker CC: jrechtacek, lmartinek, mmirilovic
Priority: P1 Keywords: REGRESSION
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2004-03-09 15:57:00 UTC
[20040308-trunk]
There is a focus problem with entering values to
some wizards. 
To reproduce:
1) choose New -> JSP&Servlets -> JSP
2) in the dialog try to put a text in the Folder
input field
=> after typyping a few characters the focus is
transfered into the first inputfield in the wizard
panel.

I have tested this with various wizards and this
is NOT webmodule specific - almost every wizard
having more input fields is overhelmed by this.
Comment 1 Marek Fukala 2004-03-09 16:08:56 UTC
This is a problem with trunk, not with release36!
Comment 2 Jiri Rechtacek 2004-03-09 17:04:37 UTC
Milos, only one difference between main trunk and release36 branch is
your commit WizardDescriptor, rev.1.93 (next steps in the wizard
didn't have focus on the first focusable component). Please could you
revaluate your fix, optionally rollback it? It causes a problem with
focus (only on WindowsXP) Thanks
Comment 3 Marian Mirilovic 2004-03-09 19:57:28 UTC
*** Issue 40883 has been marked as a duplicate of this issue. ***
Comment 4 Milos Kleint 2004-03-10 09:15:52 UTC
fixed in trunk, Jirka please review. (wizarddescriptor.java)
Comment 5 Marian Mirilovic 2004-03-15 15:38:37 UTC
Marek Fukala, 
please verify this one, thanks in advamce
Comment 6 Marek Fukala 2004-03-15 15:55:45 UTC
v in 200403141900