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 46085 - A11Y problems in the Refactoring/Usages window
Summary: A11Y problems in the Refactoring/Usages window
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-07-13 13:36 UTC by Marek Grummich
Modified: 2007-04-03 18:02 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 Marek Grummich 2004-07-13 13:36:07 UTC
Results of Accessibility test, window with title
"Refactoring"

 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }


 No Accessible description :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanelContainer
{  Refac
toring |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {   |  Refresh the
refactoring data }
   Class: javax.swing.JButton {  Do Refactoring |
 Perform the prepared refactor
ing action }
   Class: javax.swing.JToggleButton {   |  Expand
all nodes in tree }


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {   |  Refresh the
refactoring data }
   Class: javax.swing.JButton {  Do Refactoring |
 Perform the prepared refactor
ing action }
   Class: javax.swing.JToggleButton {   |  Expand
all nodes in tree }
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }
-------
Results of Accessibility test, window with title
"Usages"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }


 No Accessible description :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanelContainer
{  Usage
s |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {   |  Refresh the
refactoring data }
   Class: javax.swing.JToggleButton {   |  Expand
all nodes in tree }


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {   |  Refresh the
refactoring data }
   Class: javax.swing.JToggleButton {   |  Expand
all nodes in tree }
   Class:
org.netbeans.modules.refactoring.ui.RefactoringPanel$10
{  |  }
Comment 1 Pavel Flaska 2004-10-21 13:36:22 UTC
Fixed.

Checking in src/org/netbeans/modules/refactoring/ui/Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.34; previous revision: 1.33
done
Checking in src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanel.java,v
 <--  RefactoringPanel.java
new revision: 1.19; previous revision: 1.18
done
Checking in
src/org/netbeans/modules/refactoring/ui/RefactoringPanelContainer.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/RefactoringPanelContainer.java,v
 <--  RefactoringPanelContainer.java
new revision: 1.10; previous revision: 1.9
done
Processing log script arguments...
Comment 2 Marek Grummich 2004-11-04 15:28:59 UTC
Verified