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 127948 - A11Y: Some A11Y issues in "Properties" dialog for EJB
Summary: A11Y: Some A11Y issues in "Properties" dialog for EJB
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 21:19 UTC by Roman Mostyka
Modified: 2008-12-22 11:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of "EJB Properties" dialog. (25.23 KB, image/jpeg)
2008-03-03 09:18 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-02-20 21:19:38 UTC
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : MethodsTesterEJB - Properties </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "MethodsTesterEJB - Properties"


 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 } 

</PRE>
</BODY>
</HTML>
Comment 1 Quy Nguyen 2008-02-28 20:38:02 UTC
The Properties dialog only has a single component so a label is probably not necessary.  The table is reachable by tab
traversal, contrary to what the accessibility tool is reporting.
Comment 2 Roman Mostyka 2008-03-03 09:18:10 UTC
There is also "Close" button and "Help" button (button with question sign).
Comment 3 Roman Mostyka 2008-03-03 09:18:55 UTC
Created attachment 57643 [details]
Screenshot of "EJB Properties" dialog.
Comment 4 Quy Nguyen 2008-03-18 19:50:30 UTC
This dialog is a common implementation provided by org.openide.nodes.NodeAction.showProperties().  The database
connection nodes in the servers tab show the same dialog with a different property sheet.  I think the issue should be
re-filed as a generic one against openide.
Comment 5 Roman Mostyka 2008-03-19 16:12:29 UTC
Reopen this issue and change component and subcomponent to 'openide' and 'dialogs'.
Comment 6 Lukas Hasik 2008-03-19 17:08:15 UTC
I don't see any problem in this report.

>Components with no LABEL_FOR pointing to it :
>   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table |  Table of editable properties
representing the current object } 
--> this is unreachable component that only holds the cells as reported in next lines 
> Components not reachable with tab traversal :
>   Class: org.openide.explorer.propertysheet.SheetTable {  Properties table |  Table of editable properties representing
>the current object } 

I'm closing as works for me. CCing, juhrik the A11Y expert to reopen if I'm wrong.


PS: Roman, please use the "Reassign issue to owner of selected subcomponent" when you are reassigning bugs. Thank you
Comment 7 Jaromir Uhrik 2008-03-19 18:07:54 UTC
Verified. TAB key works fine and the table is focused by default.