This repository was archived by the owner on Apr 16, 2019. It is now read-only.
Fix panel active not remove between views and GoBack failure between different view. #901
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1)Fix issues #850 #866 #873;
2)Fix explorer GoBack failed between different view;
3)Fix back button appended by code is invalid when 'click' on some device;
4)Add parameter 'back' to indicate whether transition is back in event 'panelunload' and 'panelload';
5)Code review for run 'grunt'
Major fixed issue is about panel active status between different views. Test case can use appframework DEMO. When loginview is modal, activated panel in 'mainview' is still active. After patching my code, the activated panel is remove.
For 'back' in event 'panelunload' and 'panelload', we can know whether transition is back.