[svn:fx-trunk] 11151: Various bug fixes.
Revision: 11151
Author: klin@adobe.com
Date: 2009-10-26 10:41:10 -0700 (Mon, 26 Oct 2009)
Log Message:
***********
Various bug fixes.
Button.as
-Added some ASDocs for a previous fix where we made the icons property protected instead of private.
Skins.properties, components.properties, sparkEffects.properties
-Removed ?\226?\128?\156Fx?\226?\128?\157 prefix and cleaned up whitespace
SwatchPanel.as, defaults.css
-ColorPicker was drawing incorrectly with sparkskins because two halo specific styles were missing in the spark theme. Thus, I included highlightColor and shadowColor?\194?\160into the spark theme and added them to defaults.css.
TitleWindowSkin.mxml, wireframe/TitleWindowSkin.mxml
-The label skin part came too close to the close button so I added padding
DataGrid.as
-Added exclude metadata for columnWidth
-Column widths are now rounded down to avoid sub-pixel values in the initial rendering
QE notes: None
Doc notes: None
Bugs: SDK-23057, SDK-23695, SDK-23576, SDK-23791, SDK-22733, SDK-22757
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
************
http://bugs.adobe.com/jira/browse/SDK-23057
http://bugs.adobe.com/jira/browse/SDK-23695
http://bugs.adobe.com/jira/browse/SDK-23576
http://bugs.adobe.com/jira/browse/SDK-23791
http://bugs.adobe.com/jira/browse/SDK-22733
http://bugs.adobe.com/jira/browse/SDK-22757
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/skins.properties
flex/sdk/trunk/frameworks/projects/framework/defaults.css
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPanel.as
flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/components.properties
flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/sparkEffects.properties
flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TitleWindowSkin.mxml
