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 55903 - A11Y: issues on 'Use database' panel
Summary: A11Y: issues on 'Use database' panel
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-03 15:29 UTC by Petr Blaha
Modified: 2006-03-24 12:54 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 Petr Blaha 2005-03-03 15:29:31 UTC
[Build 20050301]
Panel: Choose database, invoked from editor by
right-click - Enterprise resource - Use database
No Accessible description :
   Class: javax.swing.JButton {  Add Connection |  }
   Class: javax.swing.JComboBox {  Connection: |  }
   Class: javax.swing.JRadioButton {  Existing
Class |  }
   Class: javax.swing.JRadioButton {  Generator
inline lookup code |  }
   Class: javax.swing.JTextField {  JNDI Name: |  }
   Class:
org.netbeans.core.windows.services.NbPresenter { 
Choose Database |  }
 
 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  Existing
Class |  }
   Class: javax.swing.JRadioButton {  Generator
inline lookup code |  }
 
 Components with potential mnemonics conflict:
 - components with mnemonic 'C' :
   Class: javax.swing.JButton {  Add Connection |  }
   Class: javax.swing.JLabel {  Connection: |  }
Comment 1 zikmund 2005-03-07 14:07:43 UTC
Downgrading to P3 according to A11Y guidelines.
Comment 2 Libor Kotouc 2005-03-14 10:40:37 UTC
Fixed.

Checking in SelectDatabasePanel.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/entres/SelectDatabasePanel.java,v
 <--  SelectDatabasePanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in SelectDatabasePanel.form;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/entres/SelectDatabasePanel.form,v
 <--  SelectDatabasePanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/entres/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Comment 3 Petr Blaha 2005-04-26 08:20:06 UTC
[Build 20050424 netbeans41]