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 140091 - [A11Y] Issues with dateField [DateField] - Date custom editor
Summary: [A11Y] Issues with dateField [DateField] - Date custom editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
: 140777 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-15 14:05 UTC by Andrei Chistiakov
Modified: 2008-07-29 12:54 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 Andrei Chistiakov 2008-07-15 14:05:10 UTC
Reproduced with NetBeans IDE Dev (Build 20080715055910).

Issues with dateField [DateField] - Date custom editor

 No Accessible name :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JRadioButton {  Databinding |  } 
   Class: javax.swing.JRadioButton {  Date: |  } 
   Class: javax.swing.JTabbedPane {  Read |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTabbedPane {  Read |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  Databinding |  }
Comment 1 Denis Anisimov 2008-07-17 17:18:56 UTC
Labels are absent here.
They are replaced by Radio buttons , so 
LABEL_FOR is not needed here.

All other issues are fixed.

changeset:   90500:ae1537cb3341
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 17 19:58:53 2008 +0400
summary:     Fix for #140091 - [A11Y] Issues with dateField [DateField] - Date custom editor
Comment 2 Denis Anisimov 2008-07-18 16:45:29 UTC
*** Issue 140777 has been marked as a duplicate of this issue. ***
Comment 3 Andrei Chistiakov 2008-07-29 12:54:38 UTC
Verified with NetBeans IDE Dev (Build 200807290201).