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 108791 - A11Y: a11y issues in component's JavaScript property dilalog window.
Summary: A11Y: a11y issues in component's JavaScript property dilalog window.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-03 19:18 UTC by _ hlu
Modified: 2007-08-29 20:16 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 _ hlu 2007-07-03 19:18:08 UTC
NB6 M10 build:
a11y test report indicates the following:
No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/javascript } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/javascript }

Also if you press Alt, there is no mnemonic in the label for the editor.

To access the dialog window:
1. DnD a component.
2. click ... button in any JavaScript properties in the component's property window.
Comment 1 Pegah Sarram 2007-07-30 22:23:34 UTC
Need to set mnemonic for the label and accessible name for the text area.
Comment 2 Pegah Sarram 2007-08-27 23:22:15 UTC
Fixed the mnemonic, accessible name and LABEL_FOR errors. 

Checking in Bundle.properties;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in JavaScriptPropertyPanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyPanel.java,v  <-- 
JavaScriptPropertyPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Lark Fitzgerald 2007-08-29 20:16:52 UTC
Verified using:
Product Version: NetBeans 6 IDE Dev (Build 200708281200) 
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06
Glassfish: 58c
Woodstock 4.1: 200708281412

New report:
===============================================
 Tested Window title : textField1 - onClick
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 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 mn
emonic):
   - none.

 Components not reachable with tab traversal :
   - none.