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

[ToolTip] Tooltip incorectly rendered in JDK 8u5 & 8u20-b19 (works in 7)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 8u40
    • 8u5
    • javafx
    • I am using Windows 7 x64, running Netbeans 8 and using the Caspian css as I don't like Modena appearance.

      Since migrating my application from JDK 7 / JavaFX 2.2 to JDK 8u5 and later 8u20-b19 I have encountered the following rendering bug which never existed in JDK 7 / JavaFX 2.2. The code I'm using is this:

      toolTips = new Tooltip();
      toolTips.setFont(new Font("Tahoma", 11));
      toolTips.setText((String)tip);
      buttonObj.setTooltip(toolTips);

      I would like to attach a small image demonstrating the effect I see on my screen. But their does not appear to be anywhere where I can attach this?

      I have not logged this previously as I thought a previous CSS bug which was fixed in 8u6 & 8u20 would solve this. But apparently not!

            msladecek Martin Sládeček
            mselleniejfx Mark Sellenies (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: