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 82530 - a11y: WSDL Editor properties window - a11y issues
Summary: a11y: WSDL Editor properties window - a11y issues
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
: 82534 82536 82554 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-11 22:34 UTC by jchieu
Modified: 2008-12-22 21:49 UTC (History)
1 user (show)

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 jchieu 2006-08-11 22:34:19 UTC
Create a new WSDL File.
Select the Properties window.

 Doesn't implement Accessible :
   Class: org.openide.explorer.propertysheet.ButtonPanel {  } 


 No Accessible name :
   Class: 
org.openide.explorer.propertysheet.ButtonPanel$ConditionallyFocusableButton {  
|  } 
   Class: org.openide.explorer.propertysheet.StringInplaceEditor {  |  } 


 No Accessible description :
   Class: 
org.openide.explorer.propertysheet.ButtonPanel$ConditionallyFocusableButton {  
|  } 
   Class: org.openide.explorer.propertysheet.StringInplaceEditor {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table |  
Table of editable properties representing the current object } 
   Class: org.openide.explorer.propertysheet.StringInplaceEditor {  |  } 


 Components with no mnemonic :
   Class: 
org.openide.explorer.propertysheet.ButtonPanel$ConditionallyFocusableButton {  
|  } 


 Components not reachable with tab traversal :
   Class: org.openide.explorer.propertysheet.ButtonPanel {  } 
   Class: 
org.openide.explorer.propertysheet.ButtonPanel$ConditionallyFocusableButton {  
|  } 
   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table |  
Table of editable properties representing the current object } 
   Class: org.openide.explorer.propertysheet.StringInplaceEditor {  |  }
Comment 1 Shivanand Kini 2006-08-25 20:00:36 UTC
propertysheet a11y issue
Comment 2 Jaromir Uhrik 2006-09-11 13:19:29 UTC
Works for me. I got the following output for properties of wsdl and both
conflicts in this case are not valid issues:

===============================================
 Tested Window title : hdfjdfjdfh - Properties
===============================================
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 :
   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table | 
Table of editable properties representing the current object }
 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 :
   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table | 
Table of editable properties representing the current object }
Comment 3 Jaromir Uhrik 2006-09-11 14:57:21 UTC
*** Issue 82534 has been marked as a duplicate of this issue. ***
Comment 4 Jaromir Uhrik 2006-09-11 15:05:50 UTC
*** Issue 82536 has been marked as a duplicate of this issue. ***
Comment 5 Jaromir Uhrik 2006-09-11 15:56:36 UTC
*** Issue 82554 has been marked as a duplicate of this issue. ***
Comment 6 jchieu 2006-09-13 23:28:10 UTC
I disagree, what happens if a blind person is using the product.

This needs to be addressed:

 Components not reachable with tab traversal :
   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table |  
Table of editable properties representing the current object } 
Comment 7 Stanislav Aubrecht 2006-09-14 11:59:51 UTC
well, the a11y tool may report that the table is not reachable but in reality
the tab key does work and moves input focus as expected (tested on winxp and
solaris, jdk1.5)

please reopen if there's a reproducible test case where the property sheet can't
be reached with a tab key