-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ion-options while sliding don't get active while sliding few times. #9784
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
Comments
Hey @jayeshanandani , would you mind trying the latest nightly and seeing if you can reproduce this issue with it? I cannot reproduce this issue on any of my test apps or in our e2e tests. To install the nightly you can run |
@jgw96 : sure I will give that a try and revert back if that solves the issue. |
Hello all! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic! |
I have the exact same issue in ionic 3.1.1 (will try to reproduce in 3.3.0 also in a bit) active-options-left is not always applied thus showing a white bg instead of the buttons. This seems to be a race condition as it occurs more often (not always) in slower devices or when turning CPU slowdown on chrome to something big. This happens inside a virtual scroll list that renders custom elements that have ion-item-sliding in their template (not sure if related, but pointing it out) |
Managed to reproduce it on [email protected] @jgw96 could you please reopen this issue as it still applies to nightly? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[ *] 2.x
I'm submitting a ... (check one with "x")
[* ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Sliding ion-options when done for few times result in ion-options not becoming active.However they are okay when slided again.
Expected behavior:
Steps to reproduce:
1.) Create an app with ion-options in the sliding and deploy the app to android.
2.) Slide few times and you will be able to see white space which is created due to buttons not becoming active.
3.) Note this happens only on Android and not on web.
Images output
The text was updated successfully, but these errors were encountered: