Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19814] TI.UI.FILL does not work on Android and Mobile Web

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2017-08-23T00:10:04.000+0000
Affected Version/sRelease 5.0.2
Fix Version/sRelease 6.2.0
ComponentsAndroid
Labelsn/a
ReporterFix Please
AssigneeJoshua Quick
Created2015-10-25T21:37:01.000+0000
Updated2017-08-23T00:10:45.000+0000

Description

<Alloy>
	<Window class="container" layout="absolute">
    <View left="0" top="0" width="TI.UI.FILL" height="TI.UI.FILL" backgroundColor="yellow">
    </View>
    <View left="0" top="100" width="TI.UI.FILL" height="100" backgroundColor="red">
    </View>
    <View left="0" top="200" width="500" height="100" backgroundColor="green">
    </View>
    <Button left="0" top="300" width="TI.UI.FILL" height="100">BUTTON 1</Button>
    <Button left="0" top="400" width="500" height="100">BUTTON 2</Button>
	</Window>
</Alloy>

Attachments

FileDateSize
TiBug.jpg2015-10-25T21:36:44.000+000098259

Comments

  1. Abir Mukherjee 2017-08-23

    Passed FR. PR merged. Changes are seen in SDK versions: 6.2.0.v20170822113609 7.0.0.v20170822142802

JSON Source