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 17112 - add a11y support to custom property editors
Summary: add a11y support to custom property editors
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-10-29 23:25 UTC by Rochelle Raccah
Modified: 2008-12-22 22:46 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 Rochelle Raccah 2001-10-29 23:25:25 UTC
From a discussion with the a11y team:

CustomPropertyEditor:
    Use the same recommendation like for DialogDescriptor...It means
acccessibilityDescription for dialog, which displays CPE, is taken from CPE
accessibleDescription.  See issue 17110 for details.

What happens one of the standard property editors (String, Dataobject, File) are
used is still TBD.  We would like to be able to include support for customizing
the description for an individual context.  This might require addition of
support for another hint in the property editing framework.

For example, if I were to use the Data object property editor that David Strupl
recently contributed
to the core and want to provide a more specific description (like which kind of
node is going to be accepted), that should be supported.
Comment 1 _ ttran 2001-10-30 07:22:23 UTC
will be handled by A11Y action team
Comment 2 jrojcek 2001-11-05 17:25:02 UTC
First part (accessibleDescription of dialog is taken from CPE) is done.
Comment 3 jrojcek 2001-11-26 17:27:38 UTC
Accessible description of dialog which shows CPE is taken from
FeatureDescriptor.getValue("description").
Commited to release33 branch, will be merged to trunk later.
Comment 4 Marian Mirilovic 2002-01-11 11:31:00 UTC
verified in [nb331_dev](20020111)
Comment 5 Quality Engineering 2003-07-01 16:48:36 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.