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 54531 - A11Y problems in Run Main Project dialog
Summary: A11Y problems in Run Main Project dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-02-04 09:26 UTC by Milan Kubec
Modified: 2006-03-24 12:50 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 Milan Kubec 2005-02-04 09:26:38 UTC
[dev-200502021900, JDK 1.4.2_07]

The dialog is opened when no project is set as
main and user invokes action Run Main Project (F6).

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

No Accessible description :
 Class: javax.swing.JButton {  OK |  }
 Class: javax.swing.JList {  |  }
 Class:
org.netbeans.core.windows.services.NbDialog {  Run
Main Project |  }

Components with no LABEL_FOR pointing to it :
 Class: javax.swing.JList {  |  }
Comment 1 Tomas Zezula 2005-02-08 14:04:21 UTC
Checking in
projectui/src/org/netbeans/modules/project/ui/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.59; previous revision: 1.58
done
Checking in
projectui/src/org/netbeans/modules/project/ui/NoMainProjectWarning.form;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/NoMainProjectWarning.form,v
 <--  NoMainProjectWarning.form
new revision: 1.6; previous revision: 1.5
done
Checking in
projectui/src/org/netbeans/modules/project/ui/NoMainProjectWarning.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/NoMainProjectWarning.java,v
 <--  NoMainProjectWarning.java
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in
projectui/src/org/netbeans/modules/project/ui/actions/MainProjectAction.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/MainProjectAction.java,v
 <--  MainProjectAction.java
new revision: 1.12; previous revision: 1.11
done
Comment 2 Milan Kubec 2005-02-24 14:59:08 UTC
Verified in dev-200502231900.