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 19236 - Parts of the "Information (Diff)" window are not fully accessible.
Summary: Parts of the "Information (Diff)" 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:13 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:13:50 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

No Accessible description :
   Class: javax.swing.JList {  Diff Command Found No Difference on Following
Files: |  } 
   Class: org.netbeans.core.NbPresenter {  Information |  }
Comment 1 pknakal 2002-01-09 20:14:05 UTC
Added keyword A11Y.
Comment 2 Chris Ledantec 2002-01-10 17:56:27 UTC
diff is definitely part of vcscore.
Comment 3 Milos Kleint 2002-01-16 09:00:04 UTC
nope, it's in org.netbeans.modules.cvsclient.commands.diff package..
the BinaryFilesWarning class..
Comment 4 Chris Ledantec 2002-01-17 09:11:06 UTC
the information is good, it just needs to be assigned differently:

JList: 
name: Information text
desc: Diff command found no difference on the following files:

NbPresenter:
desc: Diff command found no difference on the following files:

the desc for the dialog should be the same as the text contained in
the dialog as outlined in the a11y guidelines on a11y.nb.org. (i'm
sure everyone knows this, i'm just putting it in the bug for the sake
of dilligence.)
Comment 5 Milos Kleint 2002-01-17 09:58:54 UTC
the description for the dialog is a bit more complicated.

I figured the dialog has no name currently. (NbPresenter)
The thing is the dialog can display 2 different things- binary files
and files with no changes. Depending on the count of each case, both
lists are displayed or only one... What should be the ideal
accessibility name for the dialog? (and also the usual name for te
dialog?)
Comment 6 Chris Ledantec 2002-01-17 10:26:25 UTC
thanks for pointing that out... here's another stab a naming and
describing the dialog.

name: Diff process information.
desc: Diff was unable to process the selected files for the following
reason: <insert the reason here... either, No differences, Unable to
process a binary file, or No differences and unable to process a
binary file>

does that satisfy this dialog better?
Comment 7 Milos Kleint 2002-01-17 16:29:20 UTC
fixed in main trunk

please approve for release33 branch integration.
Comment 8 iformanek 2002-01-17 16:42:09 UTC
Approved.
Comment 9 Jan Chalupa 2002-01-17 17:17:28 UTC
Approved by QA.
Comment 10 eadams 2002-01-17 18:37:24 UTC
Approved.
Comment 11 Milos Kleint 2002-01-17 21:04:20 UTC
integrated into 3.3.1 (branch release33)
Comment 12 pknakal 2002-01-21 14:23:15 UTC
Verified. OK.
Comment 13 Quality Engineering 2003-07-01 12:48:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.