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 110004 - [A11Y][Introduce method] not a11ble
Summary: [A11Y][Introduce method] 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 13:56 UTC by Max Sauer
Modified: 2007-10-18 10:09 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 13:56:36 UTC
org.netbeans.modules.java.hints.introduce.IntroduceMethodPanel:

- 'lblName' has not label for set
- 'name' JTextField has no A11Y name and description
- whole dialog has no a11y description
- ok, cancel, and all radio's have not a11y desc. set

===============================================
 Tested Window title : Introduce Method
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  Ok |  } 
   Class: javax.swing.JRadioButton {  default |  } 
   Class: javax.swing.JRadioButton {  private |  } 
   Class: javax.swing.JRadioButton {  protected |  } 
   Class: javax.swing.JRadioButton {  public |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Introduce Method |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Access: |  } 


 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:17:19 UTC
OK and Cancel is a nonsense. The dialog is invoked using NotifyDescriptor.

Checking in Bundle.properties;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/Bundle.properties,v  <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in IntroduceMethodPanel.form;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.form,v  <--  IntroduceMethodPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in IntroduceMethodPanel.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.java,v  <--  IntroduceMethodPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Petr Hrebejk 2007-07-22 16:41:17 UTC
Sorry OK and Cancel implemented ass suggested in #110138
Comment 3 Max Sauer 2007-10-18 10:09:38 UTC
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