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

Fix various errors in CSS properties

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • fx2.0
    • fx2.0
    • javafx

    Description

      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")

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: