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 31333 - A11Y:Status Output dialog
Summary: A11Y:Status Output dialog
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-21 16:17 UTC by dmladek
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A11YTestTool output (1.07 KB, text/plain)
2003-02-21 16:21 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2003-02-21 16:17:21 UTC
Product Version       = NetBeans IDE Dev (Build
200302170100)
  IDE Versioning        = IDE/1 spec=3.38
impl=200302170100
  Operating System      = Linux version
2.4.18-19.7.x running on i386
  Java; VM; Vendor      = 1.4.1_01; Java
HotSpot(TM) Client VM 1.4.1_01-b01; Sun
Microsystems Inc.
  Java Home             = /usr/java/jdk1.4.1/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /home.local/delfajz;
/home.local/delfajz/forte3/NBdev-last/netbeans/bi
------------------------------------------------------------------------------------------------

There are components with No Accessible description
Also there are components with no mnemonic
etc.

The details are attached...
Comment 1 dmladek 2003-02-21 16:21:20 UTC
Created attachment 9081 [details]
A11YTestTool output
Comment 2 Martin Entlicher 2003-03-06 12:52:08 UTC
Accessibility issue - needs to be solved into 3.5.
Comment 3 Richard Gregor 2003-03-06 13:52:22 UTC
Fixed.



===============================================
 Tested Window title : CVS Output [Status - ContentPanel.java]
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't
contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.


-----------------------------------------------------------------------------
Checking in
src/org/netbeans/modules/cvsclient/commands/status/Bundle.properties;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.19; previous revision: 1.18
done
Checking in
src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.form;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.form,v
 <--  StatusInfoPanel.form
new revision: 1.14; previous revision: 1.13
done
Checking in
src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java,v
 <--  StatusInfoPanel.java
new revision: 1.36; previous revision: 1.35
done


Comment 4 Richard Gregor 2003-03-06 13:57:44 UTC
Also in release35.

Checking in
src/org/netbeans/modules/cvsclient/commands/status/Bundle.properties;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.18.8.1; previous revision: 1.18
done
Checking in
src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.form;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.form,v
 <--  StatusInfoPanel.form
new revision: 1.13.8.1; previous revision: 1.13
done
Checking in
src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java;
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java,v
 <--  StatusInfoPanel.java
new revision: 1.35.2.1; previous revision: 1.35
done
Comment 5 dmladek 2003-07-07 17:05:40 UTC
I'm testing the CVS Output [Status - file xxx] dialog
with UI Accessibility Tester v.2.0 on 
NBdev  (Build 200307030100) and it founds following differences then
you've mentioned in this bug...

If it is not realy problem, mark this issue FIXED and I'll be glad to
mark it VERIFIED. But as I'm not sure that fouded potencional mnemonic
conflicts is not a bug, I'm reopening it.
Sorry about it. Thanks

----------------------------------------------------
===============================================
 Tested Window title : CVS Output [Status - A1.java]
===============================================

 Components with potential mnemonics conflict:
 - components with mnemonic 'S' :
   Class: javax.swing.JLabel {  Selected Revisions: |  }
   Class: javax.swing.JLabel {  Status: |  }

 - components with mnemonic 'R' :
   Class: javax.swing.JLabel {  Repository File: |  }
   Class: javax.swing.JLabel {  Repository File: |  }

 - components with mnemonic 'O' :
   Class: javax.swing.JLabel {  Out Of: |  }
   Class: javax.swing.JLabel {  Sticky Options: |  }

 - components with mnemonic 'D' :
   Class: javax.swing.JLabel {  Description: |  }
   Class: javax.swing.JLabel {  Sticky Date: |  }

 - components with mnemonic 'F' :
   Class: javax.swing.JLabel {  Filename: |  }
   Class: javax.swing.JLabel {  Filename: |  }
Comment 6 Martin Entlicher 2003-07-07 17:55:34 UTC
The output from your tool is *very* strange.

There's nothing like "Selected Revisions:", "Out Of:", "Description:"
in the Status dialog.
"Filename" and "Repository File" is there only once.

Isn't this a combined output from Status and Log together?

Resolving back as fixed.
Comment 7 dmladek 2003-07-08 15:21:00 UTC
yes Martin!
I had opened output from log and status command together:-/

Is this wrong? Seems like bug in a testing tool then...

Verifying