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

[Tooltip] coordinates are different in win7 and vista.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 8
    • fx2.1
    • javafx
    • 2.1.0b15. software run.

      Attach two images: real control in win7(fresh image for build) and difference between win7 and vista on the same build.

      Code for creating:
              tooltip = new Tooltip("Tooltip\nLine 1 line 1\nLine 2 line 2 line 2 line 2\nLine 3 line 3 line 3 line 3 line 3");
              tooltip.setMaxSize(150, 150);
              tooltip.setMinSize(150, 150);
              tooltip.setPrefSize(150, 150);
              
              tooltip.setGraphic(new Rectangle(10, 10));
              tooltip.show(window, window.getX() + 50, window.getY() + 50);

        1. Tooltip-display-content-CENTER.png
          7 kB
          Alexander Kirov
        2. Tooltip-display-content-CENTER-diff.png
          11 kB
          Alexander Kirov
        3. Tooltip-display-content-CENTER-diff.png
          4 kB
          Alexander Kirov

            psomashe Parvathi Somashekar (Inactive)
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: