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 110007 - [A11Y][Introduce Var] dialog is not a11ble
Summary: [A11Y][Introduce Var] dialog is not a11ble
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-17 14:08 UTC by Max Sauer
Modified: 2007-10-18 10:11 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 Max Sauer 2007-07-17 14:08:42 UTC
org.netbeans.modules.java.hints.introduce.IntroduceVariablePanel:

- dialog has no a11y desc.
- Cancel, OK, 'name' JTextField and both checkboxes are missing it also


===============================================
 Tested Window title : Introduce Variable
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  Ok |  } 
   Class: javax.swing.JCheckBox {  Declare Final |  } 
   Class: javax.swing.JCheckBox {  Replace All Occurrences (2) |  } 
   Class: javax.swing.JTextField {  Name: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Introduce Variable |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

---
Product Version: NetBeans IDE Dev (Build 070717) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Linux version 2.6.12-1.1390_FC4smp running on i386; 
UTF-8; en_US (nb) Userdir: /home/ms159439/.netbeans/dev
Comment 1 Petr Hrebejk 2007-07-22 16:19:11 UTC
OK and Cancel is a nonsense. The dialog is invoked using NotifyDescriptor.
Comment 2 Petr Hrebejk 2007-07-22 16:24:58 UTC
Checking in IntroduceVariablePanel.form;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/IntroduceVariablePanel.form,v  <-- 
IntroduceVariablePanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in IntroduceVariablePanel.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/IntroduceVariablePanel.java,v  <-- 
IntroduceVariablePanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in Bundle.properties;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Comment 3 Petr Hrebejk 2007-07-22 16:41:04 UTC
Sorry OK and Cancel implemented ass suggested in #110138
Comment 4 Max Sauer 2007-10-18 10:11:16 UTC
Verified.
---
Product Version: NetBeans IDE Dev (Build 20071018060449)
Java: 1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
System: Linux version 2.6.15-1.2054_FC5xen0 running on i386; UTF-8; en_US (nb)
Userdir: /home.local/tester/.netbeans/dev