Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK 3.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the bugfile with the following code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal">
<mx:Style>
.customSwatch1
.customSwatch2
{ columnCount: 50; swatchHeight: 8; swatchWidth: 8; } </mx:Style>
<mx:ColorPicker/>
<mx:ColorPicker swatchPanelStyleName="customSwatch1"/>
<mx:ColorPicker id="cp" swatchPanelStyleName="customSwatch2" />
</mx:Application>
Actual Results: For the second and third ColorPicker, notice the gap at the bottom of the swatchPanel.
Expected Results: The swatchPanel height should adjust accordingly to have only a few pixels at the bottom instead of this growing gap.
Workaround (if any):