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 19231 - Parts of the "Output of VCS Command ... Checkout" window are not fully accessible.
Summary: Parts of the "Output of VCS Command ... Checkout" window are not fully access...
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:49 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 19:49:18 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

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

No Accessible description :
   Class: javax.swing.JButton {  n/a |  } 
   Class: javax.swing.JButton {  n/a |  } 
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: javax.swing.JTable {  |  } 
   Class: org.netbeans.core.windows.frames.TopFrameTypeImpl {  Output of VCS
Commands [Checkout] |  } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  } 

Components with no mnemonic :
   Class: javax.swing.JButton {  n/a |  }
Comment 1 pknakal 2002-01-09 19:49:32 UTC
Added keyword A11Y.
Comment 2 Chris Ledantec 2002-01-14 12:52:24 UTC
this is part of vcs core i think...
Comment 3 Milos Kleint 2002-01-15 15:38:50 UTC
nope, it's the window with the table that displays the checked out
files.. that's part of javacvs..
Comment 4 Milos Kleint 2002-01-16 10:45:35 UTC
Chris, can you please coment on this one?
the affected class is
org.netbeans.modules.cvsclient.commands.update.UpdateInfoPanel

thanks.
Comment 5 Chris Ledantec 2002-01-17 09:20:44 UTC
the scroll pane does not need an a11y name or description. not sure
why that shows up in the test...

JTable:
name: Checkout log
desc: List of files successfully checked out.

the name is wrong on the buttons (this is probably a typo in the code
in that n/a should be assigned to accessibleDescription not
accessibleName. the name should be the same as the text on the button.

make 'v' the mnemonic for the View Log button.

the dialog has no default action -Close makes sense to me but View Log
might be better (espeicially if there is an error).

TopFrameTypeImpl:
desc: CVS Checkout command output.
Comment 6 Milos Kleint 2002-01-17 14:41:33 UTC
fixed in main trunk.

please approve for release33 branch integration.
Comment 7 iformanek 2002-01-17 15:08:45 UTC
Approved.
Comment 8 Jan Chalupa 2002-01-17 15:09:26 UTC
Approved by QA.
Comment 9 eadams 2002-01-17 15:37:15 UTC
Approved.
Comment 10 Milos Kleint 2002-01-17 15:55:01 UTC
integrated
Comment 11 pknakal 2002-01-21 14:16:12 UTC
Verified. OK.
Comment 12 Quality Engineering 2003-07-01 12:48:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.