[TIMOB-17217] Android: KitchenSink: BackgroundColor for view inside scrollview not visible
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:44:21.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | Android, iOS |
Labels | qe-3.3.0 |
Reporter | Priya Agarwal |
Assignee | Eric Merriman |
Created | 2014-06-26T07:07:37.000+0000 |
Updated | 2017-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
File | Date | Size |
---|---|---|
IMG_0009.PNG | 2014-06-30T22:32:36.000+0000 | 102718 |
screen.png | 2014-06-30T22:32:36.000+0000 | 76049 |
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.
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.