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 128155 - A11y errors in Source View
Summary: A11y errors in Source View
Status: RESOLVED DUPLICATE of bug 128699
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-22 13:41 UTC by Mikhail Matveev
Modified: 2008-03-07 09:42 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 Mikhail Matveev 2008-02-22 13:41:35 UTC
Doesn't implement Accessible :
   Class: org.netbeans.modules.versioning.diff.DiffSidebar {  } 

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.text.QuietEditorPane {  Editor for ADT_A01.xsd |  Editor for D:\Documents and Settings\Misha\My
Documents\NetBeansProjects\JavaApplication26\src\ADT_A01.xsd } 

 Components not reachable with tab traversal :
   Class: org.openide.text.QuietEditorPane {  Editor for ADT_A01.xsd |  Editor for D:\Documents and Settings\Misha\My
Documents\NetBeansProjects\JavaApplication26\src\ADT_A01.xsd }
Comment 1 Jaromir Uhrik 2008-02-25 13:14:05 UTC
Mikhail, Could you please add steps to reproduce so that I can evaluate the problem with focus. If there is really the
tab traversal problem please think about if there is existing workaround how to use this feature. Thanks
Comment 2 Sonali Kochar 2008-03-05 23:33:36 UTC
This is the editor view. I am not sure what tab traversal here means? there are no GUI components to tab to...

Misha,

Please update.
Comment 3 Mikhail Matveev 2008-03-06 12:35:58 UTC
Same problem as in other views: how to navigate from the toolbar into the editor?

1. Create newLoanApplication schema. Schema View is open by default.
2. Switch to the Source View using keyboard.
After this, I see no way to move focus inside the view.
Comment 4 Sonali Kochar 2008-03-06 21:52:33 UTC
There are 2 bugs here

The doesnt implement Accessible class : org.netbeans.modules.versioning.diff.DiffSidebar: is not owned by XML.
Transferring to core team to fix this. Not sure which component, so currently transferring to editor team

For the tab traversal, I have filed a separate bug: 129470
http://www.netbeans.org/issues/show_bug.cgi?id=129470
Comment 5 Maros Sandor 2008-03-07 09:42:18 UTC
Sidebar issue has been fixed already, closing as dup, please verify.

*** This issue has been marked as a duplicate of 128699 ***