Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7156393

[macosx] Mnemonics don't work

XMLWordPrintable

    • generic, x86
    • os_x

      Mnemonics do not work in Mac OS X because e.getKeyChar() method from the KeyEvent returns different key char which is not in range 'a'..'z', 'A'..'Z'

      For example: type A
      ---------------------
      key code: 65
      key char:
      key char int: 1
      ---------------------
      To reproduce the issue run the test javax/swing/JTabbedPane/4624207/bug4624207.java
      See also issue 7151821

            Unassigned Unassigned
            alexsch Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: