Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with a multipart defaultView set on a child of a nested view. #208

Closed
edchat opened this issue Sep 19, 2013 · 1 comment
Closed
Assignees

Comments

@edchat
Copy link
Collaborator

edchat commented Sep 19, 2013

When setting a multipart defaultView (v1+v2) on a child of a nested view is not working, it is getting an error in the Load controller when trying to load the defaultView.

@ghost ghost assigned edchat Sep 19, 2013
edchat added a commit to edchat/dojox_application that referenced this issue Sep 20, 2013
…hen the view to be displayed has a defaultView set that defaultView needs to be passed back to a Transition event so that the before and after activate calls will be done for the default view. Also if a nested default view is used the view names for the nested defaultViews need to be built up correctly with the parent view names.
edchat added a commit to edchat/dojox_application that referenced this issue Sep 24, 2013
…hen the view to be displayed has a defaultView set that defaultView needs to be passed back to a Transition event so that the before and after activate calls will be done for the default view. Also if a nested default view is used the view names for the nested defaultViews need to be built up correctly with the parent view names.
edchat added a commit to edchat/dojox_application that referenced this issue Sep 24, 2013
…hen the view to be displayed has a defaultView set that defaultView needs to be passed back to a Transition event so that the before and after activate calls will be done for the default view. Also if a nested default view is used the view names for the nested defaultViews need to be built up correctly with the parent view names.
edchat added a commit to edchat/dojox_application that referenced this issue Sep 30, 2013
…ndle the defaultView when the view to be displayed has a defaultView set that defaultView needs to be passed back to a Transition event so that the before and after activate calls will be done for the default view. Also if a nested default view is used the view names for the nested defaultViews need to be built up correctly with the parent view names, and set the views visibility hidden until the view is resized or transitioned to inorder to avoid having a flash or flicker on the display.
@edchat
Copy link
Collaborator Author

edchat commented Oct 23, 2013

Fixed with this pull request: #210

@edchat edchat closed this as completed Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant