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 163913 - Run project dialog is not accessible
Summary: Run project dialog is not accessible
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Pis
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-28 13:28 UTC by Jiri Prox
Modified: 2009-08-21 06:10 UTC (History)
1 user (show)

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 Jiri Prox 2009-04-28 13:28:12 UTC
Product Version: NetBeans IDE Dev (Build 200904261401)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux version 2.6.24-23-generic running on i386; UTF-8; en_US (nb)

Dialog which is shown when running project with compilable error is not fully accessible. 

===============================================
 Tested Window title : Run Project
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  Run Anyway |  } 
   Class: javax.swing.JCheckBox {  Always run without asking |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Run Project |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

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

 Components not reachable with tab traversal :
   - none.
Comment 1 Peter Pis 2009-08-18 15:19:06 UTC
Fixed.

http://hg.netbeans.org/jet-main/rev/7a2ff00855b9
Comment 2 Quality Engineering 2009-08-21 06:10:59 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/621b525c6401
User: Peter Pis <ppis@netbeans.org>
Log: #163913: fixing accessibility issues in Run project dialog.