I've distilled the problem into a jsfiddle here: http://jsfiddle.net/dTBN6/6/
You can reproduce the problem by doing the following steps :
You can reproduce the problem by doing the following steps :
- Click the "To page 2" button
- Resize your window so content is long enough to allow scrolling
- Scroll down a bit
- Open drawer and go back to page 1
- Click the "To page 2" button again
- Attempt to scroll - the view's scrolling is locked
- Open drawer. Then close it.
- Attempt to scroll - it works
- Repeat from step 4
If you access page 2 via the link in the drawer, scrolling does not lock up.
What gets triggered when the drawer is shown / hidden that causes the scrolling to unlock?
Can I trigger this manually in page two's "show" event handler?
Is there anyway to fix this?
What gets triggered when the drawer is shown / hidden that causes the scrolling to unlock?
Can I trigger this manually in page two's "show" event handler?
Is there anyway to fix this?