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 72112 - Action wiz - give focus to shortcut field in Add Shortcut dialog
Summary: Action wiz - give focus to shortcut field in Add Shortcut dialog
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 11:13 UTC by pzajac
Modified: 2006-02-03 16:56 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 pzajac 2006-02-01 11:13:59 UTC
20060201
Steps to reproduce:
1) Show new Action wizard
2) Click to add New shortcut button in GUI Registration panel
3) Click to Clear button,

The Shortcut edit filed lost focus. Is should be better to give to shortcut
field focus after clicking to Clear button.
Comment 1 rmatous 2006-02-01 16:06:21 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.java,v
 <--  ShortcutEnterPanel.java
new revision: 1.3; previous revision: 1.2

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form,v
 <--  GUIRegistrationPanel.form
new revision: 1.6; previous revision: 1.5

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.java,v
 <--  GUIRegistrationPanel.java
Comment 2 pzajac 2006-02-03 16:56:02 UTC
verified