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 184721 - A11Y Palette. Components with no mnemonic
Summary: A11Y Palette. Components with no mnemonic
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-22 13:08 UTC by Alexandr Scherbatiy
Modified: 2010-05-28 09:32 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 Alexandr Scherbatiy 2010-04-22 13:08:17 UTC
NetBeans-JavaFX-Soma:   #230


  Product Version         = NetBeans IDE Dev (Build 201004220200)
(#577952f4f3c3)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun
Microsystems Inc.




 Components with no mnemonic :
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Actions |  Actions } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Animation |  Animation } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Applications |  Applications } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Basic Shapes |  Basic Shapes } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Charts |  Charts } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Colors |  Colors } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Controls |  Controls } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Effects |  Effects } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Gradients |  Gradients } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Layouts |  Layouts } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Media |  Media } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Paths |  Paths } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Swing Components |  Swing Components } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Transformations |  Transformations } 
   Class: org.netbeans.modules.palette.ui.CategoryButton {  Transitions |  Transitions }
Comment 1 Karol Harezlak 2010-04-26 08:05:01 UTC
fixed,

http://hg.netbeans.org/javafx/rev/fe037f4256ab
Comment 2 Alexandr Scherbatiy 2010-05-18 10:17:45 UTC
verified in netbeans-trunk-nightly-201005170932-javafx-windows.exe
Comment 3 Karol Harezlak 2010-05-24 09:52:44 UTC
Mnemonics are removed, it generates problems with tool tips and Palette Manager.
Comment 4 Karol Harezlak 2010-05-24 11:14:36 UTC
It looks like that it's not possible to implement mnemonics in palette without breaking tool tips or Palette Manager.
Comment 5 Karol Harezlak 2010-05-27 14:14:06 UTC
change-set to remove mnemonics from palette,

http://hg.netbeans.org/javafx/rev/dd27de6d192a
Comment 6 Karol Harezlak 2010-05-27 14:16:47 UTC
change-set to remove mnemonics from palette,

http://hg.netbeans.org/javafx/rev/dd27de6d192a

In 6.9 mnemonics are part of palette to mark this issue as a candidate for 6.9.1 I'm changing status from WONTFIX to FIXED to avoid confusion.