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 25788 - Accesibility
Summary: Accesibility
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-07-18 16:49 UTC by _ pkuzel
Modified: 2003-02-04 14:40 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 _ pkuzel 2002-07-18 16:49:51 UTC
These were wrongly reportes against i18n module:

There is component which is not accessible in
 Custimoze Locale 
 dialog.

 How open this dialog ? 
 - In explorer use popup menu from property file
 and select customize




 This is output from UI Accessibility tester :

 ===============================================
  Tested Window title : Customizer Dialog
 ===============================================
 Results of Accessibility test
  Doesn't implement Accessible :
    - none.
  No Accessible name :
    - none.
  No Accessible description :
    Class: org.netbeans.core.NbDialog { 
Customizer
 Dialog |  }
  Label with LABEL_FOR not set :
    - none.
  Components with no LABEL_FOR pointing to it :
    - none.
  Components with no mnemonic :
    Class: javax.swing.JButton {  Close |  Close
 button }
  Components not reachable with tab traversal :
    Class: javax.swing.JButton {  Add Locale | 
N/A }
    Class: javax.swing.JButton {  Close |  Close
 button }
    Class: javax.swing.JButton {  Help |  Help
button }
    Class: javax.swing.JList {  Locales: |  List
of
 locales in this bundle. }
    Class: javax.swing.JTextField {  Name: |  N/A
}



 ------- Additional Comments From Petr Felenda
2002-07-17 08:46 PDT -------

 Added keyword



 ------- Additional Comments From Petr Felenda
2002-07-17 09:06 PDT -------

 There are more dialogs that are not 100%
accessible.


 - Customize keys (use popup menu over kye of
property file in 
 explorer)
 - Output from UI tester :
 ===============================================
  Tested Window title : Customizer Dialog
 ===============================================
 Results of Accessibility test

  No Accessible description :
    Class: org.netbeans.core.NbDialog { 
Customizer Dialog |  }

  Components with no mnemonic :
    Class: javax.swing.JButton {  Close |  Close
button }
Comment 1 Filip Rachunek 2002-07-19 08:25:12 UTC
Class: org.netbeans.core.NbDialog { Customizer Dialog |  }
 - already fixed by #25545 bugfix
Class: javax.swing.JButton {  Close |  Close
button }
 - since the dialog can be closed by "Esc", there is no need for
mnemonic on Close button
Comment 2 pfelenda 2002-10-18 16:21:56 UTC
Verified in dev [200210160100].