[AC-2418] iOS: Background Gradient on TableView Grouped won't fit into the grid
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-08-12T23:05:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | background, backgroundgradient, gradient, ios, ipad, iphone, tableview, tableviewrow |
Reporter | Mike |
Assignee | Daniel Sefton |
Created | 2013-08-10T13:58:17.000+0000 |
Updated | 2016-03-08T07:41:27.000+0000 |
Description
*Problem*
When I set backgroundGradient, it will take full width of the screen (not TableViewRow) and cover the border-radius. Apparently the TabelViewRow grid still exists but it's _under_ (hidden below) the gradient.
*XML*
<!-- My Profile Settings -->
<TableViewSection id="section_7001100">
<TableViewRow id="row_7001101" class="tableSectionTitleBlueGradient">
<Label id="label_7001101" class="sectionTitleBlueGradientWOImage"/>
</TableViewRow>
</TableViewSection>
*TSS*
".tableSectionTitleBlueGradient": {
backgroundGradient: {
type:'linear',
colors:['#36589c','#17326e']
},
touchEnabled: false,
selectionStyle: 'none',
height: 50
}
*Note*
The expected result below shows should have gradient instead of mono-colour but I guess you got the point.
Attachments
File | Date | Size |
---|---|---|
expectedresult.png | 2013-08-12T19:10:50.000+0000 | 65321 |
unexpectedresult.png | 2013-08-12T19:10:50.000+0000 | 62228 |
Closing as duplicate of TC-2722 (which has a more complete test case). Thanks.