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 38752 - Missing accessible name for ComboBox in Attach dialog
Summary: Missing accessible name for ComboBox in Attach dialog
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-14 15:28 UTC by Milan Kubec
Modified: 2004-02-20 09:18 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 Milan Kubec 2004-01-14 15:28:03 UTC
One of the ComboBoxes in Attach dialog doesn't
contain accessible name.
Comment 1 Maros Sandor 2004-01-29 10:48:31 UTC
Which one?
Comment 2 Milan Kubec 2004-01-29 12:00:55 UTC
Tools doesn't say, but there are only two of them, hopefully it
shouldn't be a problem to find it in source.
Comment 3 Maros Sandor 2004-02-02 10:49:19 UTC
Both call setAccessibleDescription() and niether calls 
setAccessibleName() so I cannot easily tell which one is wrong. 
Moreover I have no way of testing it from the user's point of view.
Comment 4 Milan Kubec 2004-02-06 10:31:59 UTC
Aren't they both supposed to call setAccessibleName(). There is a tool
for testing components on a11y.netbeans.org. It's not that difficult
to use it.

CC'ing Dusan Pavlica to give advice about setAccessibleName() for
combo boxes.
Comment 5 Maros Sandor 2004-02-06 11:57:14 UTC
I found that there was no label for the connectors combo. 

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/ConnectPanel.
java,v  <--  ConnectPanel.java
new revision: 1.15; previous revision: 1.14
Comment 6 Milan Kubec 2004-02-20 09:18:47 UTC
Verified.