[ALOY-650] Abstract all style handling code to single module
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2013-05-23T17:33:00.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.2.0, 2013 Sprint 11 |
| Components | Styling |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2013-05-01T17:26:26.000+0000 |
| Updated | 2018-03-07T22:26:13.000+0000 |
Description
Currently the logic for handling styles is spread throughout Alloy. If possible, it should be contained in a single module to make porting it to Titanium-usable code much simpler.
PR: https://github.com/appcelerator/alloy/pull/133 This ticket can be tested by running the typical alloy test suite, which was augmented to support this in ticket ALOY-651, via the command:
if all tests pass, the current styling functionality has remained stable as expected.