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 93917 - a11y report - style rule editor
Summary: a11y report - style rule editor
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-01 23:57 UTC by bugbridge
Modified: 2008-04-28 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attaching the new exception. (2.40 KB, application/octet-stream)
2007-07-21 03:49 UTC, Pegah Sarram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-01 23:57:22 UTC
Original submitter: krystyna

Description:
Shortfin 1024_5 (nb xyNNNNNN
XP
jdk1.6
ee5 project

1. open style rule editor and run a11y report:

Results of Accessibility test, window with title "Style Rule Editor"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  Ok |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Style Rule Editor |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Style Rule cascade list  |  This list contains
Style Rule cascade list  } 
   Class: javax.swing.JTextField {  Style Class Name Text Field |  Text Field to
eneter the CSS Style Class Name } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Preview |  } 


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   Class: javax.swing.JButton {  > |  Add Rule } 


 Components not reachable with tab traversal :
   - none.
Comment 1 Pegah Sarram 2007-07-21 03:49:20 UTC
Created attachment 45475 [details]
Attaching the new exception.
Comment 2 Pegah Sarram 2007-07-21 03:52:10 UTC
Ignore the attachment.  
Comment 3 Pegah Sarram 2007-08-30 00:49:56 UTC
The style rule editor no longer belongs to VW. Reassigning to web > css visual editor.
Comment 4 Petr Hejl 2007-10-23 15:21:54 UTC
Fixed bundles in form.

>No Accessible description :
>   Class: javax.swing.JButton {  Cancel |  } 
>   Class: javax.swing.JButton {  Ok |  } 
>   Class: org.netbeans.core.windows.services.NbDialog {  Style Rule Editor |  }
Custom OK, Cancel buttons removed. 

> Components with no LABEL_FOR pointing to it :
>   Class: javax.swing.JList {  Style Rule cascade list  |  This list contains
Style Rule cascade list  } 
>   Class: javax.swing.JTextField {  Style Class Name Text Field |  Text Field to
eneter the CSS Style Class Name } 
Component does not have a label intentionally.

> Components with no mnemonic :
>   Class: javax.swing.JLabel {  Preview |  } 
Fixed.

> Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
>   Class: javax.swing.JButton {  > |  Add Rule } 
Can't have reasonable mnemonic.


Checking in src/org/netbeans/modules/css/actions/Bundle.properties;
/cvs/web/css/src/org/netbeans/modules/css/actions/Bundle.properties,v  <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/css/actions/CssRuleCreateActionDialog.form;
/cvs/web/css/src/org/netbeans/modules/css/actions/CssRuleCreateActionDialog.form,v  <--  CssRuleCreateActionDialog.form
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/css/actions/CssRuleCreateActionDialog.java;
/cvs/web/css/src/org/netbeans/modules/css/actions/CssRuleCreateActionDialog.java,v  <--  CssRuleCreateActionDialog.java
new revision: 1.4; previous revision: 1.3
done