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 65494 - Alt-N shortcut is used by multiple components in new Options dialog
Summary: Alt-N shortcut is used by multiple components in new Options dialog
Status: VERIFIED DUPLICATE of bug 65492
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-09-30 09:28 UTC by Roman Strobl
Modified: 2007-11-05 13:40 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 Roman Strobl 2005-09-30 09:28:28 UTC
[NetBeans 5.0 Beta; FC4; JDK 1.5.0_04]

Issue Summary:
--------------
Alt-N shorcut is used by both _N_ew buttons and Ge_n_eral section.

Steps to Reproduce:
-------------------
1. Open new Options dialog.
2. Go to Editor | Macros section.
3. Pres Alt-N.
-> You can't get to General section by shortcut.
Comment 1 Jan Jancura 2005-10-06 12:59:46 UTC
reproducible
Comment 2 Jan Jancura 2005-10-19 18:08:38 UTC
fixed in trunk:
done
Checking in codetemplates/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/codetemplates/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in generaleditor/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/generaleditor/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.2; previous revision: 1.1
done
Checking in colors/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/colors/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in colors/SyntaxColoringPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.java,v
 <--  SyntaxColoringPanel.java
new revision: 1.20; previous revision: 1.19
done
Checking in colors/ColorComboBox.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/ColorComboBox.java,v
 <--  ColorComboBox.java
new revision: 1.7; previous revision: 1.6
done
Checking in colors/ColorModel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/ColorModel.java,v 
<--  ColorModel.java
new revision: 1.11; previous revision: 1.10
done
Checking in colors/HighlightingPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/HighlightingPanel.java,v
 <--  HighlightingPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in colors/AnnotationsPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/AnnotationsPanel.java,v
 <--  AnnotationsPanel.java
new revision: 1.15; previous revision: 1.14
done
Checking in macros/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/macros/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in macros/MacrosPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/macros/MacrosPanel.java,v 
<--  MacrosPanel.java
new revision: 1.14; previous revision: 1.13
done
Checking in keymap/KeymapViewModel.java;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/KeymapViewModel.java,v
 <--  KeymapViewModel.java
new revision: 1.16; previous revision: 1.15
done
Checking in keymap/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in keymap/KeymapPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/KeymapPanel.java,v 
<--  KeymapPanel.java
new revision: 1.22; previous revision: 1.21
done
Checking in editor/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/editor/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in indentation/IndentationPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/indentation/IndentationPanel.java,v
 <--  IndentationPanel.java
new revision: 1.15; previous revision: 1.14
done
Checking in indentation/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/indentation/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in general/Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/general/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
IDE: [19.10.05 19:07] Commiting finished
Comment 3 Roman Strobl 2005-10-21 15:38:14 UTC
The general section is still not accessible. Is it a jgoodies bug?
Comment 4 Jan Jancura 2005-10-21 15:54:06 UTC
mnemonics in tabbed panes does not work - duplicate

*** This issue has been marked as a duplicate of 65492 ***
Comment 5 Roman Strobl 2005-10-26 14:40:43 UTC
Verified.