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

CSS parser enforces code style

XMLWordPrintable

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

      If I have this in my css file:

      .xcalendar-picker
      {
      -fx-skin: "org.tbee.javafx.scene.control.XCalendarPickerControlSkin";
      }


      I get this on the console:

      WARNING: com.sun.javafx.css.parser.CSSParser parse Expected LBRACE at file:/C:/Documents%20and%20Settings/User/My%20Documents/tbeefx/_build/org/tbee/javafx/scene/control/XCalendarPicker.css[2,2]


      If I make one change, this goes away:

      .xcalendar-picker {
      -fx-skin: "org.tbee.javafx.scene.control.XCalendarPickerControlSkin";
      }

      I do not believe code style enforing should be that strict.

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

              Created:
              Updated:
              Resolved:
              Imported: