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 267401 - a11y: mnemonic conflicts in "Launchers"
Summary: a11y: mnemonic conflicts in "Launchers"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 09:53 UTC by soldatov
Modified: 2016-09-02 01:58 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 soldatov 2016-08-02 09:53:24 UTC
Scenario:
- Create project
- Call context menu on project's node
- Select Properties menu item
- Select "Launchers" category
- Check mnemonics
===>

Results of Accessibility test for WCAG 2.0-2.1.1 (Mnemonic conflicts, wrong mnemonics or no mnemonic)
TEST FAILED

The following mnemonics conflicts were found:

   Class: JLabel {  Configuration: | Configuration: }

      The following mnemonic is already used - 'C' (67)

   Class: JButton {  Copy | Copy }

      The following mnemonic is already used - 'C' (67)


   Class: JButton {  Help |  Help button }

      The following mnemonic is already used - 'H' (72)

   Class: JCheckBox {  Hide |  Hide launcher in pop-up menu. }

      The following mnemonic is already used - 'H' (72)


   Class: JCheckBox {  Run in Own Output Tab | Run in Own Output Tab }

      The following mnemonic is already used - 'T' (84)

   Class: JLabel {  Categories: | Categories: }

      The following mnemonic is already used - 'T' (84)


   Class: JButton {  New | New }

      The following mnemonic is already used - 'W' (87)

   Class: JButton {  Down | Down }

      The following mnemonic is already used - 'W' (87)
Comment 1 Alexander Simon 2016-08-22 13:21:17 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/013c6e2a493a
Comment 2 Quality Engineering 2016-08-23 01:55:45 UTC
Integrated into 'main-silver', will be available in build *201608230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/013c6e2a493a
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #267401 a11y: mnemonic conflicts in "Launchers"
Comment 3 Quality Engineering 2016-09-02 01:58:03 UTC
Integrated into 'main-silver', will be available in build *201609020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/170a4363bd59
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #267401 a11y: mnemonic conflicts in "Launchers"
- additional fix