-
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
Strange ghosting effects on ios with beta 3 #1278
Comments
I can confirm that beta 2 does not have this issue. |
I think i found a fix for this. My Scenario: How It Happens: The Fix: @vincentjames501 can you confirm this works, and if so, should be an easy fix for the sexy drifty team. |
Now it looks like the z-index actually makes the element completely dissapear the second time you open that view. I narrowed it down to z-index is still required to remove the ghost, but this explains how to accurately produce the problem:
This has to be one of the weirdest things i've ever seen. |
I'll give it a whirl tomorrow morning. Thanks for the feedback!
|
In my tests I was able to fix it by removing overflow:hidden from .pane and .view. Would you be able to test the latest change before I close this? |
Looks like that works. How did you figure this out if you don't mind me asking? |
Actually since it was fine in beta2 but broke in beta3, i just compared the actual release css files, then commented out the changes until it worked again (nothing simple debugging, but it worked). Thanks for helping to figure this out! |
I had the same strange issue with ghosting using |
After migrating from beta 1 -> beta 3, it looks like all of my iOS 7 devices are faced with this issue. Looks like this person may have experienced it as well? (http://forum.ionicframework.com/t/1-0-0-beta-3-americium-released/3590/21#)
Code snippet (I removed a bunch of stuff but this is the basic layout):
The text was updated successfully, but these errors were encountered: