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 127651 - A11Y: Palette
Summary: A11Y: Palette
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-18 15:34 UTC by kozlov
Modified: 2008-11-13 19:13 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 kozlov 2008-02-18 15:34:25 UTC
Results of Accessibility test, window with title "Palette"


 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.netbeans.modules.palette.ui.CategoryList {  Nodes |  Nodes } 
   Class: org.netbeans.modules.palette.ui.CategoryList {  Operator |  Operator } 


 Components with no mnemonic :
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Boolean |  Boolean } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Nodes |  Nodes } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Number |  Number } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Operator |  Operator } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  String |  String } 


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

 Components not reachable with tab traversal :
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Boolean |  Boolean } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Nodes |  Nodes } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Number |  Number } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Operator |  Operator } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  String |  String } 
   Class: org.netbeans.modules.palette.ui.CategoryList {  Nodes |  Nodes } 
   Class: org.netbeans.modules.palette.ui.CategoryList {  Operator |  Operator }
Comment 1 Sergey Lunegov 2008-03-18 09:02:10 UTC
Alex, please look at this.
Comment 2 _ alexpetrov 2008-03-19 16:30:01 UTC
This issue has been verified on:
Product Version: NetBeans IDE Dev (Build 080318)
Java: 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03
System: Windows XP version 5.1 running on x86

1. Class: org.netbeans.modules.palette.ui.CategoryButton {  Boolean |  Boolean }...

Elements of Palette in all other NB projects (Web | WebApplication (VisualWeb Java ServerFaces), 
Java | Java Desctop Application, ...) have no mnemonics.


2. Components not reachable with tab traversal :
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Boolean |  Boolean } 
   ........
   Class: org.netbeans.modules.palette.ui.CategoryList {  Operator |  Operator

Works for me. All elements of Palette can be reached by using the key Tab.
Comment 3 andyloh 2008-11-13 19:13:08 UTC
Marking this issue as Verified, since I can't mark it as Invalid and because I was instructed not to close the ticket. 
The Palette is no longer available, since the XSLT Editor Design View has been removed.  So the issues reported in this
ticket are irrelevant.