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 65686 - [A11Y] Add navigation rule panel
Summary: [A11Y] Add navigation rule panel
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-03 10:33 UTC by Petr Blaha
Modified: 2005-11-04 16:59 UTC (History)
0 users

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 Petr Blaha 2005-10-03 10:33:33 UTC
[build 20050928]
Steps:
1) create web project with JSF framework
2) open jsf-config file
3) open pop-up menu Java Server Faces -> Add Navigation Rule

A11Y report:
 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JTextArea {  Rule Description: |  }
   Class: javax.swing.JTextField {  Rule from View: |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Add Navigation Rule |  }

Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JButton {  Cancel |  Cancel button }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JTextArea {  Rule Description: |  }
   Class: javax.swing.JTextField {  Rule from View: |  }
Comment 1 Petr Pisl 2005-10-05 14:40:41 UTC
Fixed in the trunk
Checking in Bundle.properties;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/dialogs/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in AddNavigationRuleDialog.form;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/dialogs/AddNavigationRuleDialog.form,v
 <--  AddNavigationRuleDialog.form
new revision: 1.3; previous revision: 1.2
done
Checking in AddNavigationRuleDialog.java;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/dialogs/AddNavigationRuleDialog.java,v
 <--  AddNavigationRuleDialog.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Petr Blaha 2005-11-04 16:59:21 UTC
[build 20051103]