-
Notifications
You must be signed in to change notification settings - Fork 105
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
The drop down sometimes stop working... #13
Comments
Here's the patch file that fixed the strange behavior.
|
My origin wasn't |
Hi @pulkitsinghal The patch looks good. I will look into this. |
Thanks! |
Hi @pulkitsinghal , sorry for the delay. I had a look into the issue and I don't see any reason for having the Thank you very much. |
It took me a really long time but I finally figured out why sometimes QA and end users would say that the drop-down wasn't working for them in my app sporadically.
Short-story:
If a drop-down was not dismissed in one tab of the tab bar controller ... we just had enough time to see it scroll down before we quickly switch to the other tab of the tab bar controller. Now if you try to get a drop-down to show, it won't work.
I am not an expert in this YRDropdownView project's code but I think it has something to do with the fact that in the following method:
the current dropdown still has a non-nil value and we add the rest of the dropdowns to the queue ... behind something that will never get cleared out.
The text was updated successfully, but these errors were encountered: