Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17217] Android: KitchenSink: BackgroundColor for view inside scrollview not visible

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T20:44:21.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sn/a
ComponentsAndroid, iOS
Labelsqe-3.3.0
ReporterPriya Agarwal
AssigneeEric Merriman
Created2014-06-26T07:07:37.000+0000
Updated2017-05-02T20:44:21.000+0000

Description

BackgroundColor for view inside scrollview not visible. Working fine on iOS. Working fine on LG-P970(v4.0.4),HTC Desire(v4.0.3) On Nexus5(v4.4.4),Nexus4(v4.1.1),Nexus7(v4.3) view with blue background color is not visible. But if height of blue colored view is changed then it works fine.
var view = Ti.UI.createView({
		backgroundColor:'#336699',
		borderRadius:10,
		width:300,
		height:300,
		top:10
	});
*Steps to reproduce:* 1. Install KS. Navigate to BaseUI>Views>Scroll Views>Basic {color:green}Expected Result:{color} 1.A blue view with two buttons must appear {color:red}Actual Result:{color} 1.A blue view black background color appears with only one button

Attachments

FileDateSize
IMG_0009.PNG2014-06-30T22:32:36.000+0000102718
screen.png2014-06-30T22:32:36.000+000076049

Comments

  1. Samuel Dowse 2014-06-30

    Verified on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201406271159 Titanium SDK, build: 3.3.0.v20140627202512 Titanium CLI, build: 3.3.0-rc4 Alloy: 1.4.0-rc3 Kitchen Sink: Master (#24) Android device does not show blue backgroundColor for scrollable view. iOS device does show blue backgroundColor.
  2. Lee Morris 2017-05-02

    Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.

JSON Source