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

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

    XMLWordPrintable

Details

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

    Description

      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".

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: