[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 |