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

Spurious MouseDragged events on OpenSolaris

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not an Issue
    • P3
    • fx1.2
    • fx1.2
    • javafx
    • None
    • OpenSolaris, marina integration b16, 6u12

    Description

      This is reproducible with marina build only on OpenSolaris platform.

      Clicking on a node triggered Mouse Dragged events. To reproduce, run the below code. Click on the rectangle and see the messages on command window.

      import javafx.stage.*;
      import javafx.scene.*;
      import javafx.scene.shape.*;
      import javafx.scene.paint.*;
      import javafx.scene.input.*;

      Stage {
          scene: Scene {
              content: Rectangle {
                  x: 20
                  y: 20
                  width: 50
                  height: 40
                  fill: Color.BLUE
                  onMouseDragged: function(e: MouseEvent) {
                      println("mouse dragged");
                  }
              }
          }
          width: 200
          height: 200
      };

      Attachments

        Activity

          People

            kcr Kevin Rushforth
            gramachasunw Girish Ramachandran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: