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

Wrong scroll pane border set with css

    XMLWordPrintable

Details

    Description

      I tried to remove the scroll pane border (see attached Wanted.tiff)

      First, I tried to set the -fx-border-color to transparent but this does not work.
      I had to set the -fx-background-color as follows :
      .scroll-pane {
          -fx-background-color: transparent;
      }

      Doing that, the scroll bar border at the top and bottom is removed while it shouldn't (see attached Result.tiff).

      Attachments

        1. Result.tiff
          11 kB
        2. scrollpane.css
          0.1 kB
        3. scroll-pane-border.png
          scroll-pane-border.png
          17 kB
        4. scroll-pane-border.png
          scroll-pane-border.png
          17 kB
        5. ScrollPaneTest.java
          5 kB
        6. Wanted.tiff
          26 kB

        Activity

          People

            miflemi Mick Fleming
            slions Sandra Lions-piron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: