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 69420 - Some mnemonics does not work
Summary: Some mnemonics does not work
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-11-28 11:13 UTC by Jiri Prox
Modified: 2007-11-05 13:40 UTC (History)
1 user (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 Jiri Prox 2005-11-28 11:13:26 UTC
NB 5.0 200511281900
JDK 1.5.0_05

Shortcuts for switching to general tab (alt-r) and Expand Template On (alt-o) in
Code Templates tab don't work. Both tabs are in Editor category.
Comment 1 Zdenek Konecny 2005-11-28 16:22:40 UTC
I've noticed another nonfuctional mnemonics. In fonts & colors category doesn't
work any mnemonic which is to select a combobox except alt+u (to select the
"Language" combobox) this works OK, but any other like alt+o (Forgroung), alt+b
(Background) etc. do nothing.
Comment 2 Jan Jancura 2005-11-29 08:41:48 UTC
Reproducible.
Comment 3 Jan Jancura 2006-01-03 09:01:03 UTC
Too late to fix in NB5.0.
Comment 4 Jan Jancura 2006-02-20 15:54:13 UTC
moving to right component
Comment 5 Daniel Prusa 2006-05-24 13:19:33 UTC
The mentioned mnemonics either work or were removed to achieve a consistency
among the categories. There should not be any nonfunctional mnemonics now.
Comment 6 Jiri Prox 2006-05-30 16:53:58 UTC
NetBeans IDE Dev (Build 200605281800)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b03
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

I've found other non function mnemonics in trunk build:
Alt-M conflict between Miscellaneous and Manual proxy settings (general tab)
                                      or Macros (editor tab)

Non functional:
Switching main categories - it works for the first time, but then it does nothing
Indentation: Statement Continuation Indent
             Number of Spaces per Indent
Code Templates: Langue
                Templates
                Expanded Text
Comment 7 Jan Jancura 2006-08-11 13:40:35 UTC
fixed in trunk:

IDE:-------------------------------------------------
IDE: [8/11/06 2:22 PM] Committing "Bundle.properties" started
Checking in Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/general/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
IDE: [8/11/06 2:22 PM] Committing "Bundle.properties" finished

IDE:-------------------------------------------------
IDE: [8/11/06 2:39 PM] Committing Files started
Checking in CodeTemplatesPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/codetemplates/CodeTemplatesPanel.java,v
 <--  CodeTemplatesPanel.java
new revision: 1.25; previous revision: 1.24
done
Checking in CodeTemplatesPanel.form;
/cvs/editor/options/src/org/netbeans/modules/options/codetemplates/CodeTemplatesPanel.form,v
 <--  CodeTemplatesPanel.form
new revision: 1.2; previous revision: 1.1
done
IDE: [8/11/06 2:39 PM] Committing Files finished
Comment 8 Jiri Prox 2006-12-01 15:55:42 UTC
verified