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 35074 - Esc does not work if focus in the table
Summary: Esc does not work if focus in the table
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: -S1S-
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@www
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-23 09:12 UTC by ccv
Modified: 2007-11-05 13:42 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 09:12:01 UTC
Tools->Options->Editor Setting/C and C++ Editor
1. Select Abbreviations property editor
2. Set focus in the table, push ESC
 
>> Abbreviations dialog should be closed

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 1 ccv 2003-07-23 09:33:59 UTC
In the first string should be:
Tools->Options->Editing->Editor Setting/C and C++ Editor 
                ^^^^^^^
Comment 2 Thomas Preisler 2003-08-05 00:21:17 UTC
cpp is not creating it's own gui for editing abbreviations but using
the one from the editor module. I will re-assign the issue to the
editor module
Comment 3 Martin Roskanin 2003-08-08 14:15:02 UTC
Esc doesn't work also for Macros property editor dialog...
We will fix this till NB 4.0
Comment 4 _ gordonp 2003-08-11 16:29:42 UTC
How difficult would it be to fix this in the Rainier
branch (release35R)? I haven't flagged it with the
RAINIER keyword but would like this fix if its not
significantly more difficult to fix in both release35R
and 4.0.
Comment 5 Martin Roskanin 2003-08-15 08:23:57 UTC
fixed in [maintrunk]

I will integrate this issue into RAINIER also, adding RAINIER keyword

/cvs/editor/src/org/netbeans/modules/editor/options/AbbrevsEditorPanel.java,v
 <--  AbbrevsEditorPanel.java
new revision: 1.13; previous revision: 1.12

/cvs/editor/src/org/netbeans/modules/editor/options/MacrosEditorPanel.java,v
 <--  MacrosEditorPanel.java
new revision: 1.9; previous revision: 1.8
Comment 6 Martin Roskanin 2003-08-15 08:31:54 UTC
integrated in [release35R]

/cvs/editor/src/org/netbeans/modules/editor/options/AbbrevsEditorPanel.java,v
 <--  AbbrevsEditorPanel.java
new revision: 1.12.30.1; previous revision: 1.12

/cvs/editor/src/org/netbeans/modules/editor/options/MacrosEditorPanel.java,v
 <--  MacrosEditorPanel.java
new revision: 1.8.30.1; previous revision: 1.8
Comment 7 Jiri Prox 2006-04-07 09:08:02 UTC
Verified