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 110431 - [A11Y] AM Security accessibility problems
Summary: [A11Y] AM Security accessibility problems
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Customization (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 14:53 UTC by Jaroslav Pospisil
Modified: 2007-12-06 14:11 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 Jaroslav Pospisil 2007-07-20 14:53:08 UTC
===============================================
 Tested Window title : NewWebService - AM Security
===============================================
 No Accessible description :
   Class: javax.swing.JButton {  Web Service Provider Security Configuration |
}
   Class: javax.swing.JCheckBox {  Enable Message Level Security |  }
   Class: javax.swing.JTabbedPane {  AM Security |  }
   Class: javax.swing.JTabbedPane {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  NewWebService |  }


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  AM Security |  }
   Class: javax.swing.JTabbedPane {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Web Service Provider Security Configuration |
}
Comment 1 Jaroslav Pospisil 2007-07-20 15:05:03 UTC
===============================================
 Tested Window title : WS Client / AM Security
===============================================

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


 No Accessible description :
   Class: javax.swing.JButton {  Web Service Client Security Configuration |  }

   Class: javax.swing.JCheckBox {  Enable Message Level Security |  }
   Class: javax.swing.JTabbedPane {  AM Security |  }
   Class: javax.swing.JTabbedPane {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  NewWebServiceService |
 }
\
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  AM Security |  }
   Class: javax.swing.JTabbedPane {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Web Service Client Security Configuration |  }

Comment 2 Peter Liu 2007-09-25 23:14:45 UTC
This is an a11y issue for the websvc edit attribute panel. There is currently no way to specify mneumonic for the tabs.
Reassigning to websvc.

Comment 3 Milan Kuchtiak 2007-10-24 15:07:54 UTC
Reassigning to customization subcategory.
Comment 4 Roderico Cruz 2007-10-31 01:42:03 UTC
Fixed the accessibility problems of the attribute panel tabs. It looks like
the AM Security panel itself has some accessibility problems as well, so
reassigning to Peter Liu.
Comment 5 Peter Liu 2007-10-31 18:08:00 UTC
Hi Rico,  could you tell me what a11y issues you see with the am security panel?

thanks.

Comment 6 Peter Liu 2007-11-02 02:10:38 UTC
From manual testing, I noticed that the AM security panels are grabbing the focus when becoming visible.  This break
a11y by preventing someone from moving between the tabs using the arrow key. I fixed this by disabling the auto focus.
Comment 7 Jaroslav Pospisil 2007-12-06 14:11:54 UTC
v.