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 111223 - A11Y - Create new TiledLayer, Components with no mnemonic
Summary: A11Y - Create new TiledLayer, Components with no mnemonic
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Game Builder (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ kherink
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-27 12:01 UTC by Fabiola Rios
Modified: 2008-07-29 11:28 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 Fabiola Rios 2007-07-27 12:01:57 UTC
Build 20070726

Components with no mnemonic :
   Class: javax.swing.JButton {  Import sample images  |  } 
   Class: javax.swing.JCheckBox {  Zoom |  } 


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |  Cancel button } 
   Class: javax.swing.JSlider {  |  }
Comment 1 _ kherink 2007-10-21 14:09:15 UTC
fixed in trunk

Checking in dialog/Bundle.properties;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/dialog/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in dialog/AbstractImagePreviewComponent.java;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/dialog/AbstractImagePreviewComponent.java,v  <-- 
AbstractImagePreviewComponent.java
new revision: 1.4; previous revision: 1.3
done
Checking in nbdialog/TiledLayerDialog.java;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/nbdialog/TiledLayerDialog.java,v  <--  TiledLayerDialog.java
new revision: 1.17; previous revision: 1.16
done
Checking in nbdialog/SpriteDialog.java;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/nbdialog/SpriteDialog.java,v  <--  SpriteDialog.java
new revision: 1.15; previous revision: 1.14
done
Checking in nbdialog/Bundle.properties;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/nbdialog/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in nbdialog/SpriteDialog.form;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/nbdialog/SpriteDialog.form,v  <--  SpriteDialog.form
new revision: 1.9; previous revision: 1.8
done
Checking in nbdialog/TiledLayerDialog.form;
/cvs/mobility/designer2/game/src/org/netbeans/modules/vmd/game/nbdialog/TiledLayerDialog.form,v  <--  TiledLayerDialog.form
new revision: 1.9; previous revision: 1.8
Comment 2 Ivan Sidorkin 2008-07-29 11:28:59 UTC
verified