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

[ScrollPane] White gap

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • 8u20
    • fx2.0
    • javafx
    • Build 47

      See attached screenshot and video from RT-17335
      After manipulations, which I made in that video, I find a gap. It can be in the top, in the bottom. On screenshot you can see it in the right bottom corner.

      I use this code for content.
              Stop[] stops = new Stop[] { new Stop(0, Color.WHITE), new Stop(1, Color.BLACK)};
              LinearGradient lg = new LinearGradient(0, 0, 200, 200, false, CycleMethod.REPEAT, stops);
              private Rectangle content = new Rectangle(200, 200, lg);
              testedScrollPane.setContent(content);

      I can't scroll and use panning, when mouse is over or is dragged over the white gap.

        1. WhiteGapAfterManipulations.bmp
          1.87 MB
          Alexander Kirov

            miflemi Mick Fleming
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: