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 - panels in wizard do not get focus by default
Summary: panels in wizard do not get focus by default
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: FOCUS
Depends on:
Blocks:
 
Reported: 2003-07-07 11:11 UTC by Pavel Buzek
Modified: 2008-12-22 21:55 UTC (History)
0 users

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 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.