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 19232 - Parts of the "Server Output Log" window are not fully accessible.
Summary: Parts of the "Server Output Log" window are not fully accessible.
Status: CLOSED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-01-09 19:54 UTC by pknakal
Modified: 2007-01-04 17:14 UTC (History)
0 users

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 pknakal 2002-01-09 19:54:12 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

No Accessible name :
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: javax.swing.JTextArea {  |  } 

No Accessible description :
   Class: javax.swing.JButton {  Close |  } 
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: javax.swing.JTextArea {  |  } 
   Class: org.netbeans.core.NbDialog {  Server Output Log |  } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }
Comment 1 pknakal 2002-01-09 19:54:40 UTC
Added keyword A11Y.
Comment 2 Chris Ledantec 2002-01-10 17:54:25 UTC
is this part of vcscore too?
Comment 3 Milos Kleint 2002-01-10 18:00:30 UTC
no idea here actually.. it "seems" to me like patrik means the window
that is shown upon pressing the View Log button on the output window
of update/remove/add/checkout/commit.. but not sure.. if it's so then
it's part of javacvs.
Comment 4 pknakal 2002-01-14 09:21:20 UTC
Yes, the View Log button.
Comment 5 Chris Ledantec 2002-01-14 14:00:53 UTC
this is part of vcscore.
Comment 6 Gabriel Tichy 2002-01-15 16:27:03 UTC
It is javacvs. 
org.netbeans.modules.cvsclient.commands.DefaultInfoPanel
Comment 7 Chris Ledantec 2002-01-17 09:26:48 UTC
JScrollPanel does not need an a11y name or description.

JButton does not need an a11y description.

JTextArea:
name: Server Log
desc: Error log from CVS server

NbDialog:
desc: Error log from CVS server
Comment 8 Milos Kleint 2002-01-17 14:39:26 UTC
fixed in main trunk.

please approve for release33 branch integration.
Comment 9 iformanek 2002-01-17 15:08:32 UTC
Approved.
Comment 10 Jan Chalupa 2002-01-17 15:10:19 UTC
Approved by QA.
Comment 11 eadams 2002-01-17 15:38:05 UTC
Approved.
Comment 12 Milos Kleint 2002-01-17 15:53:58 UTC
integrated.
Comment 13 pknakal 2002-01-21 14:13:10 UTC
Verified. OK.
Comment 14 Quality Engineering 2003-07-01 12:48:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.