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 110405 - [A11Y] Project properties - web start tab - not accessible
Summary: [A11Y] Project properties - web start tab - not accessible
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
: 110373 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-20 13:02 UTC by Jiri Prox
Modified: 2007-09-26 09:14 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 Jiri Prox 2007-07-20 13:02:13 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

Web start tab in project properties is not accessible

===============================================
 Tested Window title : Project Properties - JavaApplication60
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   - none.
 
 No Accessible name :
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
 
 
 No Accessible description :
   Class: javax.swing.JButton {  Browse ... |  }
   Class: javax.swing.JCheckBox {  Allow Offline |  }
   Class: javax.swing.JCheckBox {  Enable Web Start |  }
   Class: javax.swing.JCheckBox {  Self-signed |  }
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A }
 
 
 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse ... |  }
   Class: javax.swing.JCheckBox {  Allow Offline |  }
   Class: javax.swing.JCheckBox {  Enable Web Start |  }
   Class: javax.swing.JCheckBox {  Self-signed |  }
 
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 
 Components not reachable with tab traversal :
   - none.
Comment 1 Milan Kubec 2007-08-01 16:12:53 UTC
Done.

Checking in JWSCustomizerPanel.form;
/cvs/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.form,v  <-- 
JWSCustomizerPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in JWSCustomizerPanel.java;
/cvs/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.java,v  <-- 
JWSCustomizerPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Comment 2 Milan Kubec 2007-08-01 16:20:44 UTC
*** Issue 110373 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Prox 2007-08-03 12:54:04 UTC
v.