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 66952 - [A11Y] Accessibility problem in favorites
Summary: [A11Y] Accessibility problem in favorites
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-17 12:55 UTC by Tomas Danek
Modified: 2005-10-26 12:06 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 Tomas Danek 2005-10-17 12:55:48 UTC
[SOL10 on x86]

simple to fix..
Creating new file in favorites dialog - Result:
-------------------------------------
 No Accessible name :
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Empty File |  } 


 Label with LABEL_FOR not set :
   - none.

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

----------------------------------
And in new folder dialog - Result:
----------------------------------
 Tested Window title : New Folder
===============================================

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.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Folder |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
Comment 1 mslama 2005-10-17 13:00:14 UTC
Favorites use standard actions/dialog from displayed nodes.
Comment 2 Jiri Rechtacek 2005-10-17 13:32:57 UTC
Module projects/ui handles this dialog.
Comment 3 Jan Lahoda 2005-10-19 15:11:26 UTC
Should be fixed in the trunk. The OK/Cancel buttons does not have an Accessible
Description, but it should be OK, according to juhrik.

Checking in NoProjectNew.form;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.form,v
 <--  NoProjectNew.form
new revision: 1.2; previous revision: 1.1
done
Checking in NoProjectNew.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.java,v
 <--  NoProjectNew.java
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.67; previous revision: 1.66
done
Comment 4 Tomas Danek 2005-10-26 12:06:58 UTC
Right, correct now. Verified in Q-build candidate 200510251800