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 131425 - A11Y checker reports errors for components that are not visible to the user
Summary: A11Y checker reports errors for components that are not visible to the user
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: a11y (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaromir Uhrik
URL:
Keywords:
Depends on:
Blocks: 131339
  Show dependency tree
 
Reported: 2008-03-28 16:03 UTC by pslechta
Modified: 2011-02-16 17:20 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 pslechta 2008-03-28 16:03:30 UTC
Accessibility Checker reports errors for components that are not visible to the user (even if Test -> Only test showing
components checkbox is checked).

When some dialog contains javax.swing.JSpinner component (which somehow embeds javax.swing.JFormattedTextField
component) then error is generated, but the developer cannot make accessible the inner component of JSpinner. This may
be also problem of SDK.

See Issue 131339 for more details and for screenshot.
Comment 1 pslechta 2008-03-28 16:15:08 UTC
JSpinner uses JFormattedTextField internally for spinner text formatting (see javadoc for JSpinner or source code). In
this case, the JFormattedTextField is not directly accessible by the user, so there is no need to set a11y name and
description for this inner component. The user of A11Y checker should not be confused by reporting this as a problem.
Comment 2 pslechta 2008-08-13 15:57:24 UTC
Any progress on this issue?
Comment 3 Jaromir Uhrik 2008-08-13 17:32:20 UTC
I will work on issues fixing for 6.5-next release.
Comment 4 Marian Mirilovic 2011-02-16 17:20:21 UTC
too old without plan to fix it