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 153786 - A11Y: Component with no mnemonic in "Find StrikeIron Services" dialog
Summary: A11Y: Component with no mnemonic in "Find StrikeIron Services" dialog
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-11-24 15:41 UTC by Roman Mostyka
Modified: 2010-11-08 08:06 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 Roman Mostyka 2008-11-24 15:41:58 UTC
Results of Accessibility test, window with title "Find StrikeIron Services"
Components with no mnemonic :
  Class: javax.swing.JLabel {   |  Status label }
Comment 1 Petr Jiricka 2010-11-05 20:07:13 UTC
Hi Denis, a fix of this issue was requested by the Oracle A11Y people, can you please take a look? Thanks.
Comment 2 Denis Anisimov 2010-11-08 08:06:57 UTC
This is not a bug.
This issue is result of A11Y automatic testing tool which just checks
against strong rules. 
In some cases no mnemonic is needed. Mnemonic should be used only as alternative 
of component activation. The current case is about Status message label which 
is just informative message without any control. No need to activate this 
component. So no mnemonic is needed.