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 141528 - a11y - properties for project group defined by master project
Summary: a11y - properties for project group defined by master project
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-24 12:46 UTC by Tomas Danek
Modified: 2008-07-29 11:33 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 Tomas Danek 2008-07-24 12:46:56 UTC
Product Version: NetBeans IDE Dev (Build 20080724040119)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Tomas\.netbeans\dev
===================================
- binding of label with textfield
- a11y descs.
- a11y name


===============================================
 Tested Window title : Project Group Properties
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JTextField {  Master Project: |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Project Group Propertie
s |  }


 Label with LABEL_FOR not set :
   - none.

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


 Components with no mnemonic :
   - none.

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

 Components not reachable with tab traversal :
   - none.
Comment 1 Milan Kubec 2008-07-24 12:59:30 UTC
This dialog hasn't changed in last releases, so it's probably not P1.
Comment 2 Tomas Danek 2008-07-24 13:09:39 UTC
Unfortunately projects group feature was forgotten at all during a11y testing for 6.1 - since it was not covered by our
test specifications (i added it there in 6.1 fcs time). This is P1 according to guidelines, but i agree impact of this
is not the same as deadlock... 
Comment 3 Milan Kubec 2008-07-25 09:24:30 UTC
Fixed.

http://hg.netbeans.org/main/rev/a5ffdec9d52c
Comment 4 Tomas Danek 2008-07-29 11:33:33 UTC
Thanks! Verified.