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

[ComboBox] Selection behavior should use MouseReleased according to UI spec

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u5
    • javafx
    • Windows 7 - 64bits

      Take a comboBox, make the drop down appear. Then press the left button of your mouse on an item. Then drag to another item in the list and release the mouse button. You see that the item you released your mouse on is not selected.

      I took a look here : https://wiki.openjdk.java.net/display/OpenJFX/ComboBox+User+Experience+Documentation especially in 3.2 Detailed Behavior and it says:
      "User confirms a selection in the dropdown list by mouse click or by dragging from the drop-down arrow to the selection and releasing the mouse button."

      The second part of the affirmation is not working (see https://javafx-jira.kenai.com/browse/RT-25371 ). And the first specify a "click". So does click means mousePressed or mouseReleased? Or both?

      Anyway, in every dropdown list in windows, what I described is the normal behavior.

            Unassigned Unassigned
            shadzic Samir Hadzic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: