Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19599] ScrollView hide self content when borderRadius of child view greater than 0

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2019-12-09T23:41:04.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
LabelsScrollView, TCSupportTriage, android, borderRadius, visible
ReporterAndrey Tkachenko
AssigneeUnknown
Created2014-12-28T16:02:21.000+0000
Updated2019-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();

Comments

  1. Alan Hutton 2019-12-09

    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

JSON Source