[ALOY-1338] LiveView do not do full restart app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Studio |
Labels | android, genymotion, liveview |
Reporter | Andrey Tkachenko |
Assignee | Bruce Wayne |
Created | 2015-10-16T19:50:05.000+0000 |
Updated | 2015-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
File | Date | Size |
---|---|---|
2015-10-16 22-22-20 Studio (extended) - falkolabtest123123 app alloy.js - Appcelerator Studio - Users falko Documents Appc.png | 2015-10-16T19:48:33.000+0000 | 223893 |
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:*
Let us know if you still run into the issue of full restart. Thanks.
Why iOS Simulator? I label issue as Genimotion.