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 19241 - Parts of the "CVS Output (Log)" window are not fully accessible.
Summary: Parts of the "CVS 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 20:42 UTC by pknakal
Modified: 2007-01-04 17:14 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 pknakal 2002-01-09 20:42:28 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

No Accessible name :
   Class: javax.swing.JTable {  |  } 
   Class: javax.swing.JTable {  |  } 

No Accessible description :
   Class: javax.swing.JTable {  |  } 
   Class: javax.swing.JTable {  |  } 
   Class: org.netbeans.core.windows.frames.TopFrameTypeImpl {  CVS Output [Log -
Test_A.java] |  } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  } 
   Class: javax.swing.JTable {  |  }
Comment 1 pknakal 2002-01-09 20:43:08 UTC
Added keyword A11Y.
Comment 2 Chris Ledantec 2002-01-10 17:55:44 UTC
pretty sure output is handled by vcscore...
Comment 3 Chris Ledantec 2002-01-14 14:02:59 UTC
vcscore.
Comment 4 Milos Kleint 2002-01-15 15:44:31 UTC
no, the output of log is part of javacvs...
org.netbeans.modules.cvsclient.commands.log package..
Comment 5 Chris Ledantec 2002-01-17 09:06:13 UTC
ok, so an a11y name and description needs to be set for the table(s)
and the TopFrameTypeImpl:

left table:
name: Symbolic Name List
desc: List of symbolic names and associated revisions.

right table:
name: Revision List
desc: List of file revisions including author, date, state, line
changes, and log entry.

TopFrameTypeImple:
desc: CVS Log command output for selected file.

milos, if these names/descriptions seem wrong or misplaced, feel free
to change them as you see fit.
Comment 6 Milos Kleint 2002-01-17 14:46:03 UTC
fixed in main trunk.

please approve for release33 branch.
Comment 7 Jan Chalupa 2002-01-17 15:08:02 UTC
Approved by QA.
Comment 8 iformanek 2002-01-17 15:11:01 UTC
Approved.
Comment 9 eadams 2002-01-17 15:38:41 UTC
Approved.
Comment 10 Milos Kleint 2002-01-17 15:56:03 UTC
integrated
Comment 11 pknakal 2002-01-21 14:20:11 UTC
Verified. OK.
Comment 12 Quality Engineering 2003-07-01 12:48:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.