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 140150 - No accessible description on Run Configuration step
Summary: No accessible description on Run Configuration step
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: A11Y
: 140915 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-15 18:10 UTC by Mikhail Matveev
Modified: 2008-10-02 17:28 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 Mikhail Matveev 2008-07-15 18:10:12 UTC
New Project -> PHP -> PHP Application -> Next -> Next.
In Run Configuration step:

No Accessible description :
   Class: javax.swing.JCheckBox {  Copy files from Sources Folder to another location |  } 
   Class: javax.swing.JComboBox {  Run As: |  } 
   Class: javax.swing.JTextField {  Project URL: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New PHP Project |  }
Comment 1 Ivan Sidorkin 2008-07-20 19:50:14 UTC
*** Issue 140915 has been marked as a duplicate of this issue. ***
Comment 2 Ivan Sidorkin 2008-07-20 19:50:35 UTC
Results of Accessibility test, window with title "New PHP Project"

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JCheckBox {  Copy files from Sources Folder to another location |  } 
   Class: javax.swing.JComboBox {  Run As: |  } 
   Class: javax.swing.JTextField {  Project URL: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New PHP Project |  } 

 Components with potential mnemonics conflict:
 - components with mnemonic 'R' :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JLabel {  Run As: |  }
Comment 3 Tomas Mysik 2008-08-06 21:14:14 UTC
Fixed.
http://hg.netbeans.org/main?cmd=changeset;node=a68e9c7e5614
Comment 4 Quality Engineering 2008-08-07 16:37:32 UTC
Integrated into 'main-golden', available in build *200808071401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/a68e9c7e5614
User: Tomas Mysik <tmysik@netbeans.org>
Log: A11Y fixed

Fixed at least #140150, #140914, #140916, #140917 and #140919.
Comment 5 Mikhail Matveev 2008-10-02 17:28:22 UTC
Verified