briwil / vnsea

Automatically exported from code.google.com/p/vnsea
0 stars 0 forks source link

Screen is offset sometimes when rotating between portrait and landscape #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Rotate the screen back and forth between portrait and landscape modes
2. Scroll around
3. Rotate some more
4. Rinse and repeat

What is the expected output?
The screen should always stay pinned to the scroller edges.

What do you see instead?
Sometimes the screen is inset from the scroller. Manually scrolling in any 
direction or amount 
causes it to bounce back to where it should be.

Original issue reported on code.google.com by crf...@gmail.com on 6 Nov 2007 at 4:35

GoogleCodeExporter commented 9 years ago
Yep put some MAX(0, newlocation) so it doesn't go negative.
thanks

Original comment by glennkre...@gmail.com on 6 Nov 2007 at 5:23

GoogleCodeExporter commented 9 years ago
I think I got all the places so the scroll can not be less then 0

Original comment by glennkre...@gmail.com on 7 Nov 2007 at 7:11

GoogleCodeExporter commented 9 years ago
Re-opening this defect, as I've seen it a couple times in the 0.5.1 and 0.6 
releases.

Original comment by crf...@gmail.com on 18 Nov 2007 at 9:30