Tooltip doesn't appear when hovering over standard controls.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: