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 50607 - Attach dialog on jdk1.5 has serious accessibilty bugs
Summary: Attach dialog on jdk1.5 has serious accessibilty bugs
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-10-19 11:38 UTC by _ lcincura
Modified: 2006-08-01 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Results from accessibility tester (9.08 KB, text/plain)
2004-10-19 11:39 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-10-19 11:38:01 UTC
Components lacks accessible name and accessible
description. See attachment.
Comment 1 _ lcincura 2004-10-19 11:39:01 UTC
Created attachment 18373 [details]
Results from accessibility tester
Comment 2 Jan Jancura 2004-10-20 13:31:30 UTC
I do not see any serious bug there. Whats the problem? JPanel & JLabel
does not need accessible name, as I know.
Comment 3 _ lcincura 2004-10-27 10:27:55 UTC
1, Set mnemonic on Name in SharedMEmoryListen and SharedMemoryAttach
2, JLabels have to have accessible name and descriptions
3, Make JLabels not focusable
Comment 4 Jan Jancura 2004-10-27 15:32:16 UTC
I will look at it.
Comment 5 Jan Jancura 2004-10-29 15:27:02 UTC
This must be some mistake!

1) Mnemonic is already set on Name for a long time
2) JLabels are not focusable, so they do not need accessible name &
description. But in spite of that I have added mnemonics to them.
3) JLabels are not focusable, as I know.
Comment 6 Jiri Kovalsky 2006-08-01 14:42:05 UTC
Works fine in development build #200607311800 of NetBeans 6.0. Verifying ...