You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Maxime Cowez (JIRA)" <ji...@apache.org> on 2013/01/16 16:46:13 UTC

[jira] [Created] (FLEX-33352) defaults.css from custom theme is no longer automatically sourced

Maxime Cowez created FLEX-33352:
-----------------------------------

             Summary: defaults.css from custom theme is no longer automatically sourced
                 Key: FLEX-33352
                 URL: https://issues.apache.org/jira/browse/FLEX-33352
             Project: Apache Flex
          Issue Type: Bug
          Components: Themes
    Affects Versions: Apache Flex 4.9.0
            Reporter: Maxime Cowez
            Priority: Minor


When applying a theme to an application (through the `-theme` compiler option), one previously did not have to explicitly source the `defaults.css` file from the theme. The style sheet would be applied automatically.

This is no longer the case since v4.9.0; it still works as expected with v4.8.0 and earlier.

Workaround
explicitly source the css file in the main application:
    <fx:Style source="defaults.css"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira