Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4274879

difference AWT events generated from automatic key repeats on Solaris and NT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.1, 1.2.2
    • client-libs
    • generic
    • generic, solaris_7

      It is observed that automatic key repeats on Solaris and NT generate different AWT events.

      The following sequence of AWT events are seen on NT:
           KeyPressed
           KeyTyped
           KeyTyped
           ...

           KeyReleased

      On Solaris, the sequence was:
           KeyPressed
           KeyReleased
           KeyTyped

           KeyPressed
           KeyReleased
           KeyTyped
           ...

           KeyReleased

      Arguable, the NT implementation seems to be the more "correct".

            ehawkessunw Eric Hawkes (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: