[svn:fx-trunk] 10435: Collection of low-hanging fruit bug fixes:
Revision: 10435
Author: gruehle@adobe.com
Date: 2009-09-20 09:57:43 -0700 (Sun, 20 Sep 2009)
Log Message:
***********
Collection of low-hanging fruit bug fixes:
Add backgroundAlpha/backgroundColor style metadata to SkinnableContainerBase and remove it from Panel/Border.
Add background rect to SkinnableContainerSkin and SkinnableDataContainerSkin.
Add SkinnableContainerBase selector to spark defaults.css
BorderSkin ?\226?\128?\147 clear the lineStyle before drawing the shadow
BorderStyles ?\226?\128?\147 add ASDoc comment
ApplicationBackground ?\226?\128?\147 remove flex 4 code. This class is only used with the Halo theme.
Set DateField cornerRadius to 0 in framework defaults.css
QE notes: None
Doc notes: None
Bugs: SDK-23249, SDK-23144, SDK-23243, SDK-22551, SDK-21234
Reviewer: Kevin, Jason
Tests run: checkintests
Is noteworthy for integration: Yes - SkinnableContainer/SkinnableDataContainer now support backgroundColor/backgroundAlpha styles.
Ticket Links:
************
http://bugs.adobe.com/jira/browse/SDK-23249
http://bugs.adobe.com/jira/browse/SDK-23144
http://bugs.adobe.com/jira/browse/SDK-23243
http://bugs.adobe.com/jira/browse/SDK-22551
http://bugs.adobe.com/jira/browse/SDK-21234
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/defaults.css
flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ApplicationBackground.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
flex/sdk/trunk/frameworks/projects/spark/defaults.css
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Border.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableContainerSkin.mxml
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableDataContainerSkin.mxml
flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/BorderSkin.mxml
