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 253888 - a11y: Mnemonic conflict in "New Breakpoint" window in full IDE
Summary: a11y: Mnemonic conflict in "New Breakpoint" window in full IDE
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2015-07-28 09:47 UTC by soldatov
Modified: 2015-08-17 16:31 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 2015-07-28 09:47:51 UTC
In full NetBeans IDE a "New Breakpoint" window contains Debugger listbox (Java, JavaScript, PHP, native). This element conflicts with Condition field.

=========================================================================
The following mnemonics conflicts were found:

   Class: JLabel {  Debugger: |  <no description> }

      The following mnemonic is already used - 'D' (68)

   Class: JLabel {  Condition: |  <no description> }

      The following mnemonic is already used - 'D' (68)

=========================================================================

And I speak about all (6) breakpoint types.
Comment 1 henk89 2015-08-11 14:48:54 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/44d73de12b85
Comment 2 Quality Engineering 2015-08-13 01:19:53 UTC
Integrated into 'main-silver', will be available in build *201508130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44d73de12b85
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #253888 - a11y: Mnemonic conflict in "New Breakpoint" window in full IDE