Fix various errors in CSS properties

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx

      ImageView.java:
          @Styleable(property="image", converter="com.sun.javafx.css.converters.URLConverter")
      should be
          @Styleable(property="-fx-image", converter="com.sun.javafx.css.converters.URLConverter")

      TilePane.java:
          @Styleable(property="-fx-alignment", initial="left")
      should be
          @Styleable(property="-fx-alignment", initial="top-left")

      VBox.java:
          @Styleable(property="-fx-alignment", initial="left")
      should be
          @Styleable(property="-fx-alignment", initial="top-left")

      Shape.java
          @Styleable(property="-fx-stroke", initial="black")
      should be
          @Styleable(property="-fx-stroke")

            Assignee:
            David Grieve
            Reporter:
            David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: