[TIMOB-12085] iOS: Background Image not showing for a grouped TableViewStyle
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-12-20T17:08:07.000+0000 |
| Affected Version/s | Release 2.1.4, Release 3.0.0, Release 3.1.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | regression, triage |
| Reporter | Markus Wutzler |
| Assignee | Ingo Muschenetz |
| Created | 2012-12-13T14:50:06.000+0000 |
| Updated | 2017-03-21T22:45:06.000+0000 |
Description
*Problem description*
On iOS 6 since 2.1.4 the background image for a grouped table view is not showing.
*Test case*
var win = Ti.UI.createWindow({
width : Ti.UI.FILL,
height : Ti.UI.FILL,
});
win.add(Ti.UI.createTableView({
backgroundImage : 'bg-body.png',
backgroundRepeat : true,
width : Ti.UI.FILL,
height : Ti.UI.FILL,
style : Ti.UI.iPhone.TableViewStyle.GROUPED,
data : [{
title : 'Row 1'
}, {
title : 'Row 2'
}]
}));
win.open();
*2.1.4 Behavior*
[^iOS Simulator Bildschirmfoto 13.12.2012 15.47.54.png]
*2.1.3 Behavior (expected)*
[^iOS Simulator Bildschirmfoto 13.12.2012 15.49.37.png]
Attachments
| File | Date | Size |
|---|---|---|
| bg-body.png | 2012-12-13T14:50:06.000+0000 | 6832 |
| iOS Simulator Bildschirmfoto 13.12.2012 15.47.54.png | 2012-12-13T14:50:06.000+0000 | 13238 |
| iOS Simulator Bildschirmfoto 13.12.2012 15.49.37.png | 2012-12-13T14:50:06.000+0000 | 48715 |
Tested and confirmed on iOS 6 Ti SDK 2.1.4 GA, 3.0 RC 2 and 3.1 master.
Daniel, I think this might be related to the existing tickets I linked.
Marking as duplicate of linked issues.
Closing ticket as duplicate with reference to the above comments.