[TIMOB-14257] LiveView: Alloy Themes not respected when LiveView is enabled and a modification is made
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-30T15:39:26.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 20, 2013 Sprint 20 Tooling, Release 3.2.0 |
Components | LiveView |
Labels | qe-closed-3.2.0 |
Reporter | Federico Casali |
Assignee | Christian Sullivan |
Created | 2013-06-17T19:15:24.000+0000 |
Updated | 2013-12-24T05:54:06.000+0000 |
Description
Problem description
Themes are no longer applied and respected when modifying an Alloy project with LiveView enabled.Steps to reproduce
1. Run an Alloy project using themes. Tested has been made with https://github.com/appcelerator/alloy/tree/1_1_X/test/apps/advanced/themes 2. Run on the Android emulator enabling LiveView 3. Modify some code, for example the
<Label id="title">Patience Tester</Label>
in the 'views/index.xml' file, modify it in:
<Label id="title" color='red'>MOD Patience Tester</Label>
Result: App is reloaded and the modification is applied, however Themes are no longer applied.
See screenshots - before and after modification.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-06-17 at 12.10.28 PM.png | 2013-06-17T19:15:24.000+0000 | 454353 |
Screen Shot 2013-06-17 at 12.11.42 PM.png | 2013-06-17T19:15:24.000+0000 | 233932 |
resolved when tested using liveview version 0.1.34
Verified fix with: Appcelerator Studio:3.2.0.201312191455 SDK:3.2.0.GA alloy: 1.3.0 acs: 1.0.11 npm: 1.3.2 titanium: 3.2.0 titanium-code-processor: 1.1.0