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 127650 - A11Y: No Accessible description for JCombobox, window with title "Advanced Search"
Summary: A11Y: No Accessible description for JCombobox, window with title "Advanced Se...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-18 15:28 UTC by Mikhail Matveev
Modified: 2008-10-02 15:04 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 Mikhail Matveev 2008-02-18 15:28:21 UTC
Results of Accessibility test, window with title "Advanced Search"

No Accessible description :
   Class: javax.swing.JComboBox {  Type: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Advanced Search |  }
Comment 1 Sonali Kochar 2008-03-10 18:55:54 UTC
I tested the Advanced Search window in all three views and I dont see this output from the A11Y plugin. Please provide
steps on how to invoke this window and from where..
Comment 2 Vladimir Yaroslavskiy 2008-04-02 12:07:11 UTC
fixed in trunk:

===============================================
 Tested Window title : Advanced Search
===============================================

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 :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 3 Mikhail Matveev 2008-10-02 15:04:59 UTC
Verified