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

Customizing ProgressBar color fails with Modena style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 8
    • javafx
    • Windows 7 64-bit
      Java 8.0.0-b83

      My CSS had:

      .my-app-active .progress-bar.my-app-custom-progress .bar {
       -fx-background-color: green;
      }
      .my-app-custom-progress {
       -fx-border-width: 0;
      }

      When the custom classes ("my-app-coustom-progress", "my-app-active") were set on my ProgressBar control and the parent container and I was using the default "Caspian" styles, this showed a green bar for progress. With Modena the result is that the progress bar doesn't show any progress at all.

            jasper Jasper Potts (Inactive)
            swpalmer Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: