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 94331 - A11y: no accessible description for components in DefaultOptions - selectedValue dialog
Summary: A11y: no accessible description for components in DefaultOptions - selectedVa...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-05 11:16 UTC by bugbridge
Modified: 2007-08-30 15:45 UTC (History)
2 users (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 bugbridge 2007-02-05 11:16:11 UTC
Original status: 3-Accepted; Suggested Status: NEW

These items should be added to the Keywords: A11Y A11Y


Original submitter: syz

Description:
shortfin 061024_5

To bring up DefaultOptions -selectedValue dialog:
 Drop a dropdow, select dropdown1DefaultOptions in outline. Click selected property's ... button in 
property sheet.

Here is the test result:

Results of Accessibility test, window with title "dropDown1DefaultOptions - selectedValue"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Delete |  } 
   Class: javax.swing.JButton {  Down |  } 
   Class: javax.swing.JButton {  New |  } 
   Class: javax.swing.JButton {  Up |  } 
   Class: javax.swing.JTable {  Click New to create a new entry. Edit a value by clicking in the table cell. |  
} 


 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.

Evaluation:
A11Y, so simply accepting for now.
Comment 1 Matthew Bohm 2007-06-27 00:58:06 UTC
Accepting.
Comment 2 Pegah Sarram 2007-08-28 18:57:50 UTC
Fixed the "No accessible description" errors.

/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in TabularPropertyPanel.form;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyPanel.form,v  <-- 
TabularPropertyPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in TabularPropertyPanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyPanel.java,v  <-- 
TabularPropertyPanel.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Lark Fitzgerald 2007-08-30 15:45:29 UTC
Verified using:
Product Version: NetBeans 6 IDE Dev (Build 200708300000) 
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 
Glassfish: 58c
Woodstock 4.1: 200708281412

The report shows:
===============================================
 Tested Window title : Options Customizer - dropDown1
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTable {  |  }


 No Accessible description :
   Class: javax.swing.JTable {  |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  }


 Components with no mnemonic :
   - none.

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

 Components not reachable with tab traversal :
   - none.