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 - Entering values into wizards is complicated due to focus problems
Summary: Entering values into wizards is complicated due to focus problems
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: REGRESSION
: 40883 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-09 15:57 UTC by Marek Fukala
Modified: 2008-12-22 22:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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