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

No MOUSE_PRESSED or MOUSE_RELEASED on TextArea

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • jfx11, 8, jfx17
    • javafx
    • None

      1. Run the attached code
      2. Move mouse inside the TextField which is at the top of the window
      3. Press and hold the mouse. Observe a mouse event with type "MOUSE_PRESSED" printed in the output.
      4. Release the mouse. Observe a mouse event with type "MOUSE_RELEASED" printed in the output.
      5. Move mouse inside the TextArea which is at the bottom of the window.
      6. Press and hold the mouse. Observe no event printed. Expected behavior: a "MOUSE_PRESSED" event is printed.
      7. Release the mouse. Observe no event printed. Expected behavior: a "MOUSE_RELEASED" event is printed.

            angorya Andy Goryachev
            shurailine Aleksandre Iline
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: