<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>701</bug_id>
          
          <creation_ts>2013-03-13 03:38:44 +0100</creation_ts>
          <short_desc>Invalid keyChar for &apos;ß&apos; in keyTyped()</short_desc>
          <delta_ts>2013-03-13 06:01:07 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Newt</product>
          <component>windows</component>
          <version>1</version>
          <rep_platform>pc_all</rep_platform>
          <op_sys>windows</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="cubus">damichl73</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2259</commentid>
    <comment_count>0</comment_count>
    <who name="cubus">damichl73</who>
    <bug_when>2013-03-13 03:38:44 +0100</bug_when>
    <thetext>jogl 2.0 rc-11
windows vista 32 bit
java 1.6.0_39
german keyboard (qwertz)

in keyTyped(), KeyEvent.getKeyChar() returns invalid values for the &apos;ß&apos; key.

problem 1
---------
&apos;ß&apos;         -&gt; &apos;ß&apos; (OK)
&apos;ß&apos; + SHIFT -&gt; &apos;ß&apos; (SHOULD BE &apos;?&apos;)
&apos;ß&apos; + ALTGR -&gt; &apos;ß&apos; (SHOULD BE &apos;\&apos;)

problem 2
---------
the first time &apos;ß&apos; gets typed after application startup:
KeyEvent.getKeyEvent() returns 0
KeyEvent.getKeyChar() returns 65535

problem 3
---------
when typing &apos;ß&apos; + ALTGR:
KeyEvent.isAltGraphDown() returns false</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2262</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-03-13 06:00:59 +0100</bug_when>
    <thetext>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

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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>