-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Page stays at screenshot #8
Comments
Update: I'm not sure if the delay i spoke about in my first post is the actual View being shown or an updated version of the screenshot. But it seems now pages are always showing the screenshot in stead of the actual View (I know because i see a progressbar not moving). This is going to be a problem when i want to put buttons in my Views. thnx |
Actually there is a delay of switching the visibilities of the actual page and the OpenGL animation. But I'm not sure it's the delay you mentioned in your first post. Do you mean that the actual page doesn't become visible correctly after the end of animation? Thus any button in it doesn't work? |
Yes, that what i mean. I have not tested with a button yet to see in the button works (will do tonight) but what i'm seeing right now is this: When i flip over to a certain page i'm seeing my image and below it my progressbar (which is not moving). So this is the snapshot being taken on demand after my image finished loading (the progressbar is not hidden afterwards). I release the page and the page stays the same. When i move this page again the screenshot during the animation is still this same page with the stationary progressbar (spinner). so whether i'm moving the page and watch the animation or after i release it. In both cases i see the exact same page with the progressbar at the same position. So my conclusion is that i'm looking at the same screenshot in the animation and when i'm not in the animation. And i would expect that after the animation, the actual page must be visible in which case the progressbar should be spinning |
I also have Views which i don't refresh on demand (different layout) at this time and with this i'm seeing this:
|
Is it possible to submit a minimal case to demonstrate the issue? |
Will reopen it if we get more information |
I re-produced this bug, will submit a fix soon |
Hi,
I noticed there is a small delay (100-500ms?) between the ending of the animation and the moment the actual View is being shown again (which i don't think is really a problem on itself). but sometimes the page keeps showing the screenshot in stead of switching back to the actual View. This happens incidentally during normal flipping but always when i flip the page only a very small amount (i lift it a tiny bit and then drop it again so to say). I noticed this because certain Views i use have lazy loading of images which cause the screenshot to be different than the completed View. So when i would have refreshed the screenshot (using the new API) , i can imagine i would not notice it but i would be looking at a screenshot in stead of the actual View.
The text was updated successfully, but these errors were encountered: