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 17111 - Add a11y support to WizardDescriptor
Summary: Add a11y support to WizardDescriptor
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-10-29 23:19 UTC by Rochelle Raccah
Modified: 2008-12-22 22:45 UTC (History)
2 users (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 Rochelle Raccah 2001-10-29 23:19:14 UTC
From a discussion with the a11y team:

WizardDescriptor:
http://ui.netbeans.org/docs/wizards_styleguide/wizard.html
    An array of innerPanes are passed to WizardDescriptor and each innerPane
should have accessibleDescription related to content of innerPane.  This means
each WizardDescriptor.Panel's  return from getComponent() will be used to set
the description.

    In addition, the open ide core support will be responsible for concatenating
the step titles to the a11y description of the component.  That way, the
component could have a description which is used if it is shown in a gui
somewhere not in the context of a wizard and if it is put in a wizard, the step
title will automatically be added to the beginning of the description.
Comment 1 _ ttran 2001-10-30 07:21:26 UTC
will be handled by A11Y action team
Comment 2 jrojcek 2001-11-05 17:40:29 UTC
Accessible description of wizard dialog is composed from step title
and accessible description of the step
(WD.Panel.getComponent().getAC().getAD()).
Comment 3 Marian Mirilovic 2002-01-11 11:30:06 UTC
verified in [nb331_dev](20020111)
Comment 4 Quality Engineering 2003-07-01 16:48:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.