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 128157 - A11y errors in Design View
Summary: A11y errors in Design View
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-22 13:46 UTC by Mikhail Matveev
Modified: 2008-03-07 00:54 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:46:09 UTC
No Accessible name :
   Class: org.netbeans.modules.xml.schema.abe.NamespacePanel {  |  } 
   Class: org.netbeans.modules.xml.schema.multiview.SchemaABEViewMultiViewElement {  |  } 

 No Accessible description :
   Class: org.netbeans.modules.xml.schema.abe.NamespacePanel {  |  } 
   Class: org.netbeans.modules.xml.schema.multiview.SchemaABEViewMultiViewElement {  |  } 

 Components with no mnemonic :
   Class: org.netbeans.modules.xml.schema.abe.RoundExpandCollapseButton {  + |  Show or hide attributes. } 

Also, it seems that there is no way to move focus from JToggleButton to Design View elements.
Comment 1 Jaromir Uhrik 2008-02-25 13:06:25 UTC
If there is really problem with focus then the priority is assigned properly - could you please add steps how to show
this view so that I can try to evaluate the problem with focus. Thanks.
Comment 2 Sonali Kochar 2008-03-04 03:14:34 UTC
I dont see any JToggleButton here. Can you please provide steps/screenshots of the JToggleButton?
Comment 3 Mikhail Matveev 2008-03-05 19:36:32 UTC
Sonali,
Under JToggleButtons I mean Source - Schema - Design switch buttons.
Comment 4 Sonali Kochar 2008-03-05 20:11:38 UTC
If you mean switching between the Source To Schema To Design buttons, the tool tip clearly says to use CNTRL + ALT +PG
up or CNTRl +ALt + PG down keys

Once you are in the design view, you have to use the left and right arrow keys to navigate.
Comment 5 Mikhail Matveev 2008-03-06 12:48:56 UTC
When you are in design view for the first time, left and right arrows don't work. They switch views instead.
Steps:
1. Create newLoanApplication schema. Schema View is open by default.
2. Switch to the Design View using keyboard.
After this, I see no way to move focus inside the view.
Comment 6 Sonali Kochar 2008-03-06 18:54:05 UTC
How did you reach the design view? As the tool tip says, use the CNTL + ALT + PG down key to switch views. Once you are
in design view, use left/right arrow key..If it doesnt work, press tab and then press left/right arrow key..

Misha,

Can you please try this for design and source view?
Comment 7 Sonali Kochar 2008-03-07 00:54:38 UTC
Fixed the accessible name and description. The mnemonic is not a bug
changeset a1df8bc34b74 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=a1df8bc34b74

for tab traversal, please see issue 
http://www.netbeans.org/issues/show_bug.cgi?id=129470