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

No error on missing namespace declaration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a new .css file. Using <fx:Style source="xxx.css"/> to import styles to the main application file.
      2. The .css file have the following as content:
      h|Button {
      color:#aaaaaa;
      }
      3. Save the .css file

      Actual Results:
      Two warnings:
      The CSS type selector 'Button' was not processed, because the type was not used in the application.
      Type 'Button' in CSS selector 'Button' must be qualified with a namespace.

      Expected Results:
      Report error because the namespace prefix, h, is not defined.

      Workaround (if any):

      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: