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

CSS styling not correctly applied in Scene Builder Kit

XMLWordPrintable

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

      When running Scene Builder Probe, I noticed that styling of selection handles is incorrect:
      the shadow rectangle displayed over the selected object is replaced by a black outline.

      it is like the selection-rect style class from Theme.css was unresolved in Probe.

      .theme-presets .SBKIT-content-panel .selection-rect {
          -fx-stroke: null;
          -fx-fill: rgba(0, 0, 0, 0.05);
      }

      I double checked the following:

      1) theme-presets and SBKIT-content-panel are set in style classes of content panel root
      2) selection-rect is set in style classes of the selection handles

            eleponn Eric Le Ponner
            eleponn Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: