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

Make Tooltip not consume auto-hiding events by default

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4
    • tbd
    • jfx20, jfx19
    • javafx
    • generic
    • generic

    Description

      This came up during review of JDK-8190411.

      Current behavior:
      -----------------------
      Tooltip has consumeAutoHidingEventsProperty which defaulted to true. This results in Tooltip (if visible) consuming mouse press events.
      For example: If Tooltip is visible on a Slider, then the first mouse click on slider track hides the Tooltip. Another mouse click is needed on the slider track to make slider thumb move to that position.

      Expected behavior:
      -------------------------
      We should consider changing the default value of consumeAutoHidingEventsProperty for Tooltip to false, so that they will not consume auto-hiding events by default.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kpk Karthik P K
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: