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 109990 - [A11Y] mnemonic conflict in servlets
Summary: [A11Y] mnemonic conflict in servlets
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-17 12:29 UTC by Radim Roska
Modified: 2007-08-20 09:10 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 Radim Roska 2007-07-17 12:29:33 UTC
Components with potential mnemonics conflict:
 - components with mnemonic 'A' :
   Class: javax.swing.JButton {  Add... |  } 
   Class: javax.swing.JButton {  Add... |  }
Comment 1 Erno Mononen 2007-08-09 08:48:25 UTC
Fixed in trunk.

Checking in InitParamsPanel.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/InitParamsPanel.java,v  <--  
InitParamsPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in ServletPanel.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/ServletPanel.java,v  <--  ServletPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in Bundle.properties;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties,v  <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in ServletPanel.form;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/ServletPanel.form,v  <--  ServletPanel.form
new revision: 1.3; previous revision: 1.2
done
Comment 2 Radim Roska 2007-08-20 09:10:56 UTC
VERIFIED