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

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.2.1, 1.2.2
    • Component/s: 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".

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: