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

solaris: keyTyped event generated out of sequence; should be after keyPressed

XMLWordPrintable

    • 1.1fcs
    • generic
    • solaris_10
    • Not verified

      On Solaris, when a key is pressed and released, we generate the following event
      sequence:

      keyPressed
      keyReleased
      keyTyped

      This is incorrect (and inconsistent with win32); it should be:

      keyPressed
      keyTyped
      keyReleased

      preferably with auto-repeat generating multiple keyPressed/keyTyped events
      and only a signle keyReleased.

            amfowler Anne Fowler (Inactive)
            amfowler Anne Fowler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: