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

Summary: a11y: Mnemonic conflict in "New Breakpoint" window in full IDE
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: henk89
Status: RESOLVED FIXED    
Severity: normal Keywords: A11Y
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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