umlaut / circonflex typing problem on windows98 windows2000

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.2.2
    • Component/s: client-libs
    • x86
    • windows_2000



      Name: rlT66838 Date: 04/06/2000


      java version "1.2.2"
      Classic VM (build JDK-1.2.2-W, native threads, symcjit)

        To type a character with a umlaut or a circonflex accent (ë,ê..) on a french
      keyboard, you have to first hit the '^' or '¨' keys, and then the letter.
      On win98 and win2000 this process doesn't work unless you do it very fast.
      The following example has this problem on win98 and win2000 systems, but winNT
      works fine.

      import java.awt.*;
      public class TestAccent extends Frame
      {
      public TestAccent (String title) {
      super(title);
                      TextField text = new TextField();
                      add(text);
                     }
              public boolean handleEvent(Event evt) {
      if (evt.id == Event.WINDOW_DESTROY) {
      System.exit(0);
      }
                      return super.handleEvent(evt);
      }

      public static void main(String[] args) {
                  Frame f=new TestAccent("TestAccent");
                  f.resize(500,100);
                  f.show();
      }
      }
      (Review ID: 102504)
      ======================================================================

            Assignee:
            Eric Hawkes (Inactive)
            Reporter:
            Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: