[TIMOB-19599] ScrollView hide self content when borderRadius of child view greater than 0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-12-09T23:41:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | ScrollView, TCSupportTriage, android, borderRadius, visible |
Reporter | Andrey Tkachenko |
Assignee | Unknown |
Created | 2014-12-28T16:02:21.000+0000 |
Updated | 2019-12-09T23:41:04.000+0000 |
Description
Code is self descriptive.
<Alloy>
<Window onOpen="windowOppened">
<ScrollView>
<Label text="I'm also not visible" />
<View borderRadius="5" layout="vertical">
<Label width="Ti.UI.FILL" onClick="doClick">1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n</Label>
</View>
</ScrollView>
</Window>
</Alloy>
function doClick(e) {
alert('Label present, but not visible.');
}
function windowOppened() {
alert("Click on the screen");
}
$.index.open();
Not able to reproduce the issue. Axway Appcelerator Studio, build: 5.1.4.201909061933 macOS : 10.15 Node.js Version : 8.9.1 npm Version : 5.5.1 Appcelerator CLI : 7.1.2 Titanium CLI CLI Version : 5.2.1 node-appc Version : 0.2.49 Titanium SDKs : 8.3.0.GA iPhone 11 13.2.2 Pixel 3 Android API 29