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 65308 - [A11Y] Refactoring error/warning dialogs not accessible
Summary: [A11Y] Refactoring error/warning dialogs 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 09:41 UTC by Milan Kubec
Modified: 2007-07-24 22:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of the dialog (14.42 KB, image/png)
2005-09-29 09:42 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 09:41:39 UTC
[dev-200509281800]

Rename Error/Warning dialog is not accessible, see the report:

===============================================
 Tested Window title : Rename  NewMain
===============================================

Results of Accessibility test

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

 No Accessible description :
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextArea {  |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextArea {  |  }
Comment 1 Milan Kubec 2005-09-29 09:42:15 UTC
Created attachment 25284 [details]
screenshot of the dialog
Comment 2 Milan Kubec 2005-09-29 09:49:53 UTC
Same report is for Extract Method Error/Warning dialog.
Comment 3 Milan Kubec 2005-09-29 09:58:18 UTC
Same report is for Encapsulate Fields Error/Warning dialog.
Comment 4 Milan Kubec 2005-09-29 10:00:50 UTC
Also Pull Up and Push Down Error/Warning dialogs.
Comment 5 Milan Kubec 2005-09-29 10:21:23 UTC
Also Move Inner to Outer, Convert Annonymous Class to Inner Error/Warning dialogs.
Comment 6 Jan Becicka 2005-09-29 14:13:45 UTC
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ProblemComponent.java,v
 <--  ProblemComponent.java
new revision: 1.5; previous revision: 1.4
done
Checking in ProblemComponent.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ProblemComponent.form,v
 <--  ProblemComponent.form
new revision: 1.3; previous revision: 1.2
done
Checking in ErrorPanel.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ErrorPanel.java,v  <--
 ErrorPanel.java
new revision: 1.10; previous revision: 1.9
done
Checking in ErrorPanel.form;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/ErrorPanel.form,v  <--
 ErrorPanel.form
new revision: 1.8; previous revision: 1.7
done
Checking in Bundle.properties;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.75; previous revision: 1.74
done

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

these components don't need label_for - they are not editable.
Comment 7 Milan Kubec 2005-10-05 09:41:17 UTC
Verified in dev-200510031800.