Problem Description
OnStartOfLayout trigger while executing official load action
Attach a Capx
https://onedrive.live.com/redir?resid=7 ... ile%2ccapx
Description of Capx
Click, it would do saving, then go to next layout, then do loading
Steps to Reproduce Bug
- (layout1) Print "Start L1" from OnStartOfLayout trigger
- (layout1) Click ( touch) to do saving
- (layout1) saving complete, got to layout 2
- (layout2) Print "Start L2" from OnStartOfLayout trigger, then do loading
- (layout1) Print "Start L1" from OnStartOfLayout trigger
Observed Result
OnStartOfLayout is triggered while loading. (Print "Start L1")
In the source code, OnStartOfLayou event will be fired while layout start, include official loading.
Expected Result
OnStartOfLayout (Print "Start L1") should not be fired while loading, imo.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
window7, 32 bit
Construct 2 Version ID
r204