[ALOY-968] strings in xml on boolean values ("false"/"true") fail in mobileweb
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2014-07-25T15:08:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Felicia Lesmana |
Assignee | Tony Lukasavage |
Created | 2014-03-13T04:20:15.000+0000 |
Updated | 2015-11-03T16:22:16.000+0000 |
Description
strings in xml on boolean values ("false"/"true") fail in mobileweb
Strings in XML are just that, strings. There are a couple of component properties for which we have provided special handling to cast these strings as booleans. And the constants (Ti.UI.whatever) and Alloy.Globals variables are handled specially. But in general, you should set non-string values in the TSS or controller. What specific UI component and properties are you seeing the problem with? Please provide a minimal test case app that demonstrates the problem.
Waiting on developer input.
Unable to reproduce with 3.3.0 GA