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 128194 - a11y - Java application with ex.srouces panel#4
Summary: a11y - Java application with ex.srouces panel#4
Status: VERIFIED DUPLICATE of bug 110415
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-22 19:20 UTC by Tomas Danek
Modified: 2008-02-25 15:00 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 Tomas Danek 2008-02-22 19:20:07 UTC
Product Version: NetBeans IDE Dev (Build 20080221072310)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
Userdir: /tmp/ud

-----------------

===============================================
 Tested Window title : New Java Project with Existing Sources
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JList {  Excluded Files: |  }
   Class: javax.swing.JList {  Included Files: |  }
   Class: javax.swing.JTextField {  Excludes: |  }
   Class: javax.swing.JTextField {  Includes: |  }
   Class: org.netbeans.core.windows.services.NbDialog {  New Java Project with Existing Sources |  } ---> P1


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 1 Tomas Zezula 2008-02-22 21:32:34 UTC
What?
Missing Accessible Description is P1? The Accessible description has mostly value N/A and doesn't affect behavior of the application at all. I even doubt if it's 
P2.
Comment 2 Jiri Prox 2008-02-25 06:49:32 UTC

*** This issue has been marked as a duplicate of 110415 ***
Comment 3 Tomas Danek 2008-02-25 15:00:57 UTC
Yup, according to guidelines missing a11y desc for component like dialog, window, ... is P1. Of course if dialog name is
descriptive itself, P1 is not needed, which is probably this case. verified dupl.