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 140136 - [A11Y] Issues with MIDP Application properties > General
Summary: [A11Y] Issues with MIDP Application properties > General
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 17:08 UTC by Andrei Chistiakov
Modified: 2008-07-29 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (33.96 KB, text/plain)
2008-07-18 13:34 UTC, Andrei Chistiakov
Details
the same of correct MIME type (33.96 KB, image/png)
2008-07-18 13:36 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2008-07-15 17:08:07 UTC
Reproduced with NetBeans IDE Dev (Build 20080715055910).

Issues with MIDP Application properties > General

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

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JFormattedTextField {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Category: |  N/A }
Comment 1 Denis Anisimov 2008-07-18 13:27:02 UTC
Could you please provide screenshot .
I cannot find any JFormattedTextField  component in General Tab.

All other issues cannot be fixed because they are reused from openide dialogs API.
And it doesn't allow to set Accessible properties for standard Buttons ( like "OK"
 and "Cancel" ) .
Explorer tree is connected actually with "Category" label .
It can be checked via manual testing. 
So there is no problem with LABEL_FOR property even it cannot be set via API.
Comment 2 Andrei Chistiakov 2008-07-18 13:34:44 UTC
Created attachment 64954 [details]
screenshot
Comment 3 Andrei Chistiakov 2008-07-18 13:36:29 UTC
Created attachment 64955 [details]
the same of correct MIME type
Comment 4 Denis Anisimov 2008-07-18 13:49:28 UTC
Thanks,
but could you please point JFormattedTextField in this screenshot .
Pointed Dialog doesn't contain any JFormattedTextField .
There are only JTextFields.
I cannot identify component under question.
Comment 5 Andrei Chistiakov 2008-07-18 13:53:04 UTC
I can't. All I can say is that the A11Y tool finds and reports about this component as described above.
Comment 6 Denis Anisimov 2008-07-18 14:26:43 UTC
It's strange result of A11Y tool because there are no JFormattedTextField  at all.
Also I see some problems with JTextField's in mentioned sreen but there is no report about them.

So I will fix all JTextField A11Y problems for General page and close this bug as FIXED.
Possibly you use old binaries.....
Comment 7 Denis Anisimov 2008-07-18 15:30:17 UTC
changeset:   90758:b6885abb721e
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Jul 18 18:27:21 2008 +0400
summary:     Fix for #140136 - [A11Y] Issues with MIDP Application properties > General
Comment 8 Andrei Chistiakov 2008-07-29 12:59:50 UTC
Verified with NetBeans IDE Dev (Build 200807290201).