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 65316 - [A11Y] Extract Method dialog not accessible
Summary: [A11Y] Extract Method dialog not accessible
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-09-29 10:36 UTC by Milan Kubec
Modified: 2007-07-24 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (15.92 KB, image/png)
2005-09-29 10:37 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-09-29 10:36:52 UTC
[dev-200509281800]

Extract method dialog is not accessible, attached screenshot shows which dialog,
see report:

===============================================
 Tested Window title : Extract Method
===============================================

Results of Accessibility test

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

 No Accessible description :
   Class: javax.swing.JComboBox {  Access |  }
   Class: javax.swing.JTable {  |  }
   Class: javax.swing.JTextField {  Method Name: |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  }
Comment 1 Milan Kubec 2005-09-29 10:37:40 UTC
Created attachment 25288 [details]
screenshot
Comment 2 Jan Becicka 2005-09-29 14:28:00 UTC
Checking in ExtractMethodPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.java,v
 <--  ExtractMethodPanel.java
new revision: 1.10; previous revision: 1.9
done
Checking in ExtractMethodPanel.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.form,v
 <--  ExtractMethodPanel.form
new revision: 1.4; previous revision: 1.3
done
Comment 3 Milan Kubec 2005-10-05 09:45:13 UTC
a11y tester uncovered aditional problems:

 No Accessible description :
   Class: javax.swing.JCheckBox {  Declare Static |  }

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Declare Static |  }
   Class: javax.swing.JLabel {  Parameters: |  }
Comment 4 Jan Becicka 2005-10-05 10:14:13 UTC
Checking in ExtractMethodPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.java,v
 <--  ExtractMethodPanel.java
new revision: 1.12; previous revision: 1.11
done
Checking in ExtractMethodPanel.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.form,v
 <--  ExtractMethodPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.80; previous revision: 1.79
done
Comment 5 Milan Kubec 2005-10-27 14:31:06 UTC
Still not fixed completly.

No Accessible description :
  Class: javax.swing.JCheckBox {  Declare Static |  }

Components with potential mnemonics conflict:
- components with mnemonic 'P' :
  Class: javax.swing.JCheckBox {  Preview All Changes |  N/A }
  Class: javax.swing.JLabel {  Parameters: |  N/A }
Comment 6 Jan Becicka 2005-11-01 09:47:21 UTC
Checking in ExtractMethodPanel.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.form,v
 <--  ExtractMethodPanel.form
new revision: 1.7; previous revision: 1.6
done
Checking in ExtractMethodPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ExtractMethodPanel.java,v
 <--  ExtractMethodPanel.java
new revision: 1.14; previous revision: 1.13
done
Checking in Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.85; previous revision: 1.84
done
Comment 7 Milan Kubec 2006-01-10 13:06:11 UTC
Verified in release50-rc1-200601091900.