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 108701 - A11y - style class dialog - missing mnemonics, description
Summary: A11y - style class dialog - missing mnemonics, description
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-03 00:01 UTC by _ krystyna
Modified: 2007-08-15 16:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a11y log (816 bytes, text/plain)
2007-08-15 16:16 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2007-07-03 00:01:19 UTC
Nb trunk build 07020000
XP
JDK1.6.0_02

This is the style class - use value - dialog
[The same issues as reported in issue 108555 also apply to the -use *binding* - dialog for style class - 
not filing another issue.]


Results of Accessibility test, window with title "checkbox1 - styleClass"


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JButton {  < |  }
   Class: javax.swing.JButton {  << |  }
   Class: javax.swing.JButton {  > |  }
   Class: javax.swing.JButton {  >> |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JList {  |  }


 Label with LABEL_FOR not set :
   - none.

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


 Components with no mnemonic :
   Class: javax.swing.JButton {  < |  }
   Class: javax.swing.JButton {  << |  }
   Class: javax.swing.JButton {  > |  }
   Class: javax.swing.JButton {  >> |  }
Comment 1 Pegah Sarram 2007-07-14 02:54:39 UTC
Fixed accessible name, accessible description and components with no LABEL_FOR errors.
Note that mnemonic can't be set on <, >, << and << buttons as they need to have at least one alphabetic character.

Checking in Bundle.properties;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in StyleClassPropertyPanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyPanel.java,v  <-- 
StyleClassPropertyPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in StyleClassPropertyPanel.form;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyPanel.form,v  <-- 
StyleClassPropertyPanel.form
new revision: 1.2; previous revision: 1.1
done
Comment 2 Lark Fitzgerald 2007-08-15 16:15:09 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 updated a11y output.
Comment 3 Lark Fitzgerald 2007-08-15 16:16:56 UTC
Created attachment 46669 [details]
a11y log