[AC-2747] JSS classes omits pixels definitions
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2011-08-05T04:48:36.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | android, class, jss, mobile |
| Reporter | Bogdan Irimia |
| Assignee | Tony Guntharp |
| Created | 2011-06-29T03:48:18.000+0000 |
| Updated | 2016-03-08T07:47:38.000+0000 |
Description
When using class definitions in JSS, those definitions that use pixels are not working. Tested with:
-
width: 100;
- width: '100px';
- width: 100px;
Same definitions work in id-based definition-groups.
Issue has been signaled on the Q&A list:
[http://developer.appcelerator.com/question/121436/bug-in-mobile-sdk-171]
Closing due to inactivity.