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

Missing CSS docs: -fx-label-padding, -fx-graphic-vpos, more?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.0
    • javafx
    • Win 7 64-bit

      Looking at caspian.css I see things like:

      .check-box {
          -fx-skin: "com.sun.javafx.scene.control.skin.CheckBoxSkin";
          -fx-label-padding: 0.0em 0.0em 0.0em 0.416667em; /* 0 0 0 5 */
      }

      .hyperlink {
          -fx-skin: "com.sun.javafx.scene.control.skin.HyperlinkSkin";
          -fx-padding: 0.166667em; /* 2 */
          -fx-cursor: hand;
          -fx-graphic-vpos: CENTER;
      }


      But the CSS reference document has no mention of -fx-label-padding or -fx-graphic-vpos
      Since the documentation encourages us to look to caspian.css these should be documented. If they are internal-only, then caspian.css should mention that as it is already heavily commented.

            dgrieve David Grieve
            swpalmer Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: