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 142065 - [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Summary: [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-29 13:59 UTC by Ivan Sidorkin
Modified: 2008-08-08 09: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 Ivan Sidorkin 2008-07-29 13:59:57 UTC
Results of Accessibility test, window with title "textBox [TextBox] - Input Constraints"

 No Accessible description :
   Class: javax.swing.JCheckBox {  INITIAL_CAPS_SENTENCE |  } 
   Class: javax.swing.JCheckBox {  INITIAL_CAPS_WORD |  } 
   Class: javax.swing.JCheckBox {  Non Predictive |  } 
   Class: javax.swing.JCheckBox {  Password |  } 
   Class: javax.swing.JCheckBox {  Sensitive |  } 
   Class: javax.swing.JCheckBox {  Uneditable |  } 
   Class: javax.swing.JRadioButton {  Any |  } 
   Class: javax.swing.JRadioButton {  Constraints: |  } 
   Class: javax.swing.JRadioButton {  Decimal |  } 
   Class: javax.swing.JRadioButton {  E-mail Address |  } 
   Class: javax.swing.JRadioButton {  Numeric |  } 
   Class: javax.swing.JRadioButton {  Phone Number |  } 
   Class: javax.swing.JRadioButton {  URL |  }
Comment 1 Denis Anisimov 2008-08-01 13:24:36 UTC
changeset:   94062:a89ceba650f8
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Aug 01 16:21:30 2008 +0400
summary:     Fix for #142065 - [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Comment 2 Quality Engineering 2008-08-02 16:09:39 UTC
Integrated into 'main-golden', available in build *200808021401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/a89ceba650f8
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #142065 - [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Comment 3 Ivan Sidorkin 2008-08-04 11:23:02 UTC
NetBeans IDE Dev (Build 200808040201)

Results of Accessibility test, window with title "textBox [TextBox] - Input Constraints"

 No Accessible description :
   Class: javax.swing.JRadioButton {  Constraints: |  } 
Comment 4 Denis Anisimov 2008-08-06 17:36:42 UTC
Right.
For some reason I forgot to set A11Y props for radio button.
Fixed.

changeset:   94994:41cf4d2e9b1b
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Aug 06 20:34:25 2008 +0400
summary:     Fix for #142065 - [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Comment 5 Quality Engineering 2008-08-07 16:36:11 UTC
Integrated into 'main-golden', available in build *200808071401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/41cf4d2e9b1b
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #142065 - [A11Y] Issues with [TextBox] - Input Constraints custom property editor
Comment 6 Ivan Sidorkin 2008-08-08 09:54:45 UTC
verified