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 108550 - A11y report - VWP - style property - font dialog
Summary: A11y report - VWP - style property - font dialog
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-06-29 22:58 UTC by _ krystyna
Modified: 2007-08-15 16:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a11y log (1.22 KB, application/octet-stream)
2007-08-15 16:06 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2007-06-29 22:58:17 UTC
NB trunk installer build 06290000
XP
JDK1.6.0_02


 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }


 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Font Family List |  Font Family List }
   Class: javax.swing.JList {  Font Size List |  Font Size List }
   Class: javax.swing.JList {  List of Style Editors |  Displays the List of available Style Editors }
   Class: javax.swing.JTextArea {  Style preview text area |  Text area that displays the preview of composed style }


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Font Family: |  }
   Class: javax.swing.JLabel {  Size: |  }
   Class: javax.swing.JLabel {  Style: |  }
   Class: javax.swing.JLabel {  Variant: |  Font Variant Selection }
   Class: javax.swing.JLabel {  Weight: |  }
   Class: org.netbeans.modules.visualweb.propertyeditors.css.ColorSelectionField$ColorSelectionButton {  Color editor
button |  Click this Color editor button to launc


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

 Components with potential mnemonics conflict:
 - components with mnemonic 'D' :
   Class: javax.swing.JButton {  Edit... |  Edit chosen font family set }
   Class: javax.swing.JButton {  Reset to default |  N/A }


 Components not reachable with tab traversal :
   - none.
Comment 1 Pegah Sarram 2007-07-16 19:53:01 UTC
Fixed the mnemonic conflict error and set mnemonic for components listed in "Components with no mnemonic:" except for
color button since the button has no descriptive label. Instead I set the mnemonic on the "Color" label.

Per Winston, the following errors are coming from the Swing components and can't be fixed.
 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  }

Also, the font dialog has no label for font family and font size lists. I couldn't find any label for the style editor
list either. Therefore, the following errors can't be fixed.

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Font Family List |  Font Family List }
   Class: javax.swing.JList {  Font Size List |  Font Size List }
   Class: javax.swing.JList {  List of Style Editors |  Displays the List of available Style Editors }


Checking in Bundle.properties;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in FontStyleEditor.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontStyleEditor.java,v  <-- 
FontStyleEditor.java
new revision: 1.2; previous revision: 1.1
done
Checking in FontStyleEditor.form;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontStyleEditor.form,v  <-- 
FontStyleEditor.form
new revision: 1.2; previous revision: 1.1
done
Checking in StyleBuilderPanel.form;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderPanel.form,v  <-- 
StyleBuilderPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in StyleBuilderPanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderPanel.java,v  <-- 
StyleBuilderPanel.java
new revision: 1.2; previous revision: 1.1
done

Comment 2 Lark Fitzgerald 2007-08-15 16:05:33 UTC
Verified using:
Product Version: NetBeans 6 IDE Dev (Build 200708150000)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Woodstock 4.1: 200708141616

Attached new output.
Comment 3 Lark Fitzgerald 2007-08-15 16:06:07 UTC
Created attachment 46666 [details]
a11y log