Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-22345

invalid-css-property-warnings are reported twice.

    XMLWordPrintableJSON

Details

    Description

      Steps to reproduce:
      1. Compile attached mxml file using the command
      mxmlc -theme=spark-Wooden.css HaloStyle.mxml

      Actual Results:
      spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      HaloStyle.swf (257470 bytes)

      Expected Results:
      spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
      borderColor: #FFFF00;

      HaloStyle.swf (257470 bytes)

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: