Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14257] LiveView: Alloy Themes not respected when LiveView is enabled and a modification is made

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-09-30T15:39:26.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 20, 2013 Sprint 20 Tooling, Release 3.2.0
ComponentsLiveView
Labelsqe-closed-3.2.0
ReporterFederico Casali
AssigneeChristian Sullivan
Created2013-06-17T19:15:24.000+0000
Updated2013-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

FileDateSize
Screen Shot 2013-06-17 at 12.10.28 PM.png2013-06-17T19:15:24.000+0000454353
Screen Shot 2013-06-17 at 12.11.42 PM.png2013-06-17T19:15:24.000+0000233932

Comments

  1. Christian Sullivan 2013-09-30

    resolved when tested using liveview version 0.1.34
  2. Pragya Rastogi 2013-12-23

    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

JSON Source