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

Tooltip doesn't appear when hovering over standard controls.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0
    • fx2.0
    • javafx
    • Window 7,
      JavaFX 2.0 EA
      java version "1.6.0_24"
      Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
      Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)

      Using the code below

      TextBox txbox = new TextBox();
      txbox.setTooltip(new Tooltip("text box tooltip"));

      Does not appear to display or popup any tooltips.

      I've tested this with passwordbox, button and textbox.

            wwalkerwse Willie Walker (Inactive)
            cdea Carl Dea
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: