[AC-2706] iOS: bottom-aligned views jump on opening
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-09-19T17:47:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | alloy, ios, triage |
Reporter | Ian Tearle |
Assignee | Vishal Duggal |
Created | 2013-09-12T09:14:25.000+0000 |
Updated | 2016-03-08T07:41:49.000+0000 |
Description
When adding windows with bottom alignment, upon opening the views jump up 20px or so before resting at their defined position of 0.
This leaves undesirable flickering where you can see the previous screen behind the newly added window for a fraction of a second.
[~iantearle] I tried to reproduce this but had little success. What would be helpful to QE would be to attach a small code sample. Also if you could let us know the iOS 7 version (assuming GM seed) and the actual SDK you are using. We had a few RC releases. Current build under test is: 3.1.3.v20130917141554. One thing you might try is to ensure you have a background color set on your windows. We have seen some issues with iOS 7 where you get poor animation when there is no color set on the window being animated.
I'm having the same issues on an iOS 7 device, using Ti build 3.2.1.201402041146. I have a 'toolbar' view positioned at
bottom: "0dp"
to its parent window and when navigating between windows in aNavigationWindow
on an iOS device it pops up from ~20px below the bottom to 0. Can't attach screen shots as it happens very quickly, however it is definately notable.[~steve_fortune] Please provide a simple runnable test case to reproduce this issue and we would take another look.