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 108784 - A11Y: No Accessible description in EE1.4 Dropdown's items property dialog window.
Summary: A11Y: No Accessible description in EE1.4 Dropdown's items property dialog win...
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 18:34 UTC by _ hlu
Modified: 2007-09-11 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Report for "Bind to Data Provider" tab (1.17 KB, application/octet-stream)
2007-09-07 02:09 UTC, Pegah Sarram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2007-07-03 18:34:37 UTC
NB6 M10 build:
The a11y test report indicates the following:
No Accessible description :
   Class: javax.swing.JTabbedPane {  Bind to an Object |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Bind to an Object |  }

To access the dialog window:
0. In EE1.4 project.
1. drag dropdown onto designer (or CBG, RGB, etc)
2. go to properties > items (or selected) and click ... Go through each tab of this dialog.
Comment 1 Pegah Sarram 2007-08-11 00:08:10 UTC
Need to set accessible description.
Comment 2 Pegah Sarram 2007-08-30 00:40:36 UTC
The accessible description error is no longer reported. It was fixed as part of a fix for another A11Y issue. 

===============================================
 Tested Window title : dropDown1 - items
===============================================

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 :
   Class: javax.swing.JTabbedPane {  Bind to an Object |  Bind to an Object }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
Comment 3 Pegah Sarram 2007-09-07 02:09:46 UTC
Created attachment 48352 [details]
Report for "Bind to Data Provider" tab
Comment 4 Pegah Sarram 2007-09-10 22:33:17 UTC
Fixed the errors for "Bind to Data Provider" tab.

Checking in BindOptionsToDataProviderPanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindOptionsToDataProviderPanel.java,v
 <--  BindOptions
ToDataProviderPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in Bundle.properties;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.3; previous revision: 1.2
done

Errors reported on tab traversal and LABEL_FOR are not relevant.
Comment 5 Lark Fitzgerald 2007-09-11 16:38:28 UTC
Verified using (trunk):
Product Version: NetBeans 6 IDE Dev (Build beta1: 200709101200
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b02
Glassfish: 58g

Only label for error shows:
Components with no LABEL_FOR pointing to it :
  Class: javax.swing.JTabbedPane {  Bind to an Object |  Bind to an Object }