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

[macos] java.awt.event keyListener event

XMLWordPrintable

    • x86
    • os_x

      FULL PRODUCT VERSION :


      ADDITIONAL OS VERSION INFORMATION :
      mac osx serria

      A DESCRIPTION OF THE PROBLEM :
      when i have
      public void keyPressed(KeyEvent e){
      keyPress = true;
      key = e.getKeyCode();
      System.out.println(e);
      }
      it works for a few frames then only does released keys

      REGRESSION. Last worked in version 8u102


      REPRODUCIBILITY :
      This bug can be reproduced always.

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: