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

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (15.02 KB, image/png)
2005-09-29 11:08 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 11:06:48 UTC
[dev-200509281800]

Pull Up dialog is not accessible, see screenshot and report:

===============================================
 Tested Window title : Pull Up Members of "Customer"
===============================================

Results of Accessibility test

 No Accessible description :
   Class: javax.swing.JCheckBox {   |  }
   Class: javax.swing.JComboBox {  Destination Supertype: |  }
   Class: javax.swing.JTable {  Members to Pull Up: |  }

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

The checkbox with no mnemonic is probably OK, since there is no title for the
checkbox.
Comment 1 Milan Kubec 2005-09-29 11:08:15 UTC
Created attachment 25289 [details]
screenshot
Comment 2 Jan Becicka 2005-09-29 14:58:26 UTC
Checking in PullUpPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/PullUpPanel.java,v  <--
 PullUpPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in PullUpPanel.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/PullUpPanel.form,v  <--
 PullUpPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.76; previous revision: 1.75
done
Comment 3 Milan Kubec 2005-10-05 09:51:04 UTC
Verified in dev-200510031800.