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

[macosx] swallowing key events

XMLWordPrintable

    • b18
    • x86
    • os_x
    • Verified

        This is a potential regression of the fix for 7142565. The method [AWTView deliverJavaKeyEventHelper] uses a pointer to the latest key event in order to compare current key event with the previous one. In case the pointers are equal current event is ignored.

        However, as the pointer doesn't retain the event, there might be a situation when a new event object is allocated by the same address as the previous one. In such case the events would be erroneously considered equal.

              ant Anton Tarasov (Inactive)
              ant Anton Tarasov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: