Badcreature / mad-components

Automatically exported from code.google.com/p/mad-components
0 stars 0 forks source link

background colour on groups only setting first row #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

<group gapV="25" background="#f3f3f3">
    <columns widths="85,100%">
        <label id="tmd_lastActionDate" alignH="right" width="85"/>
        <label id="tmd_lastAction" alignH="left"/>
    </columns>
    <columns widths="85,100%">
        <label id="tmd_lastActionDate2" alignH="right" width="85"/>
        <label id="tmd_lastAction2" alignH="left"/>
    </columns>
    <columns widths="85,100%">
        <label id="tmd_lastActionDate3" alignH="right" width="85"/>
        <label id="tmd_lastAction3" alignH="left"/>
    </columns>
</group>

What is the expected output? 

background colour of entire group set to #f3f3f3

What do you see instead?

top row of group has background colour set correctly - each additional row 
defaults to white background.

What version of the product are you using? On what operating system?
0.5.3 - Windows 7 - Flex 4.5.1 - Mobile ActionScript Project

Please provide any additional information below.

Tried other ways of setting background colour without success - not a major 
problem - if there is a work-a-round, happy to use it - if not - it's low 
priority (can't find a way of setting an issue's priority)

Regards

Rich

Original issue reported on code.google.com by scr33nsh...@gmail.com on 6 Jul 2011 at 12:58

GoogleCodeExporter commented 8 years ago
Since version 0.5.4, you can use background as in your example above.

(To alternate between two colours, background="#F3F3F3,#FCFCFC")

Original comment by doc.andr...@gmail.com on 8 Jul 2011 at 10:23