Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1338] LiveView do not do full restart app

GitHub Issuen/a
TypeBug
Priorityn/a
StatusReopened
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator Studio
Labelsandroid, genymotion, liveview
ReporterAndrey Tkachenko
AssigneeBruce Wayne
Created2015-10-16T19:50:05.000+0000
Updated2015-12-17T04:32:33.000+0000

Description

Liveview has old code working after restart or somthing else. Test case:
// This is alloy.js
// 5.0.2.GA
Ti.App.addEventListener('test', function() {
	Ti.API.info('#1');
});

Ti.API.info('123');
Ti.App.fireEvent('test');
1. run app with liveview enabled 2. look at the log it must contains
[INFO] :   123
[INFO] :   #1
3. clear log 4. change #1 to #2 and 123 to 1234 5. save file 6. look at the log. It must contains
[INFO] :   1234
[INFO] :   #2
but not!...

Attachments

FileDateSize
2015-10-16 22-22-20 Studio (extended) - falkolabtest123123 app alloy.js - Appcelerator Studio - Users falko Documents Appc.png2015-10-16T19:48:33.000+0000223893

Comments

  1. Mostafizur Rahman 2015-10-20

    We tested this issue as per description but we could not reproduce it. LiveView shows proper output as expected. *Testing Environment:* Appcelerator Studio, build: 4.3.1.201509302304 Appcelerator CLI - 5.0.3 Mac OS X -10.9.5 Ti SDK - 5.0.2.GA Node.js Version - 0.10.33 npm Version - 1.4.28 Xcode - 6.1.1 iOS simulator - iPhone 5s (v8.1) *Log:*
       [INFO] :   1234
       [INFO] :   #2
       
    Let us know if you still run into the issue of full restart. Thanks.
  2. Andrey Tkachenko 2015-11-14

    Why iOS Simulator? I label issue as Genimotion.

JSON Source