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 111705 - [a11y] Missing mnemonics in Run > Run File >
Summary: [a11y] Missing mnemonics in Run > Run File >
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-08-02 10:28 UTC by Petr Chytil
Modified: 2007-08-03 13:37 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 Petr Chytil 2007-08-02 10:28:16 UTC
Product Version: NetBeans IDE Dev (Build 200708020000)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 
System: Linux version 2.6.20-16-generic running on i386 (189:7); UTF-8; en_US (nb) 
Userdir: /home/petr/.netbeans/dev

Mnemonics are missing in submenu:

Run > Run File > Debug File
Run > Run File > Debug Test for File

mnemonics should be set according to this permanent UI spec:
http://wiki.netbeans.org/wiki/view/MainMenu
Comment 1 Martin Entlicher 2007-08-02 14:44:38 UTC
This is defined in the projects support.
Comment 2 Milan Kubec 2007-08-03 13:19:51 UTC
Unfortunately it is defined in debuggercore.

Checking in projects/projectui/src/org/netbeans/modules/project/ui/actions/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.38; previous revision: 1.37
done
Checking in debuggercore/src/org/netbeans/modules/debugger/ui/actions/Bundle.properties;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.17; previous revision: 1.16
done
Comment 3 Martin Entlicher 2007-08-03 13:37:35 UTC
Well, I'sorry, I've forgot that I've moved this to debuggercore as well. It was in projects before. And there are still
the context actions in projects.
Thanks.