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 34768

Summary: panels in wizard do not get focus by default
Product: platform Reporter: Pavel Buzek <pbuzek>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker Keywords: FOCUS
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Pavel Buzek 2003-07-07 11:11:02 UTC
see this issue for example:
http://www.netbeans.org/issues/show_bug.cgi?id=31086

It actually does not work in any wizard so every
developer would need to fix it in every panel
(something like calling requestFocus in addNotify).
Comment 1 Jiri Rechtacek 2003-07-31 17:05:18 UTC
Yes, I'll try fix it for next release cycle. Wizard will request focus
for the first focusable component of being opened panel.
Comment 2 Jiri Rechtacek 2004-03-24 10:40:40 UTC
Fixed in WizardDescriptor, rev 1.93 with an another issue.
Comment 3 Tomas Danek 2005-07-08 13:03:48 UTC
verifying because issue 31086 was veryfied.