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

CSS Analyzer: wrong lookup UI content

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • None

      Drop a Button
      Open the CSS Analyzer
      Filter "text-fill" to display only the -fx-text-fill property
      Click on the Lookup visual: the content shows only -fx-color>fx-base (see attached screenshot).
      According modena.css, it should be -fx-text-base-color, which is defined as:
      -fx-text-base-color: ladder(
              -fx-color,
              -fx-light-text-color 45%,
              -fx-dark-text-color 46%,
              -fx-dark-text-color 59%,
              -fx-mid-text-color 60%
          );

      This is a regression compared to SB 1.1

            jcambon Jerome Cambon
            jcambon Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: