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 140855 - [A11Y] Issues with [SMSComposer] - Port Number custom property editor
Summary: [A11Y] Issues with [SMSComposer] - Port Number custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-19 00:38 UTC by Ivan Sidorkin
Modified: 2008-07-26 19:12 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-19 00:38:45 UTC
Results of Accessibility test, window with title "smsComposer [SMSComposer] - Port Number"

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


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JRadioButton {  Port Number: |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  User Code for Obtaining Integer |  User Code for Obtaining Integer } 
   Class: javax.swing.JFormattedTextField {  |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:33:38 UTC
This is P2 issue because accessible name is missing - see http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-22 08:42:28 UTC
This issue is related to the same problem in source code as issue #140843.
It is fixed in the same commit as mentioned issue.
Comment 3 Ivan Sidorkin 2008-07-25 11:53:20 UTC
Results of Accessibility test, window with title "smsComposer [SMSComposer] - Port Number"

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


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
Comment 4 Denis Anisimov 2008-07-25 12:22:22 UTC
Please analyze bug before file it or reopen.

Mentioned custom property editor dialog doesn't contain
JFormattedTextField.

Top component contains only JRadioButton and JSpinner.
I think that JFormattedTextField could be used in JSpinner 
implementation as editor for them. But this
component is transparent for user and doesn't need any A11Y prop
because JSpinner has all necessary A11Y props.

And as I said before this issue is related to #140843
that is fixed.
Comment 5 Ivan Sidorkin 2008-07-26 19:12:37 UTC
verified