XLForm
XLForm copied to clipboard
Cell disappears while picker is open
This bug is reproduced in your Examples project, Date & Time.
Select Date Time from section Inline Dates (new row with picker will be added), then scroll so row Date Time is not visible any more but row with the picker is (image [before]), and then click on Date from section Dates. Date Time row has disappeared. (image [after])
This happens to me as well. I tried to track the bug in code but unsuccessfully. @mats-claassen any ideas? If you have any idea on why this happens I'l gladly look into it more thoroughly, try to solve it and create a pull request.
I can confirm that I see this bug happening in the examples.
I did realize that in this case XLForm is calling resignFirstResponder
twice for the open inline date row. So it is twice removing the inline date picker. The issue might be there but currently I have no time to look into it.
I'm dealing with the same problem, Took a quick QuickTime video reproducing the bug. Has anyone made any progress with this??