[AC-2392] tableviewrow add view and setview as Touchenable=false issue( applcation crash )
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-01-31T04:03:18.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy |
| Labels | android |
| Reporter | pragnesh patel |
| Assignee | Ritu Agrawal |
| Created | 2014-01-29T11:41:03.000+0000 |
| Updated | 2016-03-08T07:41:25.000+0000 |
Description
when tableviewrow add view and set touchEnabled false application crash
//// error Here
///
Docuemtn.xml (file1)
Document_row.xml(file2)
[~pragnesh] This issue is covered by TIMOB-16063 and have been fixed. You can work around this issue for now by using a boolean value in a string i.e. "false". Note that this issue is limited to touchEnabled property. Swapping touchEnabled:"false" with touchEnabled:false will fix this issue.