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 131930 - A11Y for Export SVG as ... reverted
Summary: A11Y for Export SVG as ... reverted
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-04-03 13:40 UTC by Lukas Hasik
Modified: 2008-08-01 04:06 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 Lukas Hasik 2008-04-03 13:40:22 UTC
the A11Y has been reverted by http://hg.netbeans.org/main?cmd=changeset;node=2dac9f3079f1 for the Export as Image dialog

please, add the functionality back to source code
Comment 1 Karol Harezlak 2008-04-03 16:55:31 UTC
fixed in the trunk

http://hg.netbeans.org/main?cmd=changeset;node=34792cbce76d

Comment 2 Andrei Chistiakov 2008-07-29 13:14:36 UTC
Verified with NetBeans IDE Dev (Build 200807290201).
Comment 3 Andrei Chistiakov 2008-07-29 13:23:31 UTC
Marked 'verified' by mistake.

Results of Accessibility test, window with title "Exporting as image"

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

 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 

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


 Components with no mnemonic :
   Class: javax.swing.JLabel {  File |  File } 
   Class: javax.swing.JLabel {  Format |  Preview format label } 
   Class: javax.swing.JLabel {  Size |  Size } 


Results of Accessibility test, window with title "Exporting animation"


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


 No Accessible description :
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 
   Class: javax.swing.JFormattedTextField {  |  } 


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


 Components with no mnemonic :
   Class: javax.swing.JLabel {  / |  / } 
   Class: javax.swing.JLabel {  / |  / } 
   Class: javax.swing.JLabel {  File |  File } 
   Class: javax.swing.JLabel {  Format |  Format } 
   Class: javax.swing.JLabel {  Size |  Size } 
   Class: javax.swing.JLabel {  Time  |  Time } 
   Class: javax.swing.JLabel {  [s] |  [s] } 
Comment 4 Andrei Chistiakov 2008-07-29 13:29:35 UTC
According to A11Y issue priorities, this bug is P2.
Comment 5 Denis Anisimov 2008-07-30 17:48:55 UTC
Need to set A11Y props.
Comment 6 Denis Anisimov 2008-07-31 19:55:42 UTC
Please check UI component manually before file A11Y bugs.

There are no standalone JFormattedTextField components in mentioned dialogs.
Possibly it is used by JSpinner inmplementation as editor component.
But it is transparent for user so there are no need in A11Y props for them.
All A11Y props for JSpinner are set.

So any problem related to JFormattedTextField  is invalid.

Mnemonics for "Exporting as image" dialog are fixed.

Two labels "/" are just informative and they are like a picture.
So there is no need in mnemonic.
The same related to "[s]" .
Mnemonics for other labels are fixed in "Exporting animation" dialog.

changeset:   93873:a5cc4ce0d521
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 31 22:44:56 2008 +0400
summary:     Fix for #131930 - A11Y for Export SVG as ... reverted
Comment 7 Quality Engineering 2008-08-01 04:06:45 UTC
Integrated into 'main-golden', available in build *200808010201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/a5cc4ce0d521
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #131930 - A11Y for Export SVG as ... reverted