Bug 700

Summary: Alt+Key causes flicker in fullscreen mode
Product: [JogAmp] Newt Reporter: cubus <damichl73>
Component: windowsAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: ---    
Version: 1   
Hardware: All   
OS: windows   
Type: --- SCM Refs:
Workaround: ---

Description cubus 2013-03-13 03:35:12 CET
jogl v2.0-rc11

happens when pressing Alt + most keys.
happens NOT when pressing Alt + F1..F12.

Alt + SPACE opens the system-menu, so i think this problem is caused because there is a sys-menu in fullscreen mode.
Comment 1 Sven Gothel 2013-03-13 06:00:27 CET
v2.0-rc11 is very old and a bug report against this version is invalid,
especially regarding NEWT keyboard input processing - implementation has changed!

Please test your use case against on of the latest aggregated build:
  http://jogamp.org/deployment/archive/master/?C=M;O=D

BTW: The ALT key is probably mapped to some system functionality,
and hence the erroneous behavior ?!

If you can reproduce and the above constrain is _not_ the case,
please reopen, thank you!
In such case, it would be great if you can use one of our unit tests
to reproduce the bug, or create a new one - and attach it to this bug report
and/or offer a git-patch.