-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Scroll position change when toggling side menus #557
Comments
Scheduled for 0.9.24 milestone. Thanks @zonason! |
@zonason can you tell me exactly how you reproduced this? I'm not able to. A codepen would be great. |
Thank you for responding, this is a big issue from what I can see. I
|
Here's my codepen, I slimmed it down to core components. Notice when toggling the left or right side menus (or any programatically called scrolling events) that all content areas also scroll position. http://codepen.io/anon/pen/Cevum I've also created a video demonstrating the effect - http://youtu.be/BBRBRqxnLjo |
OK, I see! I think this is actually due to |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
In reference to this forum post - http://forum.ionicframework.com/t/scroll-position-on-back/291/21?u=ethan
Calling $scope.sideMenuController.toggleLeft(); causes the content pain to scroll to the top when toggling closed.
The text was updated successfully, but these errors were encountered: