[ALOY-613] Develop API for adding/removing style classes
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-06-19T20:01:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 13 |
Components | Runtime, Styling |
Labels | notable, qe-testadded |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-04-08T20:51:36.000+0000 |
Updated | 2018-03-07T22:25:44.000+0000 |
PR: https://github.com/appcelerator/alloy/pull/158 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-613 Runtime unit tests should pass on all supported platforms. Functional testing should include clicking on the 5 labels present in the app and making sure that they in fact reflect the classes that are shown in each label's text. For example, clicking on the label that says "tiny" should add additional classes that change its appearance. Click on that same label again should remove those newly added classes and the "tiny" label should go back to its original properties.