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 84395 - a11y: open any xml file a11y issues
Summary: a11y: open any xml file a11y issues
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-07 00:49 UTC by jchieu
Modified: 2007-11-05 13:42 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 jchieu 2006-09-07 00:49:29 UTC
Open any xml file.

 Doesn't implement Accessible :
   Class: org.netbeans.editor.CodeFoldingSideBar {  } 
   Class: org.netbeans.modules.editor.errorstripe.AnnotationView {  }

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.text.QuietEditorPane {  Editor for Input.xml |  Editor 
for C:\Sun60\Projects\CompositeApp1\test\TestCase0\Input.xml }

 Components not reachable with tab traversal :
   Class: org.openide.text.QuietEditorPane {  Editor for Input.xml |  Editor 
for C:\Sun60\Projects\CompositeApp1\test\TestCase0\Input.xml }
Comment 1 Petr Jiricka 2006-09-08 08:57:38 UTC
Stepan, can you investigate, please? Thanks.
Comment 2 Jaromir Uhrik 2006-09-11 16:33:35 UTC
Confirmed, I got the same output.
Comment 3 Sherold Dev 2006-09-11 16:51:29 UTC
Reassigning to editor.
Comment 4 Vitezslav Stejskal 2006-12-18 23:31:21 UTC
QuietEditorPane is never visible for a user, it won't have any label nor it can
be accessed using the tab key. CodeFoldingSideBar and AnnotationView should
implement Accessible.
Comment 5 Vitezslav Stejskal 2007-03-23 05:29:52 UTC
Should be fixed now.

Checking in
errorstripe/src/org/netbeans/modules/editor/errorstripe/AnnotationView.java;
/cvs/editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/AnnotationView.java,v
 <--  AnnotationView.java
new revision: 1.32; previous revision: 1.31
done
Checking in
errorstripe/src/org/netbeans/modules/editor/errorstripe/Bundle.properties;
/cvs/editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in libsrc/org/netbeans/editor/CodeFoldingSideBar.java;
/cvs/editor/libsrc/org/netbeans/editor/CodeFoldingSideBar.java,v  <-- 
CodeFoldingSideBar.java
new revision: 1.31; previous revision: 1.30
done
Checking in libsrc/org/netbeans/editor/Bundle.properties;
/cvs/editor/libsrc/org/netbeans/editor/Bundle.properties,v  <--  Bundle.properties
new revision: 1.73; previous revision: 1.72
done