JDK-6655141 : Alt+Numpad_Left etc. generate character in JTextArea
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0_04
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86
  • Submitted: 2008-01-25
  • Updated: 2011-04-28
Related Reports
Relates :  
Description
A fix to 4737679 works only if Alt+non-numpad navigation key is pressed. If typed is Alt+numpad navigation key, we still have a character typed in JTextArea. 

As a side note, we've found the fix to 4737679 should be explicitly restricted by navigation keys only since otherwise it breaks AltGr behavior in many European locales.