-
Bug
-
Resolution: Unresolved
-
P4
-
8u111, 9
-
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.
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.