Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12085] iOS: Background Image not showing for a grouped TableViewStyle

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2012-12-20T17:08:07.000+0000
Affected Version/sRelease 2.1.4, Release 3.0.0, Release 3.1.0
Fix Version/sn/a
ComponentsiOS
Labelsregression, triage
ReporterMarkus Wutzler
AssigneeIngo Muschenetz
Created2012-12-13T14:50:06.000+0000
Updated2017-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

FileDateSize
bg-body.png2012-12-13T14:50:06.000+00006832
iOS Simulator Bildschirmfoto 13.12.2012 15.47.54.png2012-12-13T14:50:06.000+000013238
iOS Simulator Bildschirmfoto 13.12.2012 15.49.37.png2012-12-13T14:50:06.000+000048715

Comments

  1. Daniel Sefton 2012-12-13

    Tested and confirmed on iOS 6 Ti SDK 2.1.4 GA, 3.0 RC 2 and 3.1 master.
  2. Ingo Muschenetz 2012-12-13

    Daniel, I think this might be related to the existing tickets I linked.
  3. Ingo Muschenetz 2012-12-20

    Marking as duplicate of linked issues.
  4. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above comments.

JSON Source