Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23226] Windows: Application crashes when setting 'px' in borderRadius on a Ti.UI.View

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterJonas Bjurhult
AssigneeUnknown
Created2016-04-08T11:40:06.000+0000
Updated2018-02-28T19:55:56.000+0000

Description

Example index.xml:
<Alloy>
	<Window class="container">
		<View id='theView'>
		</View>
	</Window>
</Alloy>
index.tss:
"#theView": {
	borderRadius: '16px'
}
Changing the style to the following works:
"#theView": {
	borderRadius: 16
}

Comments

No comments

JSON Source