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 127631 - [A11Y] Issues with Predicate Editor
Summary: [A11Y] Issues with Predicate Editor
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Alexey Anjeleevich
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-18 12:57 UTC by Andrei Chistiakov
Modified: 2008-02-27 15:09 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 Andrei Chistiakov 2008-02-18 12:57:21 UTC
Reproduced with build 200802140010.

Issues with Predicate Editor

 No Accessible name :
   Class: javax.swing.JButton {  |  Collapse / Expand } 
   Class: org.netbeans.modules.soa.mappercore.Canvas {  |  } 
   Class: org.netbeans.modules.soa.mappercore.LeftTree {  |  } 
   Class: org.netbeans.modules.soa.mappercore.Mapper {  |  } 
   Class: org.netbeans.modules.soa.mappercore.RightTree {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Set Focus |  } 
   Class: javax.swing.JTextField {  Context: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Predicate Editor |  } 
   Class: org.netbeans.modules.soa.mappercore.Canvas {  |  } 
   Class: org.netbeans.modules.soa.mappercore.LeftTree {  |  } 
   Class: org.netbeans.modules.soa.mappercore.Mapper {  |  } 
   Class: org.netbeans.modules.soa.mappercore.RightTree {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.modules.soa.mappercore.LeftTree {  |  } 

 Components with no mnemonic :
   Class: javax.swing.JButton {  Ok |  Ok } 
   Class: javax.swing.JButton {  Set Focus |  } 
   Class: javax.swing.JLabel {  Context: |  }
Comment 1 Sergey Lunegov 2008-02-18 13:20:26 UTC
Nikita, please look at this.
Comment 2 Jaromir Uhrik 2008-02-19 15:18:15 UTC
It is P1 issue because of missing dialog's accessible description.
Comment 3 Nikita Krjukov 2008-02-21 16:04:33 UTC
The issues related to Mapper Core remained. 
Comment 4 Alexey Anjeleevich 2008-02-22 14:18:56 UTC
Fixed by supernikita and me.

>Components with no mnemonic :
>Class: javax.swing.JButton {  Ok |  Ok } 
Did not fixed. This is default button and it is always accessible 
by Enter or Ctrl-Enter

>Components with no LABEL_FOR pointing to it :
>Class: org.netbeans.modules.soa.mappercore.LeftTree {  |  } 
LeftTree does not need label paintinng to it. Not fixed.
Comment 5 Andrei Chistiakov 2008-02-27 15:09:51 UTC
Verified with build 200802270005.