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 35088 - There is no initial focus in the Enter Abbreviation dialog
Summary: There is no initial focus in the Enter Abbreviation dialog
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: -S1S-
Hardware: All All
: P4 blocker (vote)
Assignee: issues@editor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-23 12:17 UTC by ccv
Modified: 2007-11-05 13:44 UTC (History)
4 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 ccv 2003-07-23 12:17:12 UTC
There is no initial focus in the Enter
Abbreviation dialog

Tools->Options->Editing->Editor Setting->C and C++
Editor

1. Select Abbreviations property editor
2. Push Alt-A or Alt-E in the Abbreviations dialog
3. Enter Abbreviation dialog appears

>> Initial focus should be in the Abbreviation
textfield.

The same problem in the Enter Macro dialog
1. Select Macros property editor
2. Push Alt-A or Alt-E
3. Enter Macro dialog appears

>> Initial focus should be in the Macro textfield.
Comment 1 ccv 2003-07-23 12:18:36 UTC
 Product Version       = Sun ONE Studio, Native Edition (Build
030715)-- build 13
  IDE Versioning        = IDE/1 spec=3.42.1 impl=030715
  Operating System      = SunOS version 5.8 
Java; VM; Vendor = 1.4.1_02; Java HotSpot(TM) Client VM 1.4.1_02-b06;
Sun Microsystems Inc.
Comment 2 Marian Mirilovic 2003-07-30 10:27:08 UTC
It's reproducible in [nb_dev](20030728)
Comment 3 _ tboudreau 2003-09-09 03:59:10 UTC
Reassign to editor, this property editor is from the editor.
Comment 4 Martin Roskanin 2003-09-23 10:06:48 UTC
fixed in [maintrunk]
/cvs/editor/src/org/netbeans/modules/editor/options/AbbrevInputPanel.java,v
 <--  AbbrevInputPanel.java
new revision: 1.8; previous revision: 1.7

/cvs/editor/src/org/netbeans/modules/editor/options/MacroInputPanel.java,v
 <--  MacroInputPanel.java
new revision: 1.4; previous revision: 1.3
Comment 5 Jiri Prox 2006-04-07 09:08:20 UTC
Verified