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 19235 - Parts of the "CVS Output (Diff)" window are not fully accessible.
Summary: Parts of the "CVS Output (Diff)" window are not fully accessible.
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y, UI
Depends on:
Blocks:
 
Reported: 2002-01-09 20:10 UTC by pknakal
Modified: 2003-06-30 17:41 UTC (History)
2 users (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:10:18 UTC
NetBeans 3.3.1 ... build 200201040331 ... Solaris 8 ... J2SDK1.4.0_b90

Doesn't implement Accessible :
   Class: javax.swing.plaf.metal.MetalSplitPaneDivider {  } 
   Class: org.netbeans.modules.vcscore.diff.LinesComponent {  } 
   Class: org.netbeans.modules.vcscore.diff.LinesComponent {  } 

No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/x-java } 

No Accessible description :
   Class: org.netbeans.core.windows.frames.TopFrameTypeImpl {  CVS Output [Diff
Test_A.java] |  } 

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java }
Comment 1 pknakal 2002-01-09 20:10:40 UTC
Added keyword A11Y.
Comment 2 Milos Kleint 2002-01-10 07:38:00 UTC
moving to vcscore
Comment 3 Jiri Mzourek 2002-03-07 10:13:31 UTC
The dialog needs to be redesigned.
Comment 4 Filip Rachunek 2002-04-30 15:25:54 UTC
UI keyword added.
Comment 5 Martin Entlicher 2002-05-16 12:19:18 UTC
Moving to the diff module.
The diff package will go out from vcscore module.
Comment 6 Martin Entlicher 2002-07-16 16:29:26 UTC
This is fixed in the main trunk by the fix of issue #25627.
javax.swing.plaf.metal.MetalSplitPaneDivider does not need to be
accessible and no LABEL_FOR javax.swing.JEditorPane is O.K.
Comment 7 Jiri Kovalsky 2002-07-16 16:33:52 UTC
Okay. Should not this issue be rather duplicate of it ?
Comment 8 Martin Entlicher 2002-07-16 16:55:08 UTC
Yes, it could be a duplicate. Feel free to change it if it matters.
Comment 9 Martin Entlicher 2002-07-19 10:45:30 UTC
Fixed by the fix of issue #25627 in release34.
Comment 10 Quality Engineering 2003-06-30 17:41:14 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.