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 41867 - The test fails to detect LABEL_FOR if set as LABEL_BY
Summary: The test fails to detect LABEL_FOR if set as LABEL_BY
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: a11y (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 19:32 UTC by Ana.von Klopp
Modified: 2011-02-16 17:20 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 Ana.von Klopp 2004-04-08 19:32:42 UTC
There are two ways to label a component such as a 
table. Either you can use the setLabelFor method 
on a JTable, or you can retrieve the accessible 
relations set from the table and add a new 
relation indicating that the component is labelled 
*by* a JLabel. This mechanism allows a single 
JLable to label more than one table for example. 

When Libor Martinek ran the A11y test on the HTTP 
Monitor's cookie table, the test indicated that 
the tables were not labelled. However, it can be 
verified that the labels work by viewing the 
labels manually. 

See issue 38935 which describes how the A11y test 
indicates failure after the code fix has been 
checked in. You can verify manually that the fix 
works in 3.6.
Comment 1 Marian Mirilovic 2011-02-16 17:20:14 UTC
too old without plan to fix it